2012-07-20 |
Reginald Kennedy | Begin checking the xcb_get_property_reply before using... |
blob | commitdiff |
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 |
2012-07-20 |
Reginald Kennedy | Fix XCB error macros to use current naming. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | initial event error handling |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | remove some xcb_flush calls |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | replace XTestFakeButtonEvent with xcb |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix 'double keypress' issue. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Convert geteventname() to XCB. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix linux Makefile. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | Get rid of a bunch of leftover Xlib events. |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix segfault on search_win(). |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | initial stab at events. ugly. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | convert an #if 0'd XGetWMNormalHints to XCB |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix bar_print() so that the background of the text... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | missed xcb_icccm_get_wm_protocols_reply_wipe define... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | Convert XGrabKey and Keycode to XCB |
blob | commitdiff | diff to current |
2012-07-20 |
Reginald Kennedy | Fix XCB ICCCM functions to use the icccm prefix. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | make syms a global so we don't allocate and free it... |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | convert a XConfigureWindow to XCB. |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | xcb_disconnect into restart |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | remove a debug statement that snuck in |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | xcb_flush in restart |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | XCloseDisplay no longer needed |
blob | commitdiff | diff to current |
2012-07-20 |
David Hill | convert updatenumlockmask to XCB |
blob | commitdiff | diff to current |
next |