openbox/otk
Dana Jansens 12a95bfdb3 add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display.
Exit when all the "root windows" are hidden.
Support the WM_DELETE protocol to hide a "root window".
2002-11-16 14:30:18 +00:00
..
.cvsignore add a cvsignore for otk. 2002-11-01 03:45:34 +00:00
application.cc add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
application.hh add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
appwidget.cc add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
appwidget.hh add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
assassin.hh move Rect and PointerAssassin into the toolkit 2002-11-03 10:38:14 +00:00
button.cc add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
button.hh add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
color.cc add an OBDisplay class and the old ScreenInfo class to the toolkit. 2002-11-03 10:07:16 +00:00
color.hh add an OBDisplay class and the old ScreenInfo class to the toolkit. 2002-11-03 10:07:16 +00:00
configuration.cc added style class, moved util and config to otk 2002-11-06 13:51:23 +00:00
configuration.hh added style class, moved util and config to otk 2002-11-06 13:51:23 +00:00
display.cc manages windows that exist before running. 2002-11-11 11:25:40 +00:00
display.hh manages windows that exist before running. 2002-11-11 11:25:40 +00:00
eventdispatcher.cc fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press/release events on buttons 2002-11-16 09:59:37 +00:00
eventdispatcher.hh event handling classes 2002-11-16 02:11:44 +00:00
eventhandler.cc add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
eventhandler.hh add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
focuslabel.cc change how the widgets' _dirty flag works so that all inheritence levels of the widget class can use it 2002-11-16 13:28:26 +00:00
focuslabel.hh change how the widgets' _dirty flag works so that all inheritence levels of the widget class can use it 2002-11-16 13:28:26 +00:00
focuswidget.cc add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
focuswidget.hh add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
font.cc update headers to whats required 2002-11-15 03:21:16 +00:00
font.hh add an OBDisplay class and the old ScreenInfo class to the toolkit. 2002-11-03 10:07:16 +00:00
gccache.cc missing include 2002-11-03 19:50:09 +00:00
gccache.hh add an OBDisplay class and the old ScreenInfo class to the toolkit. 2002-11-03 10:07:16 +00:00
image.cc add an OBDisplay class and the old ScreenInfo class to the toolkit. 2002-11-03 10:07:16 +00:00
image.hh new timer infrastructure. takes a function pointer for the timeout, with a void* parameter (useful for holding a class instance!) 2002-11-03 14:29:34 +00:00
imagecontrol.cc new timer infrastructure. takes a function pointer for the timeout, with a void* parameter (useful for holding a class instance!) 2002-11-03 14:29:34 +00:00
label.cc change how the widgets' _dirty flag works so that all inheritence levels of the widget class can use it 2002-11-16 13:28:26 +00:00
label.hh change how the widgets' _dirty flag works so that all inheritence levels of the widget class can use it 2002-11-16 13:28:26 +00:00
Makefile.am add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
otk_test.cc add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
point.hh remove the redundant _size property in OBScreen, and set the geometry root property properly. 2002-11-11 11:33:32 +00:00
property.cc some small cleanups 2002-11-11 10:03:11 +00:00
property.hh some small cleanups 2002-11-11 10:03:11 +00:00
rect.cc fixups 2002-11-10 12:16:26 +00:00
rect.hh include the point header 2002-11-10 11:31:12 +00:00
screeninfo.cc added style class, moved util and config to otk 2002-11-06 13:51:23 +00:00
screeninfo.hh move Rect and PointerAssassin into the toolkit 2002-11-03 10:38:14 +00:00
strut.hh add a constructor for strut that takes margin sizes 2002-11-16 11:55:03 +00:00
style.cc add OtkFocusLabel 2002-11-16 13:00:22 +00:00
style.hh add OtkFocusLabel 2002-11-16 13:00:22 +00:00
texture.cc add an OBDisplay class and the old ScreenInfo class to the toolkit. 2002-11-03 10:07:16 +00:00
texture.hh add an OBDisplay class and the old ScreenInfo class to the toolkit. 2002-11-03 10:07:16 +00:00
timer.cc new OBTimer interface 2002-11-04 06:06:13 +00:00
timer.hh new OBTimer interface 2002-11-04 06:06:13 +00:00
timerqueue.hh split the OBTimerQueueManager and TimerQueue into their own files 2002-11-04 03:59:09 +00:00
timerqueuemanager.cc new OBTimer interface 2002-11-04 06:06:13 +00:00
timerqueuemanager.hh split the OBTimerQueueManager and TimerQueue into their own files 2002-11-04 03:59:09 +00:00
TODO : 2002-11-16 12:10:59 +00:00
util.cc added style class, moved util and config to otk 2002-11-06 13:51:23 +00:00
util.hh added style class, moved util and config to otk 2002-11-06 13:51:23 +00:00
widget.cc add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00
widget.hh add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. 2002-11-16 14:30:18 +00:00