| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-06-07 | fix off-by-ones in window-to-window snapping. move the property from the ↵ | Dana Jansens | |
| blackbox class to the screen class. | |||
| 2002-06-05 | synched with bb-cvs. couple bug fixes. | Dana Jansens | |
| 2002-06-01 | sync with bb-cvs | Dana Jansens | |
| 2002-06-01 | on reconfigure, save all of the open submenus instead of just one, and then ↵ | Dana Jansens | |
| reopen them all as best as possible. | |||
| 2002-05-30 | fix bug from merging last netwm stuff | Dana Jansens | |
| 2002-05-30 | merge in netwm branch at tag netwm-merge2 | Dana Jansens | |
| 2002-05-29 | save the right number of workspaces to the rc when adding/removing one | Dana Jansens | |
| 2002-05-28 | merging in netwm changes at merge point "netwm-merge1". This add the XAtom ↵ | Dana Jansens | |
| class, and sets the net_supported_wm_check related atoms. | |||
| 2002-05-28 | sync with bb-cvs | Dana Jansens | |
| 2002-05-27 | added "Hide Toolbar" option. | Dana Jansens | |
| 2002-05-27 | mouse wheel support | Dana Jansens | |
| custom titlebar layout | |||
| 2002-05-26 | save workspace names properly with the new Configuration class. | Dana Jansens | |
| 2002-05-26 | add Configuration class for generic configuration data load/save-ing. | Dana Jansens | |
| use Configuration class throughout code. no longer save rc file on exit, save when any options are changed. | |||
| 2002-05-25 | fixed the geometry window not getting the proper pixmap. This was caused by ↵ | Dana Jansens | |
| using a style with the window.label.focus set to parentrelative. The window label's parent is the title bar but the geometry window's parent is root. The code now detects the parentrelative and tries to use the window.title as intended. | |||
| 2002-05-25 | use openbox/ dir for rc file and menu file. turn menu into a command line ↵ | Dana Jansens | |
| option instead of an rc file option | |||
| 2002-05-25 | import from bb-cvs | Dana Jansens | |
| added slit and enable-clobber defines back in Makefile.am | |||
| 2002-05-23 | fix compliling with --disable-slit | Dana Jansens | |
| 2002-05-23 | merge the sticky window fix from 1.2. | Dana Jansens | |
| 2002-05-16 | new i18n class using overloaded operator() instead of getMessage() | Dana Jansens | |
| 2002-05-15 | moved menu from a rc file option to a command line option | Dana Jansens | |
| 2002-05-14 | compile with -Wall -W -pendantic when --enable-debug is set. | Dana Jansens | |
| 2002-05-14 | new focus code! working better than ever! | Dana Jansens | |
| 2002-05-13 | fix segfaut from uninitialized focused_screen pointer | Dana Jansens | |
| 2002-05-13 | focus code updates | Dana Jansens | |
| 2002-05-12 | removed all 'using namespace std;' calls. | Dana Jansens | |
| 2002-05-12 | converted all of the openbox class LinkedLists to STL objects | Dana Jansens | |
| 2002-05-12 | converted the remaining LinkedLists in Screen to STL objects. | Dana Jansens | |
| 2002-05-12 | not initializing a pointer to NULL | Dana Jansens | |
| 2002-05-12 | couple of LinkedLists converted to STL lists in BScreen | Dana Jansens | |
| changed teh calls to XSetInputFocus. Using the root window as the fallback when there is nothing to focus instead of the toolbar. Also, always using 'RevertToPointerRoot' instead of sometimes 'RevertToParent' | |||
| 2002-05-11 | use screen instead of its ImageControl to get/set the image dither value | Dana Jansens | |
| 2002-05-11 | make image dithering value load correctly | Dana Jansens | |
| 2002-05-10 | fixes for using ostrstream in gcc3. have to unfreeze the string more. annoying. | Dana Jansens | |
| save workspace names/count properly | |||
| 2002-05-10 | better gcc3 compat. using ostrstream again. and using namespace std; | Dana Jansens | |
| some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg | |||
| 2002-05-07 | gcc 3 compatibility, converted strstreams to stringstreams | Dana Jansens | |
| 2002-05-01 | BScreen::resource.root_command wasnt being initialized | Dana Jansens | |
| 2002-04-28 | added ClickMouse window placement policy | Dana Jansens | |
| 2002-04-28 | added UnderMouse windwo placement. | Dana Jansens | |
| 2002-04-27 | added BScreen::availableArea() which returns a rect specifying where windows ↵ | Dana Jansens | |
| can be placed on the screen, and what area they can fill when maximized | |||
| 2002-04-26 | more dithering fix. | Dana Jansens | |
| 2002-04-26 | that segfaulted. oops. added a workaround so setImageDither doesnt reconfig ↵ | Dana Jansens | |
| when saving off all the rc values | |||
| 2002-04-26 | when Image Dither is changed in the menu, make ob reconfigure so it uses the ↵ | Dana Jansens | |
| dithering | |||
| 2002-04-21 | specify the std:: namespace for the ostrstreams. | Dana Jansens | |
| 2002-04-20 | on reconfigure, if an option isn't specified in the rc file, then it will ↵ | Dana Jansens | |
| revert to its default value instead of staying at its current value. | |||
| 2002-04-20 | comment typo and function spacing fix | Dana Jansens | |
| 2002-04-20 | fixed memory leaks for strftime_format and rootcommand | Scott Moynes | |
| 2002-04-19 | fixed memory leak in screen::load() | Dana Jansens | |
| 2002-04-19 | temprary fix for the memleaks in ::load() and ::set* when using ostrstreams. ↵ | Dana Jansens | |
| 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-18 | fix 2 bus errors on osx: | Dana Jansens | |
| - it's std::string doesnt like being set to NULL. - in Window.cc, caught someone using a membr variable after calling 'delete this'. bad. | |||
| 2002-04-18 | now yuo can change styles again! (oops) wasnt saving teh nwe style file to ↵ | Dana Jansens | |
| the Resource class when it changed. | |||
| 2002-04-18 | maps/unmaps the toolbar when its resource setting is loaded from the file so ↵ | Dana Jansens | |
| it takes effect during a reconfigure. | |||
