summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-10-14READ_APPEARANCE* macros and code cleanups.Dave Foster
2010-10-14READ_COLOR macros done, RrColorCopy added, indentation fixed.Dave Foster
2010-10-14READ_INT macro.Dave Foster
2010-10-04fix make distcheckDana Jansens
2010-09-16glib can't handle -Wcast-qualDana Jansens
2010-09-16add wmhints test that toggles motif decor hints on a mapped windowDana Jansens
2010-09-16Fix a double free when you have a mousebind without a button attributeMikael Magnusson
2010-09-16Fix a copypasto that broke interactive keybinds with meta and hyper keysMikael Magnusson
2010-09-16Revert "add XFlush to g_timeout callbacks"Dana Jansens
2010-09-16Fix 3.4 compatibility for SendToDesktopMikael Magnusson
2010-09-16Correct typo occured -> occurred in function nameMikael Magnusson
2010-09-16Add signal handling with the GMainLoopDana Jansens