factor/basis/ui
Jon Harper 14f51e2dd5 ui.backend.gtk, use a separate widget for drawing opengl. Fixes #1487
Apparently you can't use opengl calls in a configure event signaled from
the window. If you do, on ubuntu 14.04 with unity, each and every frame
will be drawn. Since they are drawn slower than the event are emitted,
it continues to redraw after the resize is done, 'replaying' the resize
motion.
opengl calls from a configure event on the single child of the
window are ok.
Also, now that the window is not used to draw opengl, it doesn't produce
expose events, instead the drawable child must be used.

This also makes moving the window much smoother.
2017-01-23 10:04:43 -08:00
..
backend ui.backend.gtk, use a separate widget for drawing opengl. Fixes #1487 2017-01-23 10:04:43 -08:00
baseline-alignment Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
clipboards using [ ... ] [ drop ] if* instead of dup [ ... ] [ 2drop ] if. 2016-07-11 21:01:03 -07:00
commands ui.commands-docs: improve define-command-map word description 2016-08-10 19:42:20 -07:00
debugger ui.debugger: don't rethrow at all. it just makes an infinite loop. 2016-04-18 09:27:32 -07:00
event-loop
gadgets ui.gadgets.slots: removing unnecessary tuples. 2016-12-31 18:54:18 -08:00
gestures ui.backend.x11.keys: Support for the Windows/Meta key on X11 2016-08-17 03:41:45 +02:00
images Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
operations
pens ui.*: more tests 2016-09-05 07:47:39 +02:00
pixel-formats factor: fix whitespace at end of files. 2016-04-06 16:53:25 -07:00
render ui.render.tests: removing bad test 2016-08-24 16:44:35 +02:00
text Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
theme ui.theme: change deprecated background color also. 2016-11-08 16:05:26 -08:00
tools ui.gadgets.slots: removing unnecessary tuples. 2016-12-31 18:54:18 -08:00
traverse
authors.txt
summary.txt
ui-docs.factor ui: adding a WINDOW: that is like MAIN-WINDOW: but without making the word a main word. 2016-04-21 10:13:57 -07:00
ui.factor ui: ceiling world dimensions when opening. 2016-05-06 20:57:03 -07:00