Commit Graph

  • b00a2a7ee8 (!1654) Xnest: replace XParseGeometry() by own implementation Enrico Weigelt, metux IT consult 2024-08-14 15:57:07 +02:00
  • 2d88e4e086 (!1654) Xnest: replace XGetWindowAttributes() by xcb_get_geometry() Enrico Weigelt, metux IT consult 2024-08-14 15:17:44 +02:00
  • 44bdf0866f (!1654) Xnest: collect upstream window geometry in one xRectangle struct Enrico Weigelt, metux IT consult 2024-08-14 15:07:22 +02:00
  • e976d2518d (!1654) Xnest: replace XGetKeyboardControl() by xcb_get_keyboard_control() Enrico Weigelt, metux IT consult 2024-08-13 19:21:16 +02:00
  • d1c62e9aaa (!1654) Xnest: replace XGetPointerMapping() by xcb_get_pointer_mapping() Enrico Weigelt, metux IT consult 2024-08-13 18:51:11 +02:00
  • 3e4f9a923e (!1654) Xnest: replace XGetPointerControl() by xcb_get_pointer_control() Enrico Weigelt, metux IT consult 2024-08-13 18:33:20 +02:00
  • 2518cadc80 (!1654) Xnest: replace XGetModifierMapping() by xcb_get_modifier_mapping() Enrico Weigelt, metux IT consult 2024-08-13 17:34:32 +02:00
  • acba7d7ef2 (!1654) Xnest: fetch keyboard mapping via xcb Enrico Weigelt, metux IT consult 2024-08-13 17:14:46 +02:00
  • 1f6a405c4b (!1654) Xnest: add own copy of fixed xcb_xkb_get_kbd_by_name() Enrico Weigelt, metux IT consult 2024-08-26 12:52:06 +02:00
  • fb0973dd9c (!1654) Xnest: use xcb for retrieving keymap controls Enrico Weigelt, metux IT consult 2024-08-13 14:18:35 +02:00
  • c21cb098bb (!1654) Xnest: replace XSelectInput() by xcb_change_window_attributes() Enrico Weigelt, metux IT consult 2024-08-12 14:54:39 +02:00
  • 69fd8a353d (!1654) Xnest: replace XSetStandardProperties() by xcb functions Enrico Weigelt, metux IT consult 2024-08-09 17:33:27 +02:00
  • 5d807b2030 (!1654) Xnest: fetch supported pixmap formats from xcb setup data Enrico Weigelt, metux IT consult 2024-08-09 13:01:57 +02:00
  • 255bad944f (!1654) Xnest: fetch allowed screen depths from xcb screen info Enrico Weigelt, metux IT consult 2024-08-08 18:48:42 +02:00
  • 6e47d1aeda (!1654) Xnest: Pixmap: replace XGetImage() by xcb_get_image() Enrico Weigelt, metux IT consult 2024-08-08 15:35:16 +02:00
  • ad1852c0c2 (!1654) Xnest: GC: replace XGetImage() by xcb_get_image() Enrico Weigelt, metux IT consult 2024-08-08 12:15:43 +02:00
  • c0e3a75c82 (!1654) Xnest: replace XDestroyWindow() by xnest_destroy_window() Enrico Weigelt, metux IT consult 2024-08-08 11:11:29 +02:00
  • 7f91836413 (!1654) Xnest: replace XCreatePixmapFromBitmapData() by xcb_put_image() Enrico Weigelt, metux IT consult 2024-08-08 10:44:55 +02:00
  • a1663b3a48 (!1654) Xnest: replace XCreateBitmapFromData() by xcb_put_image() Enrico Weigelt, metux IT consult 2024-08-08 10:19:14 +02:00
  • 2d1dc7c0f6 (!1654) Xnest: replace XDefineCursor() by xcb_change_window_attributes() Enrico Weigelt, metux IT consult 2024-08-07 17:23:40 +02:00
  • bee6771e0a (!1654) Xnest: replace xnestRecolorCursor() by xcb_recolor_cursor() Enrico Weigelt, metux IT consult 2024-08-07 17:18:38 +02:00
  • 089e06982e (!1654) Xnest: replace XFreeCursor() by xcb_free_cursor() Enrico Weigelt, metux IT consult 2024-08-07 17:14:39 +02:00
  • b6a3fa451c (!1654) Xnest: replace XStoreColors() by xcb_store_colors() Enrico Weigelt, metux IT consult 2024-08-05 21:29:16 +02:00
  • 998123dff6 (!1654) Xnest: replace XQueryColors() by xcb_query_colors() Enrico Weigelt, metux IT consult 2024-08-05 19:12:57 +02:00
  • 7ce308063a (!1654) Xnest: replace XSetWindowColormap() by xcb_change_window_attributes() Enrico Weigelt, metux IT consult 2024-08-05 17:38:44 +02:00
  • d115ffdc7d (!1654) Xnest: replace XSetWMColormapWindows() by xcb_icccm_set_wm_colormap_windows_checked() Enrico Weigelt, metux IT consult 2024-08-05 17:09:49 +02:00
  • 66a71ac254 (!1654) Xnest: use XIDs directly, instead of Xlib's GC Enrico Weigelt, metux IT consult 2024-08-07 17:34:28 +02:00
  • 73cdb21add (!1654) Xnest: GC: set stipple filling via xcb_change_gc Enrico Weigelt, metux IT consult 2024-08-05 16:27:38 +02:00
  • dea01f180b (!1654) Xnest: replace XSetClipMask() by xcb_change_gc() Enrico Weigelt, metux IT consult 2024-08-05 16:00:15 +02:00
  • 2057294127 (!1654) Xnest: replace XSetClipRectangles() by xnset_set_clip_rectangles() Enrico Weigelt, metux IT consult 2024-08-05 15:07:30 +02:00
  • 5f00bed662 (!1654) Xnest: replace XSetDashes() by xnest_set_dashes() Enrico Weigelt, metux IT consult 2024-08-05 14:51:13 +02:00
  • 0b6449bc65 (!1654) Xnest: replace XChangeGC() by xcb_change_gc() Enrico Weigelt, metux IT consult 2024-08-05 13:20:53 +02:00
  • 9debe09551 (!1654) Xnest: replace XChangeKeyboardControl() by xcb_change_keyboard_control() Enrico Weigelt, metux IT consult 2024-08-05 10:40:43 +02:00
  • 80b7481a97 (!1654) Xnest: replace XChangePointerControl() by xcb_change_pointer_control Enrico Weigelt, metux IT consult 2024-08-05 10:26:08 +02:00
  • 865ce1c45c (!1654) Xnest: replace XChangeWindowAttributes() by xcb_aux_change_window_attributes() Enrico Weigelt, metux IT consult 2024-08-05 09:57:20 +02:00
  • 92082c2612 (!1654) Xnest: replace XDrawImageString() by xcb_image_text_8() Enrico Weigelt, metux IT consult 2024-08-02 15:38:57 +02:00
  • 036c47b0f2 (!1654) Xnest: replace XDrawString[8|16]() by xcb_poly_text_[8|16]() Enrico Weigelt, metux IT consult 2024-08-01 13:28:53 +02:00
  • b4c5c62208 (!1654) Xnest: replace XFillRectangles() by xcb_poly_fill_rectangle() Enrico Weigelt, metux IT consult 2024-08-01 12:44:51 +02:00
  • be16356c0b (!1654) Xnest: directly pass ClearArea request to upstream server Enrico Weigelt, metux IT consult 2024-08-01 20:14:37 +02:00
  • bacaf20be8 (!1654) Xnest: replace XFillArcs() by xcb_poly_fill_arc() Enrico Weigelt, metux IT consult 2024-08-01 13:06:19 +02:00
  • 407fb39b29 (!1654) Xnest: replace XFillPolygon() by xcb_fill_poly() Enrico Weigelt, metux IT consult 2024-08-01 12:42:48 +02:00
  • 370713c90b (!1654) Xnest: replace XCopyPlane() by xcb_copy_plane() Enrico Weigelt, metux IT consult 2024-08-01 12:39:49 +02:00
  • 6a5f0e3178 (!1654) Xnest: replace XCopyArea() by xcb_copy_area() Enrico Weigelt, metux IT consult 2024-08-01 12:36:30 +02:00
  • e6536db788 (!1654) Xnest: replace XDrawArcs() by xcb_poly_arc() Enrico Weigelt, metux IT consult 2024-08-01 12:30:29 +02:00
  • 25fd630b0f (!1654) Xnest: replace XDrawRectangles() by xcb_poly_rectangle() Enrico Weigelt, metux IT consult 2024-08-01 11:30:09 +02:00
  • dcb17450ca (!1654) Xnest: replace XDrawSegments() by xcb_poly_segment() Enrico Weigelt, metux IT consult 2024-08-01 11:20:06 +02:00
  • 4f7589af92 (!1654) Xnest: replace XDrawLines() by xcb_poly_line() Enrico Weigelt, metux IT consult 2024-08-01 10:33:32 +02:00
  • e6f2421c12 (!1654) Xnest: replace XDrawPoints() by xcb_poly_point() Enrico Weigelt, metux IT consult 2024-08-01 10:29:28 +02:00
  • 555cf50584 (!1654) Xnest: replace XCreateColormap() / XFreeColormap() by xcb Enrico Weigelt, metux IT consult 2024-07-31 20:48:17 +02:00
  • a9646e234e (!1654) Xnest: use xcb instead of XShapeCombineRegion() and XShapeCombineMask() Enrico Weigelt, metux IT consult 2024-07-31 17:57:49 +02:00
  • 2913b3110a (!1654) Xnest: use xcb_put_image() for PutImage requests Enrico Weigelt, metux IT consult 2024-07-31 15:09:48 +02:00
  • 12dc8bbd44 (!1654) Xnest: use xcb_put_image() for creating cursors Enrico Weigelt, metux IT consult 2024-07-31 16:37:51 +02:00
  • bd1e892410 (!1654) Xnest: replace XCreatePixmapCursor() by xcb_create_cursor() Enrico Weigelt, metux IT consult 2024-07-31 10:46:30 +02:00
  • 4573c10a48 (!1654) Xnest: replace XConfigureWindow() calls by xcb_configure_window() Enrico Weigelt, metux IT consult 2024-07-30 21:02:24 +02:00
  • 720e65ca5b (!1654) Xnest: use xcb for creating / destroying pixmaps Enrico Weigelt, metux IT consult 2024-07-31 10:07:57 +02:00
  • a421709e35 (!1654) Xnest: replace XBell() by xcb_bell() Enrico Weigelt, metux IT consult 2024-07-30 18:48:09 +02:00
  • b5885190a4 (!1654) Xnest: use xcb for (un)mapping windows Enrico Weigelt, metux IT consult 2024-07-30 17:49:42 +02:00
  • 0c59396182 (!1654) Xnest: replace XCreateWindow() by use xcb_create_window() Enrico Weigelt, metux IT consult 2024-07-30 14:30:46 +02:00
  • 6116fcf3fc (!1654) Xnest: fetch root visual ID from screen data Enrico Weigelt, metux IT consult 2024-08-13 20:16:09 +02:00
  • a39d69f92d (!1654) Xnest: fetch keycode min/max from setup data Enrico Weigelt, metux IT consult 2024-08-13 17:29:26 +02:00
  • 564f4d227e (!1654) Xnest: fetch image metrics from xcb connection setup data Enrico Weigelt, metux IT consult 2024-08-09 16:08:53 +02:00
  • b2233e8ecf (!1654) Xnest: fetch default screen's root window from screen info Enrico Weigelt, metux IT consult 2024-07-30 20:08:31 +02:00
  • 2736619d73 (!1654) Xnest: add helper for retrieving GC XID on upstream connection Enrico Weigelt, metux IT consult 2024-08-01 12:04:48 +02:00
  • dc59707804 (!1654) Xnest: fetch default colormap from xcb screen info Enrico Weigelt, metux IT consult 2024-08-20 16:13:50 +02:00
  • 503326e424 (!1654) Xnest: fetch root window depth from screen info Enrico Weigelt, metux IT consult 2024-08-09 10:21:08 +02:00
  • f7e16ccfdd (!1654) Xnest: fetch display size from xcb setup data Enrico Weigelt, metux IT consult 2024-08-08 17:51:57 +02:00
  • ea21cd3e0c (!1654) Xnest: fetch BlackPixel and WhitePixel from xcb setup data Enrico Weigelt, metux IT consult 2024-08-08 17:38:48 +02:00
  • b08d7c007a (!1654) Xnest: fetch xcb setup data Enrico Weigelt, metux IT consult 2024-07-30 17:19:05 +02:00
  • 30a6babb0e (!1654) Xnest: use XCB_EVENT_MASK_* defines Enrico Weigelt, metux IT consult 2024-08-12 14:33:55 +02:00
  • 4fa83760a7 (!1654) Xnest: use XCB*_NONE instead of None Enrico Weigelt, metux IT consult 2024-08-12 14:30:45 +02:00
  • a193f53eb2 (!1654) Xnest: use XCB_BACK_PIXMAP_* defines Enrico Weigelt, metux IT consult 2024-08-12 14:15:04 +02:00
  • 32854ce029 (!1654) xnest: replace ExposureMask by XCB_EVENT_MASK_EXPOSURE Enrico Weigelt, metux IT consult 2024-08-12 13:59:01 +02:00
  • 4703031e94 (!1654) Xnest: replace NotUseful by XCB_BACKING_STORE_NOT_USEFUL Enrico Weigelt, metux IT consult 2024-08-12 13:57:11 +02:00
  • b6a3474d37 (!1654) Xnest: use XCB_CONFIG_WINDOW_* defines instead of CW* Enrico Weigelt, metux IT consult 2024-08-09 18:00:16 +02:00
  • 57a9326117 (!1654) Xnest: use XCB_CW_* defines instead of CW* Enrico Weigelt, metux IT consult 2024-08-09 17:51:55 +02:00
  • dadd3fd69c (!1654) Xnest: add xcb and x11-xcb as dependency Enrico Weigelt, metux IT consult 2024-07-30 14:30:46 +02:00
  • 42583eaa4b (!1600) Xext: xf86bigfont: drop unncessary zero assignments Enrico Weigelt, metux IT consult 2024-07-08 15:37:01 +02:00
  • 4e765dc98b (!1675) ci: enable xv and xvmc Enrico Weigelt, metux IT consult 2024-09-06 13:04:41 +02:00
  • 29a14ae8fe (!1681) xfree86: common: use LogMessageVerb() instead of xf86Msg() Enrico Weigelt, metux IT consult 2024-09-10 17:07:03 +02:00
  • 3e9bd2bbe3 (!1682) os: log: consolidate OS specific fsync() call into helper Enrico Weigelt, metux IT consult 2024-09-10 12:43:55 +02:00
  • 75bf85bb36 (!1682) os: log: drop now meaningless XLOG_FLUSH option Enrico Weigelt, metux IT consult 2024-09-10 12:35:30 +02:00
  • 96527013f7 (!1682) os: log via fd instead of FILE Enrico Weigelt, metux IT consult 2024-09-09 15:18:41 +02:00
  • 4b54e6af4e (!1696) ci: build more drivers Enrico Weigelt, metux IT consult 2024-09-13 17:28:35 +02:00
  • a7f6a5838a (!1714) glamor: use PixmapDestroy hook Enrico Weigelt, metux IT consult 2024-10-04 19:05:46 +02:00
  • fe4babb62a (!1714) exa: use PixmapDestroy hook Enrico Weigelt, metux IT consult 2024-10-04 17:56:04 +02:00
  • 2c1d1cb127 (!1714) damage: use PixmapDestroy hook Enrico Weigelt, metux IT consult 2024-10-04 17:12:46 +02:00
  • e077611eea (!1714) Xext: xv: use PixmapDestroy hook Enrico Weigelt, metux IT consult 2024-10-04 20:50:53 +02:00
  • 32176d9125 (!1714) Xext: shm: use PixmapDestroy hook Enrico Weigelt, metux IT consult 2024-10-04 16:05:09 +02:00
  • 57ce720511 (!1714) dix: add per-screen pixmap destructor mechanism Enrico Weigelt, metux IT consult 2024-09-27 20:45:20 +02:00
  • c6768ddb54 (!1714) dri3: use CloseScreen hook Enrico Weigelt, metux IT consult 2024-10-04 22:08:46 +02:00
  • 4a1035175e (!1714) render: use CloseScreen hook Enrico Weigelt, metux IT consult 2024-10-04 21:58:57 +02:00
  • b3fee214d4 (!1714) xvmc: use CloseScreen hook Enrico Weigelt, metux IT consult 2024-10-04 21:10:26 +02:00
  • 4a313ffbd7 (!1714) xv: use CloseScreen hook Enrico Weigelt, metux IT consult 2024-10-04 20:44:12 +02:00
  • 6bc5256f7b (!1714) xfixes: use CloseScreen hook Enrico Weigelt, metux IT consult 2024-10-04 20:34:37 +02:00
  • ce9f4c3876 (!1714) Xext: shm: use CloseScreen hook Enrico Weigelt, metux IT consult 2024-09-27 19:09:59 +02:00
  • 07dc61c736 (!1714) dix: add per-screen close notify hook Enrico Weigelt, metux IT consult 2024-09-27 19:01:23 +02:00
  • 6de0a520ca (!1714) rootless: use window position notify hook Enrico Weigelt, metux IT consult 2024-09-27 17:28:17 +02:00
  • b3b331ec06 (!1714) dbe: use window position notify hook Enrico Weigelt, metux IT consult 2024-09-25 21:19:47 +02:00
  • 73e204447c (!1714) composite: use window position notify hook Enrico Weigelt, metux IT consult 2024-09-25 15:29:07 +02:00
  • 6de58372f9 (!1714) dix: add per-screen window position notify hook Enrico Weigelt, metux IT consult 2024-09-24 17:58:33 +02:00