| Commit message (Expand) | Author | Age | Files | Lines |
* | Only emit size-changed if the screen size actually changed. | Matthias Clasen | 2008-10-22 | 1 | -1/+10 |
* | gdk/gdkdraw.c gdk/gdkimage.c gdk/gdkscreen.c replace assertions for obj != | Michael Natterer | 2008-10-21 | 4 | -67/+51 |
* | Bug 557266 - Window Management Problem | Tor Lillqvist | 2008-10-21 | 1 | -15/+24 |
* | reorder functions to be in standard order, add prototypes and namespace to | Michael Natterer | 2008-10-21 | 1 | -38/+52 |
* | On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging | Tor Lillqvist | 2008-10-17 | 1 | -22/+28 |
* | fix typo in the type name so the macro becomes usable. | Michael Natterer | 2008-10-15 | 1 | -1/+1 |
* | Add empty stub to fix linking. | Richard Hult | 2008-10-10 | 1 | -0/+7 |
* | Bug 550342 – Splash screens have a caption | Richard Hult | 2008-10-09 | 1 | -5/+7 |
* | Bug 132501 - Make utility window translate to tool window in win32 | Tor Lillqvist | 2008-10-05 | 4 | -48/+360 |
* | remove debug spew | Matthias Clasen | 2008-10-01 | 1 | -1/+0 |
* | Implement trivially on Windows. Not sure if something more complex is | Tor Lillqvist | 2008-10-01 | 1 | -0/+6 |
* | 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 |