]> gitweb.factorcode.org Git - factor.git/commit
ui.*: make active? an integer 0-100
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 27 Oct 2015 18:00:28 +0000 (19:00 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 27 Oct 2015 18:00:28 +0000 (19:00 +0100)
commit7bc1009973d26579dba598ceee2f10444ecb6749
tree2bcdf855ce4daacbd58bcc17471d1ee6e5d8bfc2
parent73893693d34cdda4031de79033ed88c28e34b04a
ui.*: make active? an integer 0-100

A UI backend can delay setting active? to 100 until the windows actually
is visible. That way, some redundant redraws that happen when the window
isn't visible is supressed. It makes the Windows and GTK UI startup a
little faster.
basis/ui/backend/cocoa/cocoa.factor
basis/ui/backend/gtk/gtk-docs.factor
basis/ui/backend/gtk/gtk.factor
basis/ui/backend/windows/windows.factor
basis/ui/backend/x11/x11.factor
basis/ui/gadgets/worlds/worlds-docs.factor
basis/ui/gadgets/worlds/worlds.factor
basis/ui/ui.factor