| Commit message (Expand) | Author | Age | Files | Lines |
* | Reword docs to help gtk-doc. | Matthias Clasen | 2006-03-30 | 1 | -1/+2 |
* | Added gdk_pixmap_foreign_new_for_screen | Michael David Emmel | 2006-03-30 | 1 | -0/+12 |
* | Make it compile | Matthias Clasen | 2006-03-30 | 1 | -1/+2 |
* | New function to allow wrapping a native pixmap without a server roundtrip. | Matthias Clasen | 2006-03-30 | 4 | -7/+70 |
* | Add missing CLIPBOARD atom. | Richard Hult | 2006-03-29 | 1 | -4/+5 |
* | Make the poll func work with real file descriptors. We do this by creating | Anders Carlsson | 2006-03-27 | 1 | -3/+140 |
* | Add more stubs. | Richard Hult | 2006-03-27 | 10 | -2/+190 |
* | removing trailing \ fixes the build. | Michael Natterer | 2006-03-21 | 1 | -1/+1 |
* | Implement gdk_window_scroll. | Anders Carlsson | 2006-03-21 | 1 | -1/+47 |
* | Add the GDK part of the DND implementation. | Anders Carlsson | 2006-03-21 | 7 | -10/+216 |
* | Offset coordinates by 0.5 pixels to get consistant results for both image | Anders Carlsson | 2006-03-21 | 2 | -29/+22 |
* | ]): Synthesize GDK_CONFIGURE events when the window position changes. | Anders Carlsson | 2006-03-21 | 1 | -0/+22 |
* | Added checksettings. | Behdad Esfahbod | 2006-03-15 | 1 | -0/+1 |
* | Use Polygon() for outlined polygons, too. Same idea as in | Tor Lillqvist | 2006-03-11 | 1 | -19/+9 |
* | gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c added | Michael Natterer | 2006-03-08 | 6 | -0/+196 |
* | Adjust the handling of min values for the x and y axes of extended input | Matthias Clasen | 2006-03-04 | 1 | -2/+4 |
* | map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettings | Michael Natterer | 2006-02-27 | 2 | -5/+13 |
* | moved and renamed the gdk_settings_names and gdk_settings_map. | Tim Janik | 2006-02-27 | 4 | -84/+160 |
* | Removed old build instructions | Michael David Emmel | 2006-02-26 | 1 | -59/+8 |
* | *gdk/directfb/gdkdisplay-directfb.c *gdk/directfb/gdkwindow-directfb.c | PST 2006 Michael Emmel | 2006-02-25 | 3 | -37/+41 |
* | remove unconditional warnings about missing X locale support. Gdk properly | Tim Janik | 2006-02-24 | 1 | -5/+2 |
* | Add these from the win32 backend. | Anders Carlsson | 2006-02-21 | 1 | -2/+94 |
* | Obtain the background color from the gc when it is needed. (#331820) | Matthias Clasen | 2006-02-20 | 1 | -6/+2 |
* | Forgotten file | Matthias Clasen | 2006-02-20 | 1 | -1/+2 |
* | Add a gc_changed argument, and avoid setting the clip region if the gc has | Matthias Clasen | 2006-02-20 | 3 | -18/+63 |
* | Add stubs for input shape functions. | Anders Carlsson | 2006-02-20 | 2 | -0/+53 |
* | Fix typo so ctrl gets passed on to the gdk event. | Anders Carlsson | 2006-02-20 | 2 | -2/+2 |
* | New function, return TRUE. (gdk_display_supports_input_shapes): New | Tor Lillqvist | 2006-02-20 | 1 | -0/+20 |
* | New function. Factor out code from gdk_window_shape_combine_mask(). | Tor Lillqvist | 2006-02-20 | 1 | -19/+107 |
* | adding boolean have_shapes and have_input_shapes members fixes the build. | Michael Natterer | 2006-02-20 | 1 | -0/+3 |
* | Replace all calls to g_strcasecmp() with g_ascii_strcasecmp(). | Tor Lillqvist | 2006-02-20 | 1 | -52/+52 |
* | Support input shapes: (#331070) | Matthias Clasen | 2006-02-20 | 5 | -73/+286 |
* | Be robust and reject rectangles with negative width or height. (#331467, | Matthias Clasen | 2006-02-17 | 1 | -1/+1 |
* | added .cvsignore file to shut up CVS | Sven Neumann | 2006-02-09 | 1 | -0/+7 |
* | If we don't know where we went, and have generated a leave event, set | Tor Lillqvist | 2006-02-09 | 1 | -0/+1 |
* | gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> Call | John Ehresman | 2006-02-09 | 2 | -3/+20 |
* | Let gdk_window_set_decorations() take precedence over anything derived | John Ehresman | 2006-02-09 | 1 | -96/+134 |
* | Consistenly use assign_object() when assigning GdkWindow pointers so that | Tor Lillqvist | 2006-02-08 | 1 | -7/+22 |
* | updated mine and Dok's email address. | Sven Neumann | 2006-02-07 | 1 | -8/+15 |
* | Bug #330022 Wrong pixel values are computed when color = 0xFF and alpha = | Dom Lachowicz | 2006-02-05 | 1 | -1/+1 |
* | Added new directfb backend | Michael David Emmel | 2006-02-05 | 34 | -5/+15379 |
* | Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320, which used | Federico Mena Quintero | 2006-02-03 | 1 | -23/+100 |
* | Make drops on the root window work again. (#145243, Andrew S. Dixon) | Matthias Clasen | 2006-02-02 | 1 | -1/+8 |
* | If major.minor of required and available glib versions are the same, add | Behdad Esfahbod | 2006-01-29 | 4 | -4/+0 |
* | Only set the cursor size if it is != 0. | Matthias Clasen | 2006-01-25 | 1 | -3/+4 |
* | Use an unused high bit in the XID to mark fonts in the global xid hash | Matthias Clasen | 2006-01-20 | 4 | -2/+15 |
* | Implement these functions. (#327228, Thomas Broyer). | Anders Carlsson | 2006-01-18 | 1 | -4/+49 |
* | Implement these functions. (#327226, Thomas Broyer) | Anders Carlsson | 2006-01-18 | 1 | -2/+46 |
* | Support non-MacRoman keyboard layouts. (#322585, Wolfgang Thaller) | Anders Carlsson | 2006-01-18 | 1 | -11/+84 |
* | Make the process a foreground application. (#322481, Wolfgang Thaller) | Anders Carlsson | 2006-01-18 | 1 | -0/+8 |