.. |
BaseDisplay.cc
|
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
|
2002-04-16 06:25:00 +00:00 |
BaseDisplay.h
|
BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeight
|
2002-04-14 18:48:32 +00:00 |
Basemenu.cc
|
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
|
2002-04-16 06:25:00 +00:00 |
Basemenu.h
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |
bsd-snprintf.c
|
Initial revision
|
2002-04-11 03:20:38 +00:00 |
bsd-snprintf.h
|
Initial revision
|
2002-04-11 03:20:38 +00:00 |
Clientmenu.cc
|
using a Screen reference instead of pointer in Workspace
|
2002-04-14 14:20:02 +00:00 |
Clientmenu.h
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |
Configmenu.cc
|
menus update their values when they are reconfigure()d.
|
2002-04-17 23:07:11 +00:00 |
Configmenu.h
|
menus update their values when they are reconfigure()d.
|
2002-04-17 23:07:11 +00:00 |
Geometry.cc
|
added Inflate, Deflate, and Translate to the Rect geometry class
|
2002-04-18 18:11:33 +00:00 |
Geometry.h
|
added Inflate, Deflate, and Translate to the Rect geometry class
|
2002-04-18 18:11:33 +00:00 |
i18n.cc
|
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
|
2002-04-16 06:25:00 +00:00 |
i18n.h
|
Initial revision
|
2002-04-11 03:20:38 +00:00 |
Iconmenu.cc
|
now yuo can change styles again! (oops) wasnt saving teh nwe style file to the Resource class when it changed.
|
2002-04-18 03:00:12 +00:00 |
Iconmenu.h
|
now yuo can change styles again! (oops) wasnt saving teh nwe style file to the Resource class when it changed.
|
2002-04-18 03:00:12 +00:00 |
Image.cc
|
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
|
2002-04-16 06:25:00 +00:00 |
Image.h
|
using references instead of pointers if possible in Image
|
2002-04-14 14:28:02 +00:00 |
LinkedList.cc
|
Initial revision
|
2002-04-11 03:20:38 +00:00 |
LinkedList.h
|
Initial revision
|
2002-04-11 03:20:38 +00:00 |
main.cc
|
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
|
2002-04-16 06:25:00 +00:00 |
Makefile.am
|
Added Util.h, which contains only an ASSERT macro for now
|
2002-04-14 15:57:07 +00:00 |
Makefile.in
|
added new bsetbg manpage
|
2002-04-18 21:07:47 +00:00 |
Netizen.cc
|
using some references instead of pointers where possible in Screen, ScreenInfo, Slit, Toolbar, and Netizen
|
2002-04-14 13:58:17 +00:00 |
Netizen.h
|
using some references instead of pointers where possible in Screen, ScreenInfo, Slit, Toolbar, and Netizen
|
2002-04-14 13:58:17 +00:00 |
openbox.cc
|
fixed a memory leak for resource.titlebar_layout
|
2002-04-20 15:25:18 +00:00 |
openbox.h
|
now yuo can change styles again! (oops) wasnt saving teh nwe style file to the Resource class when it changed.
|
2002-04-18 03:00:12 +00:00 |
Resource.cc
|
starting openbox without an rc file now works. it makes an empty Xrm db instead of crashing :)
|
2002-04-19 07:50:02 +00:00 |
Resource.h
|
starting openbox without an rc file now works. it makes an empty Xrm db instead of crashing :)
|
2002-04-19 07:50:02 +00:00 |
Rootmenu.cc
|
now yuo can change styles again! (oops) wasnt saving teh nwe style file to the Resource class when it changed.
|
2002-04-18 03:00:12 +00:00 |
Rootmenu.h
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |
Screen.cc
|
fixed memory leak in screen::load()
|
2002-04-19 21:05:49 +00:00 |
Screen.h
|
configuration changes "done"!!
|
2002-04-17 08:30:55 +00:00 |
Slit.cc
|
temprary fix for the memleaks in ::load() and ::set* when using ostrstreams. Need to find a better solution for strings than std::string and ostrstream, or else put up with memory leaks all over the place.
|
2002-04-19 06:51:08 +00:00 |
Slit.h
|
menus update their values when they are reconfigure()d.
|
2002-04-17 23:07:11 +00:00 |
Timer.cc
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |
Timer.h
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |
Toolbar.cc
|
temprary fix for the memleaks in ::load() and ::set* when using ostrstreams. Need to find a better solution for strings than std::string and ostrstream, or else put up with memory leaks all over the place.
|
2002-04-19 06:51:08 +00:00 |
Toolbar.h
|
menus update their values when they are reconfigure()d.
|
2002-04-17 23:07:11 +00:00 |
Util.h
|
Added Util.h, which contains only an ASSERT macro for now
|
2002-04-14 15:57:07 +00:00 |
Window.cc
|
fix 2 bus errors on osx:
|
2002-04-18 20:56:23 +00:00 |
Window.h
|
changed OpenboxWindow to not have getFrameX/getWidth/etc functions, and to return Origins and Sizes and Rects, in fuctions like size(), origin(), and area().
|
2002-04-14 18:28:11 +00:00 |
Windowmenu.cc
|
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
|
2002-04-16 06:25:00 +00:00 |
Windowmenu.h
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |
Workspace.cc
|
optimized the finding-the-slit-position code in positionWindow
|
2002-04-18 18:49:22 +00:00 |
Workspace.h
|
applied Ruhi's cleanup patch. moves colSmartPlacement into its own function
|
2002-04-16 01:10:53 +00:00 |
Workspacemenu.cc
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |
Workspacemenu.h
|
Using some references instead of pointers for the menus.
|
2002-04-14 11:37:22 +00:00 |