summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
It also caused the slightest cursor movement to activate the entry under the cursor when navigating via the keyboard.
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
to the string "DockApp"
2011-01-24Don't hog the user during the hideDelayMikael Magnusson
2011-01-24Handle STRING and COMPOUND_TEXT type text properties.Dana Jansens
STRING should be latin1 text (plus TAB and LF) COMPOUND_TEXT should be encoded in the current locale.
2011-01-24Revert "add an inotify watcher for directories (doesnt work without inotify ↵Dana Jansens
yet)" This reverts commit c36b89ba12eae18d3011c8516906c21e9abb89dc.
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
Introduced in f307a3feabedd9bcadeaafd0fa8e1b1a60736eb2
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
This reverts commit aa3685d16af4a565eecdc39047ee8d140ef5cd99. Mika's commit using a GSource to handle X Events fixes this problem, so this commit is not needed
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
Provided through a very simplistic interface in obt, found in the obt/signal.[ch] files
2010-09-16add stackabove test, that lets you move a client window just above a ↵Dana Jansens
specified window in the stacking order
2010-09-1680 colsDana Jansens
2010-09-16Continue parsing contexts when an unsupported one is encounteredMikael Magnusson
2010-09-16Make the dock a context and add actions LowerDock and RaiseDockMikael Magnusson
2010-06-26Move usage of iconh into the branch that assigns itMikael Magnusson
2010-06-26settings can't be NULL here, or we'd have already crashed anywayMikael Magnusson
2010-06-25Use a gsource instead of gio channels for watching x eventsMikael Magnusson
Fixes not getting some focusin events sometimes.
2010-06-16obt returns libxml2 structures directly, so anyone linking against it better ↵Dana Jansens
also link to libxml2