| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-05-23 | added XAtom class, and it all now compiles. | 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-16 | make auto-raise value load. | Dana Jansens | |
| 2002-05-15 | moved menu from a rc file option to a command line option | Dana Jansens | |
| 2002-05-14 | update changelog. | Dana Jansens | |
| removed a redundant var from BaseDisplay. | |||
| 2002-05-14 | new version of bsetroot ported from blackbox cvs | 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 | converted all of the openbox class LinkedLists to STL objects | Dana Jansens | |
| 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-04-30 | bug #1 from click placement fixed. was catching more motionNotify events ↵ | Dana Jansens | |
| than i wanted to with the new/modified move grabs. now i drop any left-over extras when the move completes so they dont come in too late | |||
| 2002-04-30 | save the titlebarLayout in the default config | Dana Jansens | |
| 2002-04-28 | properly handle placing a window while another window is still placing. | Dana Jansens | |
| 2002-04-28 | added ClickMouse window placement policy | Dana Jansens | |
| 2002-04-20 | compile fix for --disable-slit | 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 | fixed a memory leak for resource.titlebar_layout | Scott Moynes | |
| 2002-04-19 | starting openbox without an rc file now works. it makes an empty Xrm db ↵ | Dana Jansens | |
| instead of crashing :) | |||
| 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-17 | menus update their values when they are reconfigure()d. | Dana Jansens | |
| the screen, toolbar and slit rc values are reloaded in BScreen::reconfigure() before the menus. the toolbar and slit rc values are explicitly loaded in their constructors, as is BScreen's. | |||
| 2002-04-17 | configuration changes "done"!! | Dana Jansens | |
| on start, the config file is read entirely off the disc, and missing values are assigned defaults. the config file is immediately written back to the disk to populate missing defaults in the file. any time a config option is changed the control, the config file is re-written with the change. choosing reconfig will reload the current config file on the disc. on shutdown, nothing is written to the config file. | |||
| 2002-04-17 | Toolbar saves its settings as their changed | Dana Jansens | |
| Main config's Hide Toolbar option is also saved when it is changed Removed 2 debug couts from Slit | |||
| 2002-04-16 | Slit loads its own settings and saves them as they are changed | Dana Jansens | |
| added an assert in Resource | |||
| 2002-04-16 | Added a runtime option for hiding the toolbar totally. Will be cleaner | Scott Moynes | |
| later. Stay tuned. | |||
| 2002-04-16 | reversed tehmouse wheel buttons on the root window. scrolling up now goes to ↵ | Dana Jansens | |
| the next workspace. | |||
| 2002-04-16 | get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ↵ | Dana Jansens | |
| checks for individual headers instead | |||
| 2002-04-16 | removed the code to make the .blackboxrc symlink to openbox's rc file (it ↵ | Dana Jansens | |
| cored anyways) | |||
| 2002-04-14 | BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeight | Dana Jansens | |
| 2002-04-14 | Added Util.h, which contains only an ASSERT macro for now | Dana Jansens | |
| 2002-04-14 | using a reference for Openbox instead of a pointer | Dana Jansens | |
| 2002-04-14 | using some references instead of pointers where possible in Screen, ↵ | Dana Jansens | |
| ScreenInfo, Slit, Toolbar, and Netizen | |||
| 2002-04-14 | Using some references instead of pointers for the menus. | Dana Jansens | |
| 2002-04-14 | added first revision of the BestFit placement type. | Dana Jansens | |
| moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions. | |||
| 2002-04-13 | removed all Xrm database calls from Screen.cc (style loading). | Dana Jansens | |
| This completes the conversion to using the obResource class, there are no class to Xrm* except in Resource.cc/h | |||
| 2002-04-13 | added symlinking. needs a little work. | Scott Moynes | |
| 2002-04-12 | real_reconfigure now using obResource instead of teh XrmDatabase calls. | Dana Jansens | |
| obResource class calls XrmInitialize(). | |||
| 2002-04-12 | save_rc() using the obResource class to save blackbox's configuration. | Dana Jansens | |
| renamed BScreen::getCount to BScreen::getWorkspaceCount. | |||
| 2002-04-11 | changed the default edge-snap distance from 0 to 4. This way new users will ↵ | Dana Jansens | |
| see that the option is there for them to change. | |||
| 2002-04-11 | load_rc(BScreen *) now uses the obResource class to load its configuration | Dana Jansens | |
| added a few consts in BScreen to be compatible with the new code. reordered the compilation in src/ so that Resource.cc is in alphabetical order | |||
| 2002-04-11 | load_rc() now uses the obResource class to load its configuration | Dana Jansens | |
| 2002-04-11 | Initial revision | Dana Jansens | |
