]> code.delx.au - spectrwm/shortlog
spectrwm
2012-08-28 David Hillclean -Wshadow
2012-08-28 David Hilladd remaining missing prototypes
2012-08-28 David Hillprint_win_geom is SWM_DEBUG only
2012-08-28 David Hilladd missing spawn_ prototypes
2012-08-28 David Hilladd missing prototypes
2012-08-27 Marco PeereboomPrepare for release 2.0.2. SPECTRWM_2_0_2
2012-08-27 Reginald KennedyFix scan_xrandr to fallback when a scan results in...
2012-08-27 David Hillcouple more const's
2012-08-27 David Hillsprinkle some const
2012-08-27 Reginald KennedyAdd tilde ~ expansion to autorun command in the config.
2012-08-26 Marco PeereboomPrepare for release 2.0.1. SPECTRWM_2_0_1
2012-08-26 Reginald KennedyRemove setquirk error; just ignore when attempting...
2012-08-26 Reginald KennedyFix use of free'd memory.
2012-08-26 Reginald KennedyAdd support for Xcursor.
2012-08-26 Reginald KennedyFix 'focus_mode = default' to ignore pointer position...
2012-08-24 Reginald KennedyFix issue when switching to a workspace in fullscreen...
2012-08-24 Reginald KennedyFix stacking of transients and new windows in max_stack...
2012-08-23 Reginald KennedyFix focus issue when a window is manipulated via EWMH.
2012-08-23 Reginald KennedyFix keyboard move and resize operation delay.
2012-08-22 Marco PeereboomPrepare for release 2.0.0. SPECTRWM_2_0_0
2012-08-22 Reginald KennedyFix uninitialized variable warning.
2012-08-22 Reginald KennedyFix follow mode window unmap focus issue.
2012-08-22 Reginald KennedyFix manual focus mode not allowing empty regions to...
2012-08-22 Reginald KennedyFix new windows not always being handled in a prompt...
2012-08-22 Reginald KennedyFix switchws issue when swapping with an empty workspace.
2012-08-22 Reginald KennedyTake input focus into consideration when determining...
2012-08-22 Reginald KennedyFix focus when transient windows get unmapped, but...
2012-08-21 Reginald KennedyFix follow_cursor focus mode and rename option value...
2012-08-21 Reginald KennedyFix focus issue when swapping visible workspaces.
2012-08-21 Reginald KennedyFix unmapnotify to update the win mapping and iconic...
2012-08-20 Reginald KennedyFix focus on iconify.
2012-08-20 Reginald KennedySilence the -Wconditional-uninitialized warning with...
2012-08-20 Reginald KennedyIn Linux Makefile, only set CC when it isn't already...
2012-08-20 Reginald KennedyFix switchws to unfocus the focused win before operatin...
2012-08-20 Reginald KennedyAdd WM_HINT_INPUT compatibility macro for old xcb-util...
2012-08-20 Reginald KennedyAdd border with unfocused color for all windows in...
2012-08-20 Reginald KennedyReplace map_window_raised with map_window function.
2012-08-20 Reginald KennedyUnmap after map in switchws.
2012-08-20 Reginald KennedyConvert SWM_ARG_ID_FOCUSCUR into a function called...
2012-08-20 Reginald KennedyFix focus_win function to correctly set window focus.
2012-08-20 Reginald KennedyFix stack_config by adding a focus_flush().
2012-08-20 Reginald KennedyFix search_resp by adding xcb_flush.
2012-08-20 Reginald KennedyChange manual focus mode; focus is set with mouse button 1.
2012-08-16 Reginald KennedyFix focus_win to call unfocus_win when appropriate.
2012-08-15 Reginald KennedyFix grabbuttons.
2012-08-15 Reginald KennedyFix mouse button grab.
2012-08-15 Reginald KennedyAdd new 'manual' focus_mode.
2012-08-12 Reginald KennedyFix floating window positioning.
2012-08-12 Reginald KennedyFix xcb_create_window() call in workaround().
2012-08-12 Reginald KennedyFix xcb_poly_fill_rectangle() call in bar_print().
2012-08-07 Reginald KennedyFix window configuration issue affecting programs such...
2012-08-06 Reginald KennedyOnly try to set focus on a window once it is known...
2012-08-04 Reginald KennedyFix segfault when a ConfigureRequest is sent to a windo...
2012-08-04 Reginald KennedyFix numlock issues.
2012-08-02 Marco Peereboomfix cygwin, from MrD <mrw@eandem.co.uk>
2012-07-31 Marco Peereboomremove beta
2012-07-31 Marco PeereboomPrepare for release 1.2.0. SPECTRWM_1_2_0
2012-07-31 Marco Peereboomadd BETA for now
2012-07-31 Reginald KennedyDefault font backend should be font set.
2012-07-31 Reginald KennedyImplement bar_font check to choose between Xft and...
2012-07-31 Reginald KennedyAdd new shutdown_cleanup function to eliminate duplicat...
2012-07-29 Reginald KennedyFix get_win_name to try _NET_WM_NAME (UTF-8) before...
2012-07-29 Reginald KennedyUse legacy XFontSet when user specifies an X core font...
2012-07-27 Marco Peereboomfix some more unused param warnings
2012-07-27 Marco Peereboomshut a bunch of warnings up
2012-07-27 Reginald KennedyEliminate more shadows.
2012-07-27 Reginald KennedyFix check_conn.
2012-07-27 Reginald KennedyRename a variable.
2012-07-27 David Hillfix typo
2012-07-27 Reginald KennedyFix check_conn to work with older libxcb versions.
2012-07-27 Reginald KennedyAdd another check before attempting to use RandR.
2012-07-27 Reginald KennedyDon't query the RandR extension unless it is present.
2012-07-26 Reginald KennedyAdd a check_conn() function for debugging purposes.
2012-07-26 Reginald KennedyAdd variable for debug purposes.
2012-07-26 Reginald KennedyCheck return value of get_screen.
2012-07-25 Reginald KennedyOnly get xrandr extension data if xrandr is supported.
2012-07-25 Reginald KennedyGet actual LOGIN_NAME_MAX value from sysconf.
2012-07-24 Reginald KennedyFix bar 'random' class:instance bar output.
2012-07-23 Reginald KennedyEliminate PSC (path separator char) macro.
2012-07-23 Reginald KennedyAdd tilde (~) expansion to bar_action and program[...
2012-07-23 Reginald KennedyNew debug output for FocusIn and LeaveNotify.
2012-07-22 Reginald KennedyFix user bar_font not being applied to dmenu.
2012-07-21 Reginald KennedyUse a more generalized check for xcb-util < 0.3.8
2012-07-20 Reginald KennedyRemove unneeded variables and some whitespace.
2012-07-20 David Hilluse _icccm_ in the function name to stay current
2012-07-20 David HillAdd myself to the copyright
2012-07-20 David Hillanother potential memleak
2012-07-20 David Hillwe don't do anything with xcb_grab_pointer_reply, so...
2012-07-20 David Hillplug memleak
2012-07-20 David Hillmove out of the loop.
2012-07-20 David Hillplug some more mem leaks.
2012-07-20 David Hillwe need to free what is returned from xcb_key_symbols_g...
2012-07-20 David Hillcheck replies separately
2012-07-20 David Hillplug memleak in find_window
2012-07-20 David Hillplug memory leak in get_win_name
2012-07-20 David Hillremoved unused function
2012-07-20 David Hillplug memory leak in get_atom_name
2012-07-20 David Hillplug memory leak in get_ws_idx
2012-07-20 David Hillmake sure we test the reply to be not NULL too.
2012-07-20 Reginald KennedyFix freebsd makefile.
next