| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add GDK button mask for NS dragging events. (create_scroll_event): Remove | Richard Hult | 2006-08-15 | 3 | -13/+24 |
* | Don't leak ShmPixmapInfo. (#349858, Chris Wilson) | Matthias Clasen | 2006-08-15 | 1 | -2/+18 |
* | Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, David | Matthias Clasen | 2006-08-15 | 1 | -19/+25 |
* | Zero out some stack-allocated X structures, to avoid valgrind warnings | Matthias Clasen | 2006-08-15 | 2 | -0/+6 |
* | gdk/directfb/gdkdrawable-directfb.c Remove gdk_directfb_update_region and | Michael David Emmel | 2006-08-11 | 3 | -70/+10 |
* | don't try to set the state of unmapped windows, call | Michael Natterer | 2006-08-10 | 1 | -10/+68 |
* | implement MIN_SIZE, MAX_SIZE and RESIZE_INC. | Michael Natterer | 2006-08-08 | 1 | -4/+72 |
* | Shutup CVS | Michael Natterer | 2006-08-08 | 1 | -0/+5 |
* | Whitespace cleanup. (synthesize_crossing_events): Add comments and prevent | Richard Hult | 2006-08-08 | 1 | -5/+12 |
* | implement. | Michael Natterer | 2006-08-08 | 1 | -16/+29 |
* | Just expose the minimal region instead of the whole rect. | Richard Hult | 2006-08-08 | 2 | -24/+113 |
* | some whitespace and indentation cleanup. | Michael Natterer | 2006-08-08 | 1 | -62/+81 |
* | Don't get and release the context for each point, just once, speeds up | Richard Hult | 2006-08-07 | 1 | -3/+12 |
* | Free all XKB data. (#349997, Chris Wilson) | Matthias Clasen | 2006-08-06 | 1 | -1/+1 |
* | Removed unused call to GetPosition | Michael David Emmel | 2006-08-02 | 1 | -3/+0 |
* | Patch from Erik van Pienbroek to implement drawing bg_pixmaps (#348145). | Richard Hult | 2006-07-31 | 2 | -19/+81 |
* | Always set success to TRUE. (gdk_color_change): Implement. | Richard Hult | 2006-07-29 | 9 | -58/+72 |
* | cast the return value of XGetWindowProperty() correctly so we don't return | Michael Natterer | 2006-07-27 | 1 | -1/+1 |
* | Implement getting the double click threshold. | Richard Hult | 2006-07-24 | 1 | -1/+23 |
* | Set the window level depending on the type hint. | Richard Hult | 2006-07-24 | 6 | -66/+153 |
* | Implement. | Richard Hult | 2006-07-21 | 2 | -12/+76 |
* | Append the event to the queue instead of using gdk_event_put. | Richard Hult | 2006-07-20 | 3 | -125/+175 |
* | ]): Listen to windowDidResignMain notifications and properly update the | Richard Hult | 2006-07-19 | 3 | -25/+47 |
* | When looking up a font XID, add the XID_FONT_BIT. (#348001) | Matthias Clasen | 2006-07-19 | 1 | -1/+1 |
* | ]): Remove unused variables to fix compiler warnings. | Richard Hult | 2006-07-19 | 2 | -2/+0 |
* | Implement type hints and use them to determine which windows should be | Richard Hult | 2006-07-19 | 3 | -12/+66 |
* | Get the position correctly for the root window. Fixes bug #347976, patch | Richard Hult | 2006-07-19 | 1 | -15/+24 |