| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for leak when window destroyed | Michael David Emmel | 2007-01-02 | 1 | -19/+22 |
* | Fix a typo | Matthias Clasen | 2006-12-29 | 1 | -1/+1 |
* | Fix some formatting errors in docs. | Matthias Clasen | 2006-12-28 | 1 | -16/+16 |
* | Factored out the event loop integration into gdkeventloop-quartz.c. | Mikael Hallendal | 2006-12-28 | 3 | -269/+298 |
* | Remove redundant declarations (#390097, Christian Persch) | Matthias Clasen | 2006-12-28 | 1 | -18/+0 |
* | Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). | Kristian Rietveld | 2006-12-27 | 1 | -0/+6 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -2/+2 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 4 | -7/+20 |
* | Add functions to allow threadsafe handling of idles and timeouts wrt. to | Matthias Clasen | 2006-12-22 | 3 | -0/+255 |
* | Use pango_cairo_show_error_underline. (#340141, Behdad Esfahbod) | Matthias Clasen | 2006-12-22 | 1 | -85/+6 |
* | Generate double-click events. (#380421, Tommi Komulainen) | Matthias Clasen | 2006-12-21 | 1 | -0/+4 |
* | Correct return_if_fail checks. (#379803, Tommi Komulainen) | Matthias Clasen | 2006-12-21 | 1 | -3/+3 |
* | Improve docs. (#353438, Mariano Suárez-Alvarez) | Matthias Clasen | 2006-12-21 | 1 | -4/+7 |
* | Add a function for converting a GdkColor to a string (#373856). | Matthew Barnes | 2006-12-21 | 2 | -7/+35 |
* | Mark arrow keys as translatable | Matthias Clasen | 2006-12-21 | 2 | -5/+9 |
* | Splitted out the GdkPixbuf to NSImage routine so that it can be used from | Mikael Hallendal | 2006-12-19 | 4 | -44/+66 |
* | Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin where | Matthias Clasen | 2006-12-10 | 1 | -0/+12 |
* | Implement for B&W cursors, for instance the built-in GDK ones. | Tor Lillqvist | 2006-10-29 | 1 | -33/+112 |
* | Improve handling of the small icon of the window class. (#152620, Kazuki | Tor Lillqvist | 2006-10-28 | 1 | -13/+25 |
* | gdkpixmap-directfb.c: add missing RGB24 case (#361176) | Michael David Emmel | 2006-10-11 | 1 | -0/+2 |
* | Update the docs to state which out parameters may be NULL. (#360870, | Matthias Clasen | 2006-10-09 | 1 | -7/+7 |
* | Fix for bug 3575611 strdup property name so it can be freed | Michael David Emmel | 2006-10-08 | 1 | -2/+1 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 7 | -8/+3 |
* | Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) | Matthias Clasen | 2006-10-03 | 1 | -1/+1 |
* | Include pltcheck.sh in EXTRA_DIST. | Behdad Esfahbod | 2006-10-02 | 1 | -2/+3 |
* | Move all includes before including gdkalias.h. | Behdad Esfahbod | 2006-10-02 | 1 | -2/+2 |
* | free display->input_windows with g_free(), not g_object_unref() (#357566, | Michael Natterer | 2006-09-25 | 1 | -1/+1 |
* | Implement lots of value setters for GdkGC, based on a heavily modified | Michael Natterer | 2006-09-21 | 5 | -101/+413 |
* | fix cast: it's drawable_impl->wrapper that is the GdkWindow, not the | Michael Natterer | 2006-09-21 | 1 | -1/+1 |
* | just check the first shift-level of keyboard layout for RTL and LTR | Behnam Esfahbod | 2006-09-20 | 1 | -18/+14 |
* | Bug 355343. Add a GdkPangoAttrEmbossColor. | Ryan Lortie | 2006-09-19 | 3 | -16/+117 |
* | /tmp/cvsX7MHVx | Michael David Emmel | 2006-09-14 | 1 | -2/+0 |
* | gdk/directfb/gdkcolor-directfb.c small clean ups include order | Michael David Emmel | 2006-09-14 | 3 | -8/+4 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER and | Tor Lillqvist | 2006-09-10 | 3 | -52/+8 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 8 | -14/+30 |
* | Fix small theoretical memory leaks. (#353916, Chris Wilson) | Matthias Clasen | 2006-09-09 | 1 | -2/+4 |
* | Special-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806. | Richard Hult | 2006-09-06 | 1 | -4/+10 |
* | gdk/win32/gdkevents-win32.c Use wide-char API for message and window | Tor Lillqvist | 2006-09-03 | 2 | -63/+62 |
* | Don't do anything if exposure isn't in the event mask, plug a leak, and | Richard Hult | 2006-09-03 | 1 | -1/+11 |
* | Handle display_name being NULL. (#354004, Chris Wilson) | Matthias Clasen | 2006-09-03 | 1 | -1/+2 |
* | No GDK_WINDOW_DISPLAY in the Win32 backend. | Tor Lillqvist | 2006-09-02 | 1 | -1/+1 |
* | Fix build. | Michael Natterer | 2006-08-31 | 1 | -2/+1 |
* | Fix build. | Richard Hult | 2006-08-30 | 1 | -1/+1 |
* | Fix gdk_window_beep | Matthias Clasen | 2006-08-30 | 1 | -5/+11 |
* | Add a function to beep on a window. For X11, implement this with XkbBell. | Matthias Clasen | 2006-08-30 | 6 | -0/+48 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-30 | 1 | -12/+9 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 10 | -586/+68 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 4 | -112/+1 |
* | return the hostname instead of NULL. | Michael Natterer | 2006-08-24 | 1 | -3/+6 |
* | Add Win32 detail to doc comments. | Tor Lillqvist | 2006-08-23 | 1 | -0/+10 |