summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-22move all HAVE_HISTORY into history.cBernhard R. Link
2008-10-22SHELLCMD history only shows execute arguments, things to execute are stored a...Bernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2008-10-22return the correct value when set_barinpadding is called without argumentsAntti Nykänen
2008-10-19disallow duplicate group namesAli Gholami Rudi
2008-10-12PID support for format_stringAntti Nykänen
2008-10-12run switch group hooks after gdeleteAli Gholami Rudi
2008-10-12don't delete the last groupAli Gholami Rudi
2008-10-12select the last visited group after gdeleteAli Gholami Rudi
2008-10-12change grename arg type to arg_RESTShawn
2008-10-12add grename commandAli Gholami Rudi
2008-10-11cmd_swap checks that both frames are on the same screenBernhard R. Link
2008-10-10mark the last group in cmd_groupsShawn
2008-10-10add gother commandAli Gholami Rudi
2008-10-10src/actions.c: fix memory leak in cmd_groups()Ali Gholami Rudi
2008-10-10in get_net_wm_window_type, only call XFree on successShawn
2008-10-10bind nextscreen/prevscreen to C-t N and C-t PShawn
2008-10-10choose a better approach to setting the border color in remove_frameShawn
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-10-10clean up set_active_window_body() with 2 new helper functionsJ.R. Mauro
2008-06-22make xstrdup argument const char*Bernhard R. Link
2008-06-22Mark command arguments as arg_COMMANDBernhard R. Link
2008-06-22remove unused history_list_items functionBernhard R. Link
2008-06-20support the netwm dialog window typeShawn
2008-06-20add a maxsize formatter character to format_stringShawn
2008-06-16update copyright noticeShawn Betts
2008-05-29don't grab the key if the keysym doesn't map to a keycodeShawn Betts
2008-05-28Only check for xft.pc if xft is not disabled.Bernhard R. Link
2008-05-25don't free defaults.font when xft is enabledShawn
2008-05-25properly indent calls to rp_text_width and rp_draw_stringShawn
2008-05-25change -1 to the proper string length in some calls to rp_text_width and rp_d...Shawn
2008-05-24fix whitespace errors in xft patchShawn
2008-05-24Add xft supportMidare Kiyura
2008-05-02make read_any_key a proper prototypeBernhard R. Link
2008-02-19grab top level key bindings asynchronouslyShawn
2008-02-11return a value in read_single_keyShawn Betts
2008-02-11Merge branch 'master' of sabetts@git.sv.gnu.org:/srv/git/ratpoisonShawn Betts
2008-02-11ifdef out Xtst library callsShawn Betts
2008-02-06Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoisonShawn
2008-02-06Change the way input is readShawn
2007-12-07call switchwin hook when a window in unmapped or destroyedShawn Betts
2007-10-08add more ignored filesShawn Betts
2007-10-06Remove .cvsignore files. add .gitignore filesShawn Betts
2007-08-14src/main.c (xvsprintf): limit memory allocation to 200K when vsnprintf return...brl
2007-07-19src/manage.c (update_window_name): call get_class_hints directly to avoid it ...brl
2007-07-19src/manage.c (get_wmname): always try XmbTextPropertyToTextList first to also...brl
2007-07-18free more stuff at termination time to make valgrind output better readablebrl
2007-05-19* src/manage.c (get_wmname): free buffer to close memory holebrl
2007-05-17* src/actions.c (cmd_windows): free buffer to close memory holebrl
2007-05-07(init_defaults): only load the backup font when thesabetts