2012-08-04 |
Reginald Kennedy | Fix numlock issues. |
blob | commitdiff |
2012-08-02 |
Marco Peereboom | fix cygwin, from MrD <mrw@eandem.co.uk> |
blob | commitdiff | diff to current |
2012-07-31 |
Marco Peereboom | remove beta |
blob | commitdiff | diff to current |
2012-07-31 |
Marco Peereboom | add BETA for now |
blob | commitdiff | diff to current |
2012-07-31 |
Reginald Kennedy | Default font backend should be font set. |
blob | commitdiff | diff to current |
2012-07-31 |
Reginald Kennedy | Implement bar_font check to choose between Xft and... |
blob | commitdiff | diff to current |
2012-07-31 |
Reginald Kennedy | Add new shutdown_cleanup function to eliminate duplicat... |
blob | commitdiff | diff to current |
2012-07-29 |
Reginald Kennedy | Fix get_win_name to try _NET_WM_NAME (UTF-8) before... |
blob | commitdiff | diff to current |
2012-07-29 |
Reginald Kennedy | Use legacy XFontSet when user specifies an X core font... |
blob | commitdiff | diff to current |
2012-07-27 |
Marco Peereboom | fix some more unused param warnings |
blob | commitdiff | diff to current |
2012-07-27 |
Marco Peereboom | shut a bunch of warnings up |
blob | commitdiff | diff to current |
2012-07-27 |
Reginald Kennedy | Eliminate more shadows. |
blob | commitdiff | diff to current |
2012-07-27 |
Reginald Kennedy | Fix check_conn. |
blob | commitdiff | diff to current |
2012-07-27 |
Reginald Kennedy | Rename a variable. |
blob | commitdiff | diff to current |
2012-07-27 |
David Hill | fix typo |
blob | commitdiff | diff to current |
2012-07-27 |
Reginald Kennedy | Fix check_conn to work with older libxcb versions. |
blob | commitdiff | diff to current |
2012-07-27 |
Reginald Kennedy | Add another check before attempting to use RandR. |
blob | commitdiff | diff to current |
2012-07-27 |
Reginald Kennedy | Don't query the RandR extension unless it is present. |
blob | commitdiff | diff to current |
2012-07-26 |
Reginald Kennedy | Add a check_conn() function for debugging purposes. |
blob | commitdiff | diff to current |
2012-07-26 |
Reginald Kennedy | Add variable for debug purposes. |
blob | commitdiff | diff to current |
2012-07-26 |
Reginald Kennedy | Check return value of get_screen. |
blob | commitdiff | diff to current |
2012-07-25 |
Reginald Kennedy | Only get xrandr extension data if xrandr is supported. |
blob | commitdiff | diff to current |
2012-07-25 |
Reginald Kennedy | Get actual LOGIN_NAME_MAX value from sysconf. |
blob | commitdiff | diff to current |
2012-07-24 |
Reginald Kennedy | Fix bar 'random' class:instance bar output. |
blob | commitdiff | diff to current |
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 |
next |