| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc. | Matthias Clasen | 2008-09-29 | 5 | -13/+78 |
* | Correctly chain up the finalize implementation. | Emmanuele Bassi | 2008-09-29 | 1 | -8/+15 |
* | Bug 552956 – Should check composite extension version | Matthias Clasen | 2008-09-27 | 1 | -1/+11 |
* | Bug 553803 – eventually call XCloseDevice on XOpenDevice results | Matthias Clasen | 2008-09-27 | 3 | -14/+32 |
* | Bug 553917 – Typo in gdkwindow-win32.c | Cody Russell | 2008-09-26 | 1 | -1/+1 |
* | remove unused variable and fix indentation. | Michael Natterer | 2008-09-23 | 1 | -5/+3 |
* | Don't use XRRGetScreenResources() as there are performance issues with it. | Søren Sandmann | 2008-09-10 | 1 | -79/+4 |
* | Bug 550062 – Small update in gdk/gdkkeysyms.h | Matthias Clasen | 2008-09-07 | 1 | -2/+3 |
* | Bug 550989 – gdk_display_put_event() should call g_main_context_wakeup() | Matthias Clasen | 2008-09-07 | 1 | -0/+2 |
* | Bug 551063 – deprecated marking without a link to what new code should | Sven Herzberg | 2008-09-06 | 1 | -0/+32 |
* | More doc fixes | Matthias Clasen | 2008-09-04 | 1 | -1/+1 |
* | Check if the window's state has GDK_WINDOW_STATE_MAXIMIZED set before | Cody Russell | 2008-08-28 | 2 | -17/+45 |
* | Return FALSE from reparent implementations to avoid #548993. Patch by Ed | Matthias Clasen | 2008-08-28 | 2 | -2/+2 |
* | Remove the checks to see if the window is modally blocked. This doesn't | Cody Russell | 2008-08-22 | 1 | -4/+0 |
* | +Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 2008-08-20 | 1 | -1/+1 |
* | Fix small issues in the documentation of gdk_window_remove_redirection and | Torsten Schönfeld | 2008-08-16 | 1 | -6/+2 |
* | Some aftermath of the fix of bug #543868. Clip and flip to the source, not | Richard Hult | 2008-08-15 | 1 | -10/+3 |
* | Use the g_test_*() API for this test reviewed by: Richard Hult | Sven Herzberg | 2008-08-15 | 1 | -6/+14 |
* | Prepare for using the g_test_*() API reviewed by: Richard Hult | Sven Herzberg | 2008-08-15 | 1 | -13/+10 |
* | Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't | Erwann Chenede - | 2008-08-13 | 1 | -9/+6 |
* | define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS. | Michael Natterer | 2008-08-12 | 2 | -9/+7 |
* | examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c | Michael Natterer | 2008-08-12 | 2 | -4/+4 |
* | gdk/gdkkeys.c gdk/gdkscreen.c use canonical signal names. | Sven Neumann | 2008-08-11 | 3 | -11/+11 |
* | Get the gdk+cairo test to pass distcheck, too | Sven Herzberg | 2008-08-08 | 2 | -1/+6 |
* | use g_error() instead of a combination of g_warning+exit to avoid | 16:19:16 Tim Janik | 2008-08-07 | 1 | -9/+6 |
* | Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func() | Richard Hult | 2008-08-07 | 1 | -26/+43 |
* | Implement those, fixes loading python bindings. | Richard Hult | 2008-08-07 | 1 | -9/+59 |
* | 2.13.6GTK_2_13_6 | Matthias Clasen | 2008-08-05 | 1 | -1/+1 |
* | Forgotten file | Matthias Clasen | 2008-08-04 | 1 | -0/+2 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 8 | -31/+39 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -7/+7 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 4 | -44/+44 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 4 | -25/+28 |
* | Cast pointers to guintptr, not unsigned long, before doing bit tests on | Tor Lillqvist | 2008-08-04 | 1 | -5/+5 |
* | Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes | Tor Lillqvist | 2008-08-04 | 1 | -3/+1 |
* | call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags. | Michael Natterer | 2008-08-04 | 2 | -5/+4 |
* | add the generated PNGs to CLEANFILES. | Michael Natterer | 2008-08-04 | 1 | -0/+4 |
* | Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it. | Tor Lillqvist | 2008-08-03 | 1 | -1/+1 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-03 | 1 | -0/+4 |
* | Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA | Tor Lillqvist | 2008-08-03 | 1 | -71/+59 |
* | Support GEmblemedIcon | Matthias Clasen | 2008-08-03 | 1 | -0/+8 |
* | Improve docs | Matthias Clasen | 2008-08-02 | 1 | -6/+21 |
* | build gdkwindowimpl | Hans Breuer | 2008-08-01 | 1 | -0/+1 |
* | Bug 56070 – Can't click button after setting it sensitive. | Cody Russell | 2008-08-01 | 1 | -1/+4 |
* | Add gdk_threads_add_timeout_seconds{_full} | Matthias Clasen | 2008-07-31 | 2 | -20/+93 |
* | Bug 544510 – SetTimer callback signatures has the wrong type | Cody Russell | 2008-07-24 | 1 | -5/+5 |
* | Bug 544265 – GDK assumes XFIXES extension | Matthias Clasen | 2008-07-24 | 1 | -1/+7 |
* | Fix svn:ignore and the include condition | Sven Herzberg | 2008-07-22 | 1 | -1/+1 |
* | Add a test for my fixes from July 20th. | Sven Herzberg | 2008-07-22 | 3 | -2/+161 |
* | Don't use RandR 1.2 if driver is detected as randr12_compat (ie X driver | Frederic Crozat | 2008-07-22 | 1 | -0/+11 |