]> Dogcows Code - chaz/openbox/blobdiff - ChangeLog
add a 'Switch to...' entry to empty desktops in the client-list-menu
[chaz/openbox] / ChangeLog
index d7a3eb1fbb53ae89f80e1521e637d85e9390b55c..1010fb572fddc18c8b1ce2726523127cb15ea2d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,366 @@
+2003-09-15  Ben Jansens  <xor@zed.orodu.net>
+
+       * data/rc.xml, openbox/config.c, openbox/config.h, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/screen.c:
+       remove focusLast and focusLastOnDesktop
+
+       * openbox/focus.c: fix directional focus when nothing is focused
+
+       * ChangeLog: recent changes
+
+       * configure.ac: beta3
+
+       * openbox/session.c: use the sm_client_id in the client struct
+
+       * openbox/client.c, openbox/client.h:
+       save the sm_client_id just like saving other properties, dont query each time its needed
+
+       * openbox/event.c:
+       propogate property changes on the group leader to the whole group
+
+       * openbox/popup.c: remove debug prints
+
+       * openbox/startupnotify.c: remove debug print
+
+       * openbox/event.c: sloppy focus fixes, ignore a few more enter events
+
+       * openbox/focus.c:
+       fix crashing when doing a directional focus with no windows on the desktop
+
+       * openbox/place.c: best fit only one direction
+
+       * openbox/place.c: no center in the first smart-place
+
+       * openbox/place.c: sort smallest to largest area
+
+       * openbox/place.c: 2 passes at smart placement
+
+       * openbox/place.c:
+       smart placement only avoids the focused window, and centers in its area
+
+       * openbox/stacking.h: whitespace
+
+       * openbox/place.c: fallback to random when focus follows mouse is off
+
+       * openbox/place.c: fix comment
+
+       * openbox/place.c: oops backwarsd
+
+       * openbox/place.c: dont use continue
+
+       * openbox/place.c: remove blank line
+
+       * openbox/mainloop.c: allow more than one timer to work at a time
+
+       * openbox/mainloop.c: allow more than one timer to process at a time
+
+       * openbox/place.c:
+       apply gravity to the chosen coords, bound the undermouse placement
+
+       * openbox/place.c:
+       always use smart placement, add under-mouse placement for the fallback
+
+       * openbox/place.c: dont count !normal clients for placement
+
+       * openbox/place.c: added smart placement
+
+       * openbox/resist.c: use the new RECT_LEFT/RIGHT/TOP/BOTTOM for clarity
+
+       * openbox/geom.h:
+       add some interesection shit, and RECT_LEFT/RIGHT/TOP/BOTTOM
+
+2003-09-14  Ben Jansens  <xor@zed.orodu.net>
+
+       * openbox/menuframe.c: kill the padding in the menu title
+
+       * openbox/stacking.c:
+       dont raise parents of transients when the transient is raised
+
+       * render/theme.c: fix 2 mem leaks
+
+       * Makefile.am: install the openbox.png pixmap icon
+
+       * openbox/openbox.c:
+       adjust the themes for the frames before everything else happens, cuz they store pointers to the freed theme, then redraw them at the end
+
+       * openbox/frame.c: dont redraw the frames when changing their theme
+
+       * openbox/startupnotify.c: remove the x event handler
+
+       * openbox/screen.c:
+       dont bother fucking everythign up when the desktops number hasnt changed
+
+       * openbox/popup.c: fix mem leak
+
+       * openbox/menuframe.c:
+       update the menus before putting them in the visible list
+
+       * openbox/menu.c:
+       fix a mem leak, and make suer the menus arent visible when they are modified
+
+       * openbox/event.c: fix mem leak, remove teh ice watch handler
+
+       * openbox/config.c, openbox/action.c: fix mem leak
+
+       * data/openbox.png: add the .png version of the icon.h
+
+       * openbox/client.c:
+       dont impose staying on-screen for non-normal windows like kicker
+
+       * render/icon.h: add a default icon made by merry.
+
+       * openbox/openbox.c:
+       move moveresize_startup/shutdown so its between its deps
+
+       * openbox/moveresize.c: only sopt moveresize when shutting down
+
+       * render/font.c: remove debug print
+
+       * openbox/moveresize.c: stop any moveresizes on shutdown
+
+       * configure.ac: dont need libtool doing dlopen capable libs
+
+       * render/theme.c: use the values passed to the function
+
+       * render/theme.h: code style
+
+       * render/render.c: free XImages
+
+       * render/font.c: destroy 'pat' always
+
+       * render/mask.c:
+       X allocs more bytes than i thought, new algo to pick the amount of memory for the bitmap data
+
+       * openbox/client.c: dont waste a strdup which is never freed
+
+       * openbox/mainloop.c:
+       fix a memory leak in the mainloop timers correctly
+
+       * openbox/mainloop.c: fix a memory leak in the mainloop timers
+
+2003-09-12  Ben Jansens  <xor@zed.orodu.net>
+
+       * openbox/focus.c, openbox/moveresize.c, openbox/openbox.c, openbox/popup.c, openbox/popup.h, openbox/screen.c:
+       new popups with subclasses, added an ObIconPopup for popups with icons, and ObPagerPopup, for a popup with a pager on it.
+
+       better logic also for the desktop layout code figuring out how many rows and columns there are.
+
+       * render/theme.c, render/theme.h:
+       add app_(un)hilite_fg, which is never parentrelative
+
+       * render/font.c: wasted variable
+
+       * render/theme.c:
+       handle parentrel app labels, by using the title's texture instead
+
+       * render/theme.c: better more valid C
+
+       * openbox/popup.c: 80 cols
+
+       * openbox/openbox.c:
+       start the session shit, and grab the params before grabbing the rest of the parameters (and erroring on invalid ones)
+
+       * Makefile.am, openbox/client.c, render/theme.c, render/theme.h:
+       add support for a default icon, but no icon has been made yet.
+
+       * configure.ac: allow building of static libs
+
+2003-09-10  Ben Jansens  <xor@zed.orodu.net>
+
+       * openbox/event.c, openbox/mouse.c, openbox/mouse.h:
+       frame context fallbacks when there is no binding on the context
+
+       * themes/allegro/themerc: requested update from safarial
+
+       * openbox/event.c:
+       make menu hiding-on-release based on a timer rather than on where it is released (on the frame border)
+
+       * openbox/config.h: s/milli/micro/
+
+       * openbox/menu.c: hide menus before showing a new menu root
+
+       * openbox/menuframe.c:
+       keep menus taller than the screen from jittering. also keep the half of the menu you're in visible. more precision would be nicer but meh for now (ever) i guess.
+
+       * Makefile.am: distribute the .pc.in files
+
+       * openbox/focus.c: save the new glist!
+
+       * openbox/keyboard.c:
+       when the client for an interactive action is closed, kill the action
+
+       * openbox/moveresize.c:
+       use the current size not the start size for moving
+
+       * openbox/event.c:
+       use the focus client when the client is null for keyboard events
+
+       * openbox/action.c: oops, copypaste
+
+       * openbox/action.c: dont deref the client before checking for null
+
+       * openbox/frame.c: use theme.show_handle
+
+2003-09-09  Ben Jansens  <xor@zed.orodu.net>
+
+       * ChangeLog: more changes
+
+       * openbox/event.c, openbox/keyboard.c, openbox/keyboard.h:
+       save teh client for interactive actions cuz after teh keyboard is grabbed there is no client
+
+       * configure.ac: beta2
+
+       * ChangeLog: recent changes
+
+       * openbox/action.c, openbox/action.h, openbox/event.c, openbox/keyboard.c, openbox/keyboard.h, openbox/mouse.c, openbox/mouse.h, openbox/screen.c:
+       no more interactive mouse actions, they are evil etc. actions now "feel" much more solid. if move/resizing a window while changing workspaces, it will follow.
+
+       * openbox/action.c: no mouse interactive actions. no bugs.
+
+2003-09-08  Ben Jansens  <xor@zed.orodu.net>
+
+       * openbox/client.c: remove debug prints
+
+       * render/theme.c: allow a padding.width of 0
+
+       * tools/themeupdate/themeupdate.py: warn about the right shit
+
+       * openbox/focus.h: remove comment that isnt right anymore
+
+       * openbox/frame.c, openbox/framerender.c, openbox/popup.c, render/theme.c, render/theme.h, themes/allegro/themerc, themes/artwiz/themerc, themes/blah41/themerc, themes/om4ob/themerc, themes/thebear/themerc, tools/themeupdate/themeupdate.py:
+       bigtime theme changes. bigtime.
+
+       * openbox/focus.c, openbox/focus.h: expose focus_cycle_client
+
+       * openbox/event.c:
+       act on the visibly focused window when that differs from the actual focused window
+
+       * openbox/client.c: round 2 for this shit
+
+       * openbox/client.c: flush after resizing a client
+
+       * openbox/client.c:
+       if the client is growing, resize it before the frame. if its shrinking, then resize the frame first. reduces flicker lots.
+
+       * openbox/client.c:
+       watch for windows with titlecounts changing their title and getting an incorrect titlecount
+
+       * openbox/client.c: oops
+
+       * openbox/client.c: some simpler code
+
+       * openbox/action.c:
+       grab the pointer befoer shading a window to prevent focus moving in sloppy focus
+
+       * openbox/client.c:
+       dont reset all the states to FALSE in client_get_state, this made an initial IconicState get ignored
+
+       * data/rc.xml: oops missed a capitalization
+
+       * data/menu.xml: add obconf to the menu
+
+       * openbox/menuframe.c: flush after drawing each menu item
+
+       * openbox/config.h: timeouts are all in millisecond
+
+       * openbox/menu.c:
+       if the menu path starts with a /, then just load it, don't try the prefixes
+
+       * openbox/dock.c: fix autohiding
+
+       * openbox/dock.c: dont modify the time from the config parser
+
+       * openbox/config.c:
+       make both focusDelay and hideTimeout in milliseconds
+
+       * openbox/dock.c:
+       fix crash when reconfigure changes the stacking layer of the dock
+
+       * data/rc.xml: capitalize mouse actions
+
+       * openbox/screen.c:
+       move windows around before removing the focus order lists to prevent nasty segfault when it removes a window from an already freed list
+
+2003-09-07  Ben Jansens  <xor@zed.orodu.net>
+
+       * parser/parse.c: dont use obsolete xmlChildrenNode
+
+       * po/Makevars: add my email address
+
+       * Makefile.am, configure.ac, parser/.cvsignore, parser/obparser-3.0.pc.in, render/.cvsignore, render/obrender-3.0.pc.in:
+       remove obconf from this tree.
+       add versioning for the libraries and pkgconfig files for them.
+
+       * openbox/config.c, openbox/menu.c, openbox/session.c:
+       dont use obsolete xmlChildrenNode
+
+       * openbox/framerender.c, openbox/menuframe.c: xflush after rendering
+
+       * data/rc.xml, openbox/action.c, openbox/action.h, openbox/client_list_menu.c, openbox/client_menu.c, openbox/config.c, openbox/event.c, openbox/keyboard.c, openbox/menu.c, openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h, openbox/misc.h, openbox/mouse.c, openbox/mouse.h:
+       little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot.
+       allow actions to specify when they can be used (ShowMenu cant in the OB_USER_ACTION_MENU_SELECTION case)
+       remove KeyboardMove ad KeyboardResize. Instead, just use Move and Resize and determine if it should be a keyboard move/resize in the code
+
+2003-09-06  Ben Jansens  <xor@zed.orodu.net>
+
+       * openbox/plugin.c, openbox/plugin.h:
+       these shoulda been removed long ago
+
+       * openbox/event.c: \n's at the end of strings passed to ob_debg
+
+       * openbox/client.c: Closes #799. i think im too high to say more.
+
+       * openbox/screen.c:
+       sync before removing all the enter events. this way it actually catches them
+
+       * render/theme.c:
+       add the margins to the label_height so that the text doesnt cover the bevel/border
+
+2003-09-04  Ben Jansens  <xor@zed.orodu.net>
+
+       * openbox/menu.c: code style fix
+
+       * openbox/menu.c:
+       optimization. don't need a glist where a simple pointer will suffice.
+
+       * openbox/openbox.c: was adding an extra / in ob_expand_tilde
+
+       * openbox/menu.c, openbox/menu.h:
+       when a pipe menu is killed, kill all its submenus as well
+
+       * openbox/geom.h: fix RECT_CONTAINS, name clash
+
+       * render/image.h, render/render.c:
+       new scaling based on the Bresenham algorithm
+
+       * render/image.c: new scaling, based on the Bresenham algorithm
+
+       * openbox/moveresize.c:
+       off by one caused clients to be resized a little during a move
+
+       * openbox/menuframe.c: oops missed a !
+
+       * data/rc.xml, openbox/config.c: turn off focusDelay by default
+
+       * openbox/openbox.c, openbox/session.c, openbox/session.h, po/POTFILES.in:
+       move session code out of openbox.c all into session.c
+       remove --sm-save-file and --sm-client-id from argv so that they dont get reused when doing a restart.
+
+       * openbox/grab.h: match the declarations in the header
+
+       * openbox/keyboard.c: ungrab only as many times as we grabbed
+
+       * openbox/openbox.c: remove the reconfigure popup
+
+       * openbox/grab.c: match the func prototypes in the header
+
 2003-09-03  Ben Jansens  <xor@zed.orodu.net>
 
        * ChangeLog: recent changes
 
