| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid a segfault. (#309054) | Matthias Clasen | 2005-06-27 | 3 | -8/+33 |
* | gdk/Makefile.am Current GNU tools do understand the PRIVATE keyword, so no | Tor Lillqvist | 2005-06-26 | 1 | -8/+8 |
* | add GDK_GRAB_BROKEN to the switch cases. | Manish Singh | 2005-06-26 | 1 | -0/+2 |
* | Don't emit grab-broken for overgrabbing, until we figure out how to do | Matthias Clasen | 2005-06-26 | 1 | -6/+12 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 3 | -6/+76 |
* | Fix up selection of conversion functions for MSB machines: | Owen Taylor | 2005-06-24 | 1 | -13/+3 |
* | Improve and simplify line segment rendering on Win32, especially the | Tor Lillqvist | 2005-06-24 | 3 | -298/+269 |
* | Fix the big endian case for 3-channel source. (Reported by David Zeuthen) | Owen Taylor | 2005-06-23 | 1 | -3/+3 |
* | Set the time field in the event. (#308573, Morten Welinder) | Matthias Clasen | 2005-06-22 | 1 | -0/+2 |
* | New function which can be used to implement scrolling in non-window | Matthias Clasen | 2005-06-21 | 3 | -11/+150 |
* | 2.7.0GTK_2_7_0 | Matthias Clasen | 2005-06-20 | 1 | -1/+2 |
* | remove GDK_CURSOR and GDK_IS_CURSOR, instance checks don't work on boxed | Manish Singh | 2005-06-18 | 3 | -11/+9 |
* | Support the ICCCM urgency hint. (#61858, Havoc Pennington) | Matthias Clasen | 2005-06-17 | 4 | -0/+35 |
* | Set the actions and suggested_action fields in the GdkDragContext to | Tor Lillqvist | 2005-06-17 | 1 | -0/+2 |
* | Define GDK_IS_CURSOR() and GDK_CURSOR(). | Matthias Clasen | 2005-06-17 | 1 | -0/+2 |
* | Improve some return_if_fail checks, and add the missing non-Xcursor | Matthias Clasen | 2005-06-17 | 2 | -9/+13 |
* | Handle cursor theme changes for cached cursors which are not associated | Matthias Clasen | 2005-06-17 | 4 | -19/+49 |
* | Fix #if G_BYTE_ORDER == GDK_LSB_FIRST. | Owen Taylor | 2005-06-17 | 1 | -2/+2 |
* | remove unused variable. | Manish Singh | 2005-06-16 | 2 | -2/+1 |
* | Update all fields | Matthias Clasen | 2005-06-16 | 1 | -0/+1 |
* | Get red and blue in place. | Matthias Clasen | 2005-06-15 | 1 | -1/+8 |
* | Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to | Matthias Clasen | 2005-06-15 | 1 | -0/+2 |
* | Keep a reference to the GdkCursor and add a private getter for it, so that | Matthias Clasen | 2005-06-15 | 5 | -54/+138 |
* | Remove a lot of pointless g_return_if_fail() non-NULL checks. | Matthias Clasen | 2005-06-15 | 1 | -48/+10 |
* | Make make check happier | Matthias Clasen | 2005-06-15 | 2 | -2/+2 |
* | Add a stub for the no-Xcursor case. (noticed by Luis Villa) | Matthias Clasen | 2005-06-14 | 1 | -2/+64 |
* | Forgotten file | Matthias Clasen | 2005-06-14 | 1 | -0/+1 |
* | New functions to construct named cursors and to get the image used for a | Matthias Clasen | 2005-06-14 | 3 | -0/+142 |
* | Plug a leak. Closes bug #307281. | Kjartan Maraas | 2005-06-12 | 1 | -0/+2 |
* | Cleanup. (#169648, Fabricio Barros Cabral) | Matthias Clasen | 2005-06-12 | 23 | -135/+45 |
* | Small doc additions. | Matthias Clasen | 2005-06-12 | 1 | -1/+7 |
* | Destroy the cairo surface when done with it. Plugs a fairly large leak in | Kjartan Maraas | 2005-06-10 | 1 | -0/+1 |
* | Generate N_() calls for translatable key names. | Matthias Clasen | 2005-06-10 | 3 | -38/+98 |
* | Small markup fixes. | Matthias Clasen | 2005-06-10 | 1 | -1/+1 |
* | Update the user time on the window when a drop happens. (#169364, | Matthias Clasen | 2005-06-09 | 1 | -0/+4 |
* | Small markup fixes. | Matthias Clasen | 2005-06-09 | 1 | -9/+10 |
* | Return NULL unless screen number is zero. We have only one screen on | Tor Lillqvist | 2005-06-05 | 1 | -1/+4 |
* | gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c Support | Tor Lillqvist | 2005-06-04 | 3 | -300/+318 |
* | If blitting from the root window, take the multi-monitor offset into | Tor Lillqvist | 2005-05-26 | 1 | -0/+10 |
* | Handle gtk-alternative-button-order (setting it to TRUE). | Tor Lillqvist | 2005-05-24 | 1 | -0/+6 |
* | Map VK_APPS to GDK_Menu. (#172383, Ivan Wong) | Tor Lillqvist | 2005-05-22 | 1 | -0/+2 |
* | If the keysym isn't one of the special cases this function takes care of, | Tor Lillqvist | 2005-05-22 | 1 | -11/+7 |
* | gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the | Tor Lillqvist | 2005-05-18 | 3 | -0/+26 |
* | Warn if length overflows. (#161520, Ian Wienand) | Matthias Clasen | 2005-05-18 | 1 | -1/+23 |
* | Update to changed cairo interface. | Owen Taylor | 2005-05-17 | 4 | -11/+41 |
* | Adjust offsets when recursing. (#153682, Felipe Heidrich) | Matthias Clasen | 2005-05-17 | 1 | -2/+4 |
* | Fix a typo in the docs. (#303940, Masao Mutoh) | Matthias Clasen | 2005-05-16 | 1 | -1/+1 |
* | gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration. | Manish Singh | 2005-05-14 | 2 | -0/+2 |
* | Update for cairo-xlib API change. | Owen Taylor | 2005-05-14 | 4 | -12/+24 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 14 | -192/+288 |