| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix args to pango_x_shutdown_display(). | Owen Taylor | 2002-08-02 | 6 | -57/+57 |
* | Call pango_x[ft]_shutdown_display(). | Owen Taylor | 2002-08-02 | 1 | -0/+10 |
* | declare screen_x11 variable to fix build w/ xinerama | jacob berkman | 2002-08-02 | 1 | -0/+1 |
* | Switch back to using XftDraw so that we take advantage of the | Owen Taylor | 2002-08-02 | 7 | -48/+107 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 6 | -13/+47 |
* | Start implementing display/screen closing scheme; keep a flag for whether | Owen Taylor | 2002-08-01 | 15 | -218/+348 |
* | gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argv | Sven Neumann | 2002-07-16 | 1 | -1/+2 |
* | Renames: | Owen Taylor | 2002-06-20 | 15 | -49/+49 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -1/+2 |
* | Patch from Erwann Chenede. | Owen Taylor | 2002-06-20 | 3 | -17/+25 |
* | Set the display. | Owen Taylor | 2002-06-18 | 2 | -1/+6 |
* | Make the core pointer object per-display. (#85698) | Owen Taylor | 2002-06-18 | 5 | -21/+19 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 2 | -21/+21 |
* | Add a gboolean create argument, so we don't create the structure unless we | Owen Taylor | 2002-06-18 | 1 | -10/+9 |
* | Ignore state change events for windows that aren't our toplevels. (#84482, | Owen Taylor | 2002-06-14 | 1 | -1/+2 |
* | Make work gdk_colormap_sync() work for DirectColor visuals as well. Fill | Owen Taylor | 2002-06-13 | 1 | -14/+57 |
* | Ignore all client events that were sent to a window that we don't know | Owen Taylor | 2002-06-13 | 1 | -15/+50 |
* | Set hardware_keycode for KeyRelease events. (#84305) | Matthias Clasen | 2002-06-06 | 1 | -0/+1 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 17 | -653/+304 |
* | Markup fixes | Matthias Clasen | 2002-05-28 | 1 | -17/+17 |
* | Fix missing dereference. (HideToshi Tajima) | Owen Taylor | 2002-05-21 | 1 | -1/+1 |
* | Patch from HideToshi Tajima to handle Xlib internal connections. (#76681) | Owen Taylor | 2002-05-20 | 1 | -0/+81 |
* | gdk_event_put() copies the event and setting name, so we don't have to | Owen Taylor | 2002-05-16 | 1 | -1/+1 |
* | Fix prepending at the start of the list. (#56349, Thomas Leonard.) | Owen Taylor | 2002-05-14 | 1 | -0/+2 |
* | Add a sanity g_return_if_fail() check for the depths for the window and | Owen Taylor | 2002-05-14 | 1 | -1/+2 |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 1 | -1/+8 |
* | Discard configure events from SubstructureNotify. (#81760, Rich Burridge) | Owen Taylor | 2002-05-14 | 1 | -0/+4 |
* | Check for selection_atom, not property name atom. | Owen Taylor | 2002-05-07 | 1 | -1/+1 |
* | Only process manager events with the correct atom. | Anders Carlsson | 2002-05-07 | 1 | -1/+2 |
* | Always select for property notify for maintaining window state. | Matthias Clasen | 2002-05-06 | 2 | -12/+17 |
* | Rationalized the screen initialization process, changed the GdkDisplayX11 | Erwann Chenede - | 2002-05-03 | 6 | -197/+171 |
* | Doc updates. | Matthias Clasen | 2002-05-02 | 5 | -5/+91 |
* | make gdk_screen_get_monitor_at_point cross platform instead of backend | Erwann Chenede - | 2002-05-02 | 1 | -29/+0 |
* | removed unneeded ref. #79977 | Erwann Chenede - | 2002-05-02 | 3 | -14/+0 |
* | removed that function as gdk_drawable_get_screen does the job. #79964 | Erwann Chenede - | 2002-05-01 | 1 | -14/+0 |
* | remove virtualization and made it cross platform. fix #79961 fixed | Erwann Chenede - | 2002-05-01 | 2 | -56/+18 |
* | Use the same key when setting and getting NetWmSupportedAtoms. | Anders Carlsson | 2002-05-01 | 1 | -1/+1 |
* | fix problem with finalizing non-initialized fully display when failing to | Owen Taylor | 2002-04-30 | 1 | -7/+6 |
* | Update for multihead. | Owen Taylor | 2002-04-30 | 1 | -2/+1 |
* | retionalized multihead code in _gdk_x11_copy_to_image. fixes #80256 and | Erwann Chenede - | 2002-04-30 | 1 | -11/+14 |
* | Doc fixes. | Alex Larsson | 2002-04-30 | 4 | -16/+13 |
* | Missing ChangeLog entry and indentation fix | Owen Taylor | 2002-04-30 | 1 | -4/+4 |
* | Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in a | Anders Carlsson | 2002-04-26 | 2 | -1/+7 |
* | include X11/Xlib.h, fixes the build | Kristian Rietveld | 2002-04-26 | 1 | -0/+2 |
* | Add missing gdkscreen/display-x11.h files. | Owen Taylor | 2002-04-26 | 1 | -0/+2 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 37 | -3817/+4766 |
* | Save x and y in window_private. | Alexander Larsson | 2002-04-21 | 1 | -0/+3 |
* | replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only check | Kristian Rietveld | 2002-04-20 | 1 | -6/+6 |
* | fix cut-n-paste bug which breaks big-endian machines (fixes #73585) | jacob berkman | 2002-04-12 | 1 | -1/+1 |
* | fix segfault upon NULL return from gdk_utf8_to_string_target(). | Tim Janik | 2002-04-04 | 2 | -2/+3 |