+       * openbox/startupnotify.c: fix for not using startup notification
+
+       * ChangeLog: recent changes
+
        * configure.ac: beta1 time. fuck yah.
 
        * openbox/openbox.c:
 
 2003-08-03  Ben Jansens  <xor@zed.orodu.net>
 
-       * tools/obconf/main.c: add more widgets to the main window
-
        * ChangeLog: recent changes
 
        * data/rc3, openbox/client.c, openbox/config.c, openbox/config.h, openbox/moveresize.c:
 
 2003-08-02  Ben Jansens  <xor@zed.orodu.net>
 
-       * tools/obconf/main.c: has a pane and list and workarea
-
-       * tools/obconf/main.c: has a menu and a treeview
-
        * openbox/client.c, openbox/event.c:
        use the frame size not the client size when figuring out if stuff fits on the screen
 
 
        * openbox/frame.c: fix a long-lurknig gravity bug
 
-       * tools/obconf/main.c: dont inlcude these headers they arent needed yet
-
        * ChangeLog: recent changes
 
        * openbox/openbox.c: oops missed one
 
 2003-07-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * tools/obconf/main.c: make errors non-modal
-
-       * Makefile.am, configure.ac, tools/obconf/.cvsignore, tools/obconf/Makefile, tools/obconf/main.c:
-       restarting work on obconf
+       * Makefile.am, configure.ac: restarting work on obconf
 
        * ChangeLog: recent changes
 
        * configure.ac:
        dont display the build type at the end its already in the output
 
-       * configure.ac, openbox/action.c, openbox/client.c, openbox/debug.h, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu_render.c, openbox/openbox.c, openbox/screen.c, parser/parse.c, render/color.c, render/gradient.c, render/instance.c, render/theme.c, tools/obconf/main.c:
+       * configure.ac, openbox/action.c, openbox/client.c, openbox/debug.h, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu_render.c, openbox/openbox.c, openbox/screen.c, parser/parse.c, render/color.c, render/gradient.c, render/instance.c, render/theme.c:
        use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it
 
        * render/gradient.c:
        * render/color.c, render/font.c, render/font.h, render/geom.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h:
        remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
 
-       * Makefile.am, configure.ac, data/.cvsignore, data/Makefile, data/Makefile.am, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, parser/.cvsignore, parser/Makefile, parser/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, tools/Makefile.am, tools/obconf/Makefile.am:
+       * Makefile.am, configure.ac, data/.cvsignore, data/Makefile, data/Makefile.am, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, parser/.cvsignore, parser/Makefile, parser/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, tools/Makefile.am:
        update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
 
        * gettext.h, openbox/gettext.h:
        * openbox/popup.c:
        create the popup's window before adding it to the stacking list, so that it is stacked properly and doesnt wreck everything
 
-       * Makefile.am, configure.ac, data/Makefile.am, openbox/Makefile.am, parser/Makefile.am, render/Makefile.am, themes/Makefile.am, tools/obconf/Makefile.am:
+       * Makefile.am, configure.ac, data/Makefile.am, openbox/Makefile.am, parser/Makefile.am, render/Makefile.am, themes/Makefile.am:
        prepare for alpha1 release.
        make 'make dist' work.
 
 
 2003-05-24  Ben Jansens  <xor@zed.orodu.net>
 
-       * Makefile.am, configure.ac, openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/config.c, openbox/focus.c, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/plugin.c, parser/.cvsignore, parser/Makefile.am, parser/parse.c, parser/parse.h, tools/.cvsignore, tools/Makefile.am, tools/obconf/.cvsignore, tools/obconf/Makefile.am, tools/obconf/about.c, tools/obconf/main.c, tools/obconf/obconf.glade, tools/obconf/obconf.gladep, tools/obconf/obconf.h, tools/obconf/plugins.c, tools/obconf/plugins.h:
+       * Makefile.am, configure.ac, openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/config.c, openbox/focus.c, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/plugin.c, parser/.cvsignore, parser/Makefile.am, parser/parse.c, parser/parse.h, tools/.cvsignore, tools/Makefile.am:
        this is a big one! im putting stats in here just cuz!
         59 files changed, 1691 insertions(+), 607 deletions(-)
        Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.
This page took 0.030406 seconds and 4 git commands to generate.