]>
Dogcows Code - chaz/openbox/log
Dana Jansens [Thu, 16 May 2002 07:52:13 +0000 (07:52 +0000)]
make auto-raise value load.
Dana Jansens [Thu, 16 May 2002 07:16:32 +0000 (07:16 +0000)]
fix off-by-one window resizing bug
Dana Jansens [Thu, 16 May 2002 06:45:18 +0000 (06:45 +0000)]
typos
Dana Jansens [Thu, 16 May 2002 06:38:08 +0000 (06:38 +0000)]
readding aclocal. autoconf needs this thing
Dana Jansens [Thu, 16 May 2002 05:59:02 +0000 (05:59 +0000)]
fix for slit direction menu not reconfiguring properly
Dana Jansens [Thu, 16 May 2002 04:41:56 +0000 (04:41 +0000)]
*** empty log message ***
Dana Jansens [Wed, 15 May 2002 22:23:35 +0000 (22:23 +0000)]
moved menu from a rc file option to a command line option
Dana Jansens [Wed, 15 May 2002 21:16:14 +0000 (21:16 +0000)]
spelling error
Dana Jansens [Wed, 15 May 2002 16:26:50 +0000 (16:26 +0000)]
added future release goals to the TODO
Dana Jansens [Wed, 15 May 2002 10:14:45 +0000 (10:14 +0000)]
better setting of atoms. plugged memory leak.
Dana Jansens [Wed, 15 May 2002 03:54:43 +0000 (03:54 +0000)]
better behavior with root pixmap atoms. create them if they do not exist.
Dana Jansens [Wed, 15 May 2002 03:40:09 +0000 (03:40 +0000)]
update to work with renamed function in BaseDisplay
Dana Jansens [Tue, 14 May 2002 23:30:22 +0000 (23:30 +0000)]
update changelog.
removed a redundant var from BaseDisplay.
Dana Jansens [Tue, 14 May 2002 23:15:38 +0000 (23:15 +0000)]
confine the mouse to the window for button grabs so that alt-click-drag on a window that wont move doesnt let the mouse leave the window and cause havoc
Dana Jansens [Tue, 14 May 2002 23:07:54 +0000 (23:07 +0000)]
new version of bsetbg
bsetroot now plays niecly with Eterm. Also, updated to the latest bsetroot from blackbox cvs
Dana Jansens [Tue, 14 May 2002 22:15:01 +0000 (22:15 +0000)]
new version of bsetroot ported from blackbox cvs
Dana Jansens [Tue, 14 May 2002 19:32:32 +0000 (19:32 +0000)]
set the button windows to None when they are destroyed so we know they are no longer valid windows
Dana Jansens [Tue, 14 May 2002 19:28:34 +0000 (19:28 +0000)]
compile with -Wall -W -pendantic when --enable-debug is set.
Dana Jansens [Tue, 14 May 2002 07:53:22 +0000 (07:53 +0000)]
new focus code! working better than ever!
Dana Jansens [Tue, 14 May 2002 00:52:08 +0000 (00:52 +0000)]
fix creating/destroying the titlebar buttons
Dana Jansens [Tue, 14 May 2002 00:47:16 +0000 (00:47 +0000)]
fix for changing window buttons order. destroy them properly when they no longer exist and recreate them if they dont exist yet
Dana Jansens [Mon, 13 May 2002 23:09:20 +0000 (23:09 +0000)]
fix segfaut from uninitialized focused_screen pointer
Dana Jansens [Mon, 13 May 2002 02:34:42 +0000 (02:34 +0000)]
fix compilign without LinkedList
Dana Jansens [Mon, 13 May 2002 00:23:59 +0000 (00:23 +0000)]
focus code updates
Dana Jansens [Sun, 12 May 2002 22:45:28 +0000 (22:45 +0000)]
LinkedList->STL conversion completed. LinkedList is no longer use and it has been removed from the source tree.
Dana Jansens [Sun, 12 May 2002 22:40:32 +0000 (22:40 +0000)]
no more use of LinkedList in BaseDisplay
Dana Jansens [Sun, 12 May 2002 21:46:02 +0000 (21:46 +0000)]
removed LinkedLists in BaseDisplay and Image. Only 1 left in BaseDisplay now
Dana Jansens [Sun, 12 May 2002 21:15:40 +0000 (21:15 +0000)]
removed all 'using namespace std;' calls.
Dana Jansens [Sun, 12 May 2002 20:56:40 +0000 (20:56 +0000)]
move some typedefs into class scope
Dana Jansens [Sun, 12 May 2002 20:46:02 +0000 (20:46 +0000)]
converted all of the openbox class LinkedLists to STL objects
Dana Jansens [Sun, 12 May 2002 09:15:09 +0000 (09:15 +0000)]
converted the remaining LinkedLists in Screen to STL objects.
Dana Jansens [Sun, 12 May 2002 01:40:36 +0000 (01:40 +0000)]
not initializing a pointer to NULL
Dana Jansens [Sun, 12 May 2002 01:23:48 +0000 (01:23 +0000)]
couple of LinkedLists converted to STL lists in BScreen
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'
Dana Jansens [Sat, 11 May 2002 18:36:26 +0000 (18:36 +0000)]
use screen instead of its ImageControl to get/set the image dither value
Dana Jansens [Sat, 11 May 2002 18:33:29 +0000 (18:33 +0000)]
make image dithering value load correctly
Dana Jansens [Sat, 11 May 2002 05:33:49 +0000 (05:33 +0000)]
converted from LinkedList to STL vector and list
Dana Jansens [Fri, 10 May 2002 09:09:36 +0000 (09:09 +0000)]
increment version for next release
Dana Jansens [Fri, 10 May 2002 07:13:40 +0000 (07:13 +0000)]
fixes for using ostrstream in gcc3. have to unfreeze the string more. annoying.
save workspace names/count properly
Dana Jansens [Fri, 10 May 2002 02:58:09 +0000 (02:58 +0000)]
better gcc3 compat. using ostrstream again. and using namespace std;
some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg
Dana Jansens [Tue, 7 May 2002 15:36:00 +0000 (15:36 +0000)]
ran autoconf to regen configure
Dana Jansens [Tue, 7 May 2002 15:34:46 +0000 (15:34 +0000)]
gcc 3 compatibility, converted strstreams to stringstreams
Dana Jansens [Sun, 5 May 2002 23:18:35 +0000 (23:18 +0000)]
fix headers to use the new defines
Dana Jansens [Fri, 3 May 2002 22:02:51 +0000 (22:02 +0000)]
stop moving a window if it is maximized
Dana Jansens [Thu, 2 May 2002 04:44:19 +0000 (04:44 +0000)]
windows at positions x<0 or y<0 are no longer ignored in the placing code
Dana Jansens [Wed, 1 May 2002 22:30:44 +0000 (22:30 +0000)]
better toolbar strftime size/padding fix
Dana Jansens [Wed, 1 May 2002 22:21:12 +0000 (22:21 +0000)]
BScreen::resource.root_command wasnt being initialized
Dana Jansens [Wed, 1 May 2002 19:56:29 +0000 (19:56 +0000)]
xsetbg typo
Dana Jansens [Wed, 1 May 2002 07:13:12 +0000 (07:13 +0000)]
fix possible seg because of new move code. make sure that the masked_window pointer gets cleanup up (call endMove) when a window is destroyed (pointer is then invalid)
Dana Jansens [Tue, 30 Apr 2002 08:09:53 +0000 (08:09 +0000)]
when a window begins moving, make sure another window is not moving already, and if it is, end its move
Dana Jansens [Tue, 30 Apr 2002 07:46:46 +0000 (07:46 +0000)]
make sure that the only time Click-to-place kicks in is when initially placing/mapping the window
Dana Jansens [Tue, 30 Apr 2002 07:24:54 +0000 (07:24 +0000)]
bug #1 from click placement fixed. was catching more motionNotify events 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
Dana Jansens [Tue, 30 Apr 2002 02:12:11 +0000 (02:12 +0000)]
removing old files that got merged in
Dana Jansens [Tue, 30 Apr 2002 02:08:33 +0000 (02:08 +0000)]
save the titlebarLayout in the default config
Dana Jansens [Mon, 29 Apr 2002 23:45:06 +0000 (23:45 +0000)]
changelog fixes
Dana Jansens [Mon, 29 Apr 2002 23:35:35 +0000 (23:35 +0000)]
fix positioning of the window menu
Dana Jansens [Mon, 29 Apr 2002 23:27:31 +0000 (23:27 +0000)]
fix bug with window menu positioning
Dana Jansens [Mon, 29 Apr 2002 20:29:10 +0000 (20:29 +0000)]
fixed col placement
Dana Jansens [Mon, 29 Apr 2002 07:41:53 +0000 (07:41 +0000)]
better logic when changing a window's decoration level, for choosing what elements of decoration get placed on the window.
Dana Jansens [Mon, 29 Apr 2002 07:31:44 +0000 (07:31 +0000)]
better logic when changing a window's decoration level, for choosing what elements of decoration get placed on the window.
Dana Jansens [Mon, 29 Apr 2002 01:58:28 +0000 (01:58 +0000)]
fixed bug from converting over to STL
Dana Jansens [Sun, 28 Apr 2002 19:38:47 +0000 (19:38 +0000)]
bsetroot supports transparent apps with root property
Dana Jansens [Sun, 28 Apr 2002 19:35:59 +0000 (19:35 +0000)]
took bsetroot from Blackbox moving_target.. "bsetroot now sets xrootpmap_id, pseudo transparent apps should be happy"
Dana Jansens [Sun, 28 Apr 2002 19:17:16 +0000 (19:17 +0000)]
when a window is iconified, it was being moved, end the move cleanly
Dana Jansens [Sun, 28 Apr 2002 19:14:54 +0000 (19:14 +0000)]
don't click-to-place windows when they specify a position
Dana Jansens [Sun, 28 Apr 2002 19:09:25 +0000 (19:09 +0000)]
properly handle placing a window while another window is still placing.
Dana Jansens [Sun, 28 Apr 2002 12:34:34 +0000 (12:34 +0000)]
if user is moving a window and switches workspaces, stop moving that window
Dana Jansens [Sun, 28 Apr 2002 12:12:24 +0000 (12:12 +0000)]
added ClickMouse window placement policy
Dana Jansens [Sun, 28 Apr 2002 11:26:55 +0000 (11:26 +0000)]
moved the 'moving window' logic into separate functions "startMove" "doMove" and "endMove"
Dana Jansens [Sun, 28 Apr 2002 01:05:12 +0000 (01:05 +0000)]
new row/col Smart Placement from colophon
Dana Jansens [Sun, 28 Apr 2002 00:11:19 +0000 (00:11 +0000)]
added UnderMouse windwo placement.
Dana Jansens [Sat, 27 Apr 2002 21:15:00 +0000 (21:15 +0000)]
better cascadePlacement. uses screen.availableArea().
Dana Jansens [Sat, 27 Apr 2002 19:25:20 +0000 (19:25 +0000)]
added BScreen::availableArea() which returns a rect specifying where windows can be placed on the screen, and what area they can fill when maximized
Dana Jansens [Sat, 27 Apr 2002 19:24:09 +0000 (19:24 +0000)]
removed debugging couts
Dana Jansens [Sat, 27 Apr 2002 18:53:59 +0000 (18:53 +0000)]
add std:: to the vector typedef in Basemenu
converted slit to use a std::list instead of LinkedList
Dana Jansens [Sat, 27 Apr 2002 18:21:21 +0000 (18:21 +0000)]
converted from LinkedList to a vector
Dana Jansens [Fri, 26 Apr 2002 07:38:17 +0000 (07:38 +0000)]
more dithering fix.
Dana Jansens [Fri, 26 Apr 2002 07:19:22 +0000 (07:19 +0000)]
that segfaulted. oops. added a workaround so setImageDither doesnt reconfig when saving off all the rc values
Dana Jansens [Fri, 26 Apr 2002 07:13:22 +0000 (07:13 +0000)]
when Image Dither is changed in the menu, make ob reconfigure so it uses the dithering
Dana Jansens [Wed, 24 Apr 2002 20:34:17 +0000 (20:34 +0000)]
fix Resource class so that you cant cast a string to a Resource
Dana Jansens [Tue, 23 Apr 2002 19:59:44 +0000 (19:59 +0000)]
Rolled back to the old row and column smart placement so we can get a 1.0.0 release out the door.
Dana Jansens [Mon, 22 Apr 2002 23:00:57 +0000 (23:00 +0000)]
even more fixes for maximizing/placement with hidden slit/toolbar/etc
Dana Jansens [Mon, 22 Apr 2002 22:24:15 +0000 (22:24 +0000)]
maximize and placeWindow now behave properly when the slit is hidden
Dana Jansens [Mon, 22 Apr 2002 19:40:52 +0000 (19:40 +0000)]
changing to the older version of this style. its far superior :)
Dana Jansens [Mon, 22 Apr 2002 18:59:04 +0000 (18:59 +0000)]
posible fix for maximizing when slit is auto-hidden
Dana Jansens [Sun, 21 Apr 2002 18:52:28 +0000 (18:52 +0000)]
changed external window interface to only have an area(), no size() and origin(), since all of their values are also in area()
changed toolbar external inteface to have an area, no more getX/Y/Width/Height
Dana Jansens [Sun, 21 Apr 2002 17:54:51 +0000 (17:54 +0000)]
some placement fixes from colophon.
Dana Jansens [Sun, 21 Apr 2002 07:58:46 +0000 (07:58 +0000)]
new row and column placement, using a modified bestfit. These don't work right yet, nor does bestfit, but they are coming.
Dana Jansens [Sun, 21 Apr 2002 04:26:11 +0000 (04:26 +0000)]
fixed some uninstall issues
Dana Jansens [Sun, 21 Apr 2002 03:36:09 +0000 (03:36 +0000)]
even better bestfit placement. way to go colophon!
Dana Jansens [Sun, 21 Apr 2002 02:17:34 +0000 (02:17 +0000)]
specify the std:: namespace for the ostrstreams.
Dana Jansens [Sun, 21 Apr 2002 02:02:27 +0000 (02:02 +0000)]
bestfit placement now honors the left->right and top->bottom options for window placement.
fix for the placement config menu.
Scott Moynes [Sun, 21 Apr 2002 01:22:21 +0000 (01:22 +0000)]
*** empty log message ***
Scott Moynes [Sun, 21 Apr 2002 00:10:48 +0000 (00:10 +0000)]
tyops
Dana Jansens [Sat, 20 Apr 2002 20:01:26 +0000 (20:01 +0000)]
compile fix for --disable-slit
Dana Jansens [Sat, 20 Apr 2002 19:57:03 +0000 (19:57 +0000)]
added Changelog entry for the improved maximize-window code.
Dana Jansens [Sat, 20 Apr 2002 19:53:19 +0000 (19:53 +0000)]
better logic to not place windows over the slit and toolbar
maximize uses this same logic to not maximize over the toolbar *and the slit*
Dana Jansens [Sat, 20 Apr 2002 18:30:47 +0000 (18:30 +0000)]
changes to bestfit from ruhi. takes windows sizes into account properly, and places windows 1 borderwidth apart on all sides, while still placeing up against the edge of the screen.
Dana Jansens [Sat, 20 Apr 2002 18:24:12 +0000 (18:24 +0000)]
on reconfigure, if an option isn't specified in the rc file, then it will revert to its default value instead of staying at its current value.
Dana Jansens [Sat, 20 Apr 2002 18:13:55 +0000 (18:13 +0000)]
comment typo and function spacing fix
Scott Moynes [Sat, 20 Apr 2002 15:28:14 +0000 (15:28 +0000)]
fixed memory leaks for strftime_format and rootcommand
This page took 0.051785 seconds and 4 git commands to generate.