summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-24XML_PARSE_XINCLUDE flag seems to do nothing. Use xmlXIncludeProcessFlags() in...Dana Jansens
2011-01-24if no launch time is provided for an application, make one up.Dana Jansens
2011-01-24fix segfault for placing windows without a groupDana Jansens
2011-01-24add primary monitor stuff to rc.xsdDana Jansens
2011-01-24Fix small leak in If action option parsingMikael Magnusson
2011-01-24Big changes to placement across multiple monitors.Dana Jansens
2011-01-24add function screen_compare_desktops()Dana Jansens
2011-01-24don't steal focus if someone used a window within 1 second agoDana Jansens
2011-01-24Fixing commit 066a15d7aa64eaa0. Don't ever use CurrentTime as event_curtime.Dana Jansens
2011-01-24Allow XIncludes in xml documents we read.Dana Jansens
2011-01-24use top_builddir, not builddir variable in Makefile. seems builddir doesn't ...Dana Jansens
2011-01-24add some more warning flags for debug buildsDana Jansens
2011-01-24Fix icons.c test for 64-bit platformsHiltjo Posthuma
2011-01-24update the last user interaction timestamp during a move/resize of the focuse...Dana Jansens
2011-01-24update the user-interaction timestamp when running a (non-interactive) action...Dana Jansens
2011-01-24don't steal focus from a window if it was used very recently, when someone us...Dana Jansens
2011-01-24mem leak in config.cDana Jansens
2011-01-24Big rework of image.c and the image cache system.Dana Jansens
2011-01-24Use >= instead of > when comparing timestamps, or we will ignore some eventsMikael Magnusson
2011-01-24add some tests for obt pieces (binary search, .desktop parsking, linkbase, an...Dana Jansens
2011-01-24oops, crash if searching for something smaller than * in the arrayDana Jansens
2011-01-24less redundant calls to screen_update_areas() and client_move_onscreen()Dana Jansens
2011-01-24Ignore MotionNotify on menus, it reset the submenudelay timerMikael Magnusson
2011-01-24Use g_list_find instead of weird bouncing loopsMikael Magnusson
2011-01-24Parse multiple keys in one keybindDana Jansens
2011-01-24allow the res_class in WM_CLASS to mark a window as a dock app, if it is set ...Dana Jansens
2011-01-24Don't hog the user during the hideDelayMikael Magnusson
2011-01-24Handle STRING and COMPOUND_TEXT type text properties.Dana Jansens
2011-01-24Revert "add an inotify watcher for directories (doesnt work without inotify y...Dana Jansens
2010-10-14Fix g_slice_new0 callMikael Magnusson
2010-10-14fix 80 cols and clean up the button color loading functionDana Jansens
2010-10-14cleaning up remnants of bad rebase merges and modernizing some sectionsDave Foster
2010-10-14Menu bullet color support.Dave Foster
2010-10-14Make the btn textures use their own image color.Dave Foster
2010-10-14Buttons seem to work!Dave Foster
2010-10-14(non-working) Getting theme started. Button textures read to the right place.Dave Foster
2010-10-14Button structure.Dave Foster
2010-10-14Button proper freeing/newing.Dave Foster
2010-10-14Adding RrButton to libobrender, ref counted appearances.Dave Foster
2010-10-14Another way of getting at button-*.toggled.unpressed (no unpressed needed).Dave Foster
2010-10-14Rearranged all button appearance reading for logical purposes, better defaults.Dave Foster
2010-10-14Found a bug in one of the specialized button textures.Dave Foster
2010-10-14Need to allocate appearances!Dave Foster
2010-10-14Made specific buttons be button-<name> instead of button.<name>Dave Foster
2010-10-14Individual button appearances from the theme.Dave Foster
2010-10-14Read into _tmp RrAppearance, not theme->a_*_maxDave Foster
2010-10-14Temporary storage locations for texture reads.Dave Foster
2010-10-14READ_COLOR macros done, RrColorCopy added, indentation fixed.Dave Foster
2010-10-14default for menu overlapDave Foster
2010-10-14Removed trailing spaces and fixed to 80 column width.Dave Foster