]> git.neil.brown.name Git - edlib.git/history - lib-x11selection-xcb.c
Start git-mode: selection menu item to view git commit.
[edlib.git] / lib-x11selection-xcb.c
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-08 NeilBrownx11selection-xcb: switch to embedded-data pattern
2023-07-23 NeilBrownAvoid using names with "__" prefix.
2023-06-28 NeilBrownMark various 'static' values as 'const'.
2023-02-06 NeilBrownUpdate some copyright dates.
2023-01-30 NeilBrownTrack XAUTHORITY with DISPLAY
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrownadd extra logging to copy/paste actions.
2022-09-03 NeilBrownx11selection-xcb: add some tracing.
2022-09-03 NeilBrownx11selection: string cr from selection
2021-08-17 NeilBrownx11selection-xcb: close connection when not in use.
2021-08-11 NeilBrownx11selection-xcb: relax timestamp checks for returning...
2021-08-11 NeilBrownx11selection-xcb: add an event:poll handler
2021-08-11 NeilBrownx11selection-xcb: handle connection close.
2021-08-11 NeilBrownx11selection: fix use of uninitialized variable
2021-08-06 NeilBrowndisplay-x11-xcb - initial commit
2021-07-16 NeilBrownx11selection-xcb: get timestamp before calling collect_...
2021-07-16 NeilBrownx11selection-xcb: store property content incrementally
2021-07-16 NeilBrownx11selection-xcb: request TARGETS list and use a target...
2021-07-16 NeilBrownx11selection-xcb: get selection content in small sections.
2021-07-14 NeilBrownx11selection-xcb: simplify protocol
2021-07-14 NeilBrownx11selection-xcb: try all possible target types to...
2021-07-14 NeilBrownlib-input: allow a selection:commit to not set ->sel_co...
2021-07-14 NeilBrownlib-input: support fallback selection owner.
2021-07-14 NeilBrownlibx11selection-xcb: only return one value for copy:get
2021-07-14 NeilBrownx11selection-xcb: improve timestamp handling.
2021-07-14 NeilBrownx11selection-xcb: make sparse/smatch happy.
2021-07-14 NeilBrownx11selection-xcb: provide timeouts for xcb_*reply(...
2021-07-14 NeilBrownx11selection-xcb: add proper timeout to wait_for()
2021-07-14 NeilBrownlib-x11selection-xcb: new x11 selection management.