2012-07-24 |
Reginald Kennedy | Fix bar 'random' class:instance bar output. |
blob | commitdiff |
2012-07-23 |
Reginald Kennedy | Eliminate PSC (path separator char) macro. |
blob | commitdiff | diff to current |
2012-07-23 |
Reginald Kennedy | Add tilde (~) expansion to bar_action and program[... |
blob | commitdiff | diff to current |
2012-07-23 |
Reginald Kennedy | New debug output for FocusIn and LeaveNotify. |
blob | commitdiff | diff to current |
2012-07-22 |
Reginald Kennedy | Fix user bar_font not being applied to dmenu. |
blob | commitdiff | diff to current |
2012-07-21 |
Reginald Kennedy | Use a more generalized check for xcb-util < 0.3.8 |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Remove unneeded variables and some whitespace. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | use _icccm_ in the function name to stay current |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | Add myself to the copyright |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | another potential memleak |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | we don't do anything with xcb_grab_pointer_reply, so... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | plug memleak |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | move out of the loop. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | plug some more mem leaks. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | we need to free what is returned from xcb_key_symbols_g... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | check replies separately |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | plug memleak in find_window |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | plug memory leak in get_win_name |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | removed unused function |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | plug memory leak in get_atom_name |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | plug memory leak in get_ws_idx |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | make sure we test the reply to be not NULL too. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Begin checking the xcb_get_property_reply before using... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | revert getstate change. made windows disappear. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | in getstate(), we need to fetch type XCB_ATOM_ATOM... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Use intermediate pointer in getstate(). |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | apply XftDraw to search_win |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix bar text vertical positioning. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | allow core fonts to load again. this may need more... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | spaces no longer allowed in separating fonts. use... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Don't try to setup the bar if it already exists. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Use the same font on all bars. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix parse_rgb() 8-bit to 16-bit color conversion |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix some styling. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | use %ld to print longs |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | better Xft support. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Set window state to withdrawn, instead of iconic, when... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | A better fix. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix Xlib exiting on error. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Oops, bar_font conflicted, renamed bar_font to font... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Remove unneeded bar_fs_height variable. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | start of Xft. blows up. |
blob | commitdiff | diff to current |
2012-07-20 |
Marco Peereboom | dont errx when xcb_query_font_reply fails + spaces |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | bring back the Display variable. Will be needed for... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | make search_win use the same font as the bar |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | fix up search_win to use new font code calculations... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | a reasonable first attempt to get the bar and bar fonts... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | allow bar_font to work again. |
blob | commitdiff | diff to current |
2012-07-20 |
Marco Peereboom | drop some X11 includes, begone Xlib! |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Remove an empty line. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix xrandr epileptic seizure issue. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix issue where _NET_ACTIVE_WINDOW is ignored on unmapp... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | add a couple more xcb_flush()'s |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix a few more -Wextra warnings. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | cast a few types to strtonum |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | fix some sign compare warnings |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | unused defines |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | remove no longer needed includes. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | remove no longer used functions |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | remove unneeded warnings |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | prefetch the xcb_randr_id so we don't block later |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | Get rid of XOpenDisplay. Use xcb_connect now! |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix startup error by disabling all traces of xlib font... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | redo checking for an active wm with xcb |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | remove commented out Xlib code |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | convert XkbKeycodeToKeysym to xcb |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | NoSymbol to XCB_NO_SYMBOL |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | rename atom variables to begin with a_ |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | use xcb instead of RootWindow |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | move some things into setup_globals() |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | bar_update() on cycle_layout() for the indicator. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Drain EnterNotify in stack() when appropriate. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Add event_drain() and drain EnterNotify where appropriate. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | just some minor cleanup. whitespace, cast types, etc |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | get rid of the if 0 code. sick of seeing it. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Some OpenBSD styling cleanup. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Add a few more xcb_flush(). |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Add another xcb_flush() into a key position. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | undo if 0 the select code. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | pid is not unsigned |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | fix window_get_pid(). |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | use UINT32_MAX in xcb_get_property for atoms. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | fix ewmh_autoquirk to actually test the correct values |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Add xcb_flush() to key positions; remove from map_windo... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Add xcb_flush to wkill(). |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix move() and resize() for mouse input. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | oops, this should compare to type and not response_type. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | print the atom type instead of the response type. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | if 0 the select() code in the event loop. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Redraw bar on exposure. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | xcb_flush before polling for events |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Make DPRINTF and DNPRINTF obey 80 col while improving... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | add a timestamp to debugging messages |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Remove the larger hammer in focus_win(), at least tempo... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | no point in setting state on an already destroyed window. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | In event_error(), show the name of the request that... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Use xcb_event_get_error_label() instead of doing the... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Remove redundant geteventname() since there is xcb_even... |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Add Error event type to debug output. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Remove redundant defines for XCB error macros. |
blob | commitdiff | diff to current |
next |