| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | s/GdkRegion/cairo_region_t/ in all of gtk | Benjamin Otte | 2010-06-29 | 1 | -2/+2 |
* | Deprecate the GdkRegion API | Benjamin Otte | 2010-06-29 | 1 | -5/+5 |
* | Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntry | Cody Russell | 2010-06-01 | 1 | -0/+3 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -27/+100 |
* | Move documentation to inline comments: GdkWindow | Tadej Borovšak | 2010-05-14 | 1 | -0/+6 |
* | Remove deprecated code from GdkDnd | Javier Jardón | 2010-05-03 | 1 | -32/+0 |
* | Include <X11/Xutil.h> in gdkdnd-x11.c | Javier Jardón | 2010-04-18 | 1 | -0/+2 |
* | Minor doc clarification for gdk_drag_begin | Matthias Clasen | 2010-03-08 | 1 | -1/+1 |
* | Protect against X errors when clearing the DND cache | Matthias Clasen | 2010-02-23 | 1 | -3/+9 |
* | Make DND work better with shaped windows | Matthias Clasen | 2010-02-04 | 1 | -16/+132 |
* | Merge in Gdk-custom.c introspection annotations | Colin Walters | 2009-12-16 | 1 | -4/+4 |
* | [gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments. | Javier Jardón | 2009-11-06 | 1 | -2/+6 |
* | Merge branch 'master' into client-side-windows | Alexander Larsson | 2009-05-25 | 1 | -1/+6 |
|\ |
|
| * | Avoid another case of treating None as an atom | Matthias Clasen | 2009-05-24 | 1 | -1/+6 |
* | | Initial client-side-windows work | Alexander Larsson | 2009-04-02 | 1 | -1/+3 |
|/ |
|
* | Typo fixes and small doc improvements | Matthias Clasen | 2008-12-26 | 1 | -1/+1 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -9/+10 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | Zero out some stack-allocated X structures, to avoid valgrind warnings | Matthias Clasen | 2006-08-15 | 1 | -0/+2 |
* | Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) | Matthias Clasen | 2006-05-25 | 1 | -0/+22 |
* | Always set protocol. (#342003, Tommi Komulainen) | Matthias Clasen | 2006-05-18 | 1 | -4/+1 |
* | Remove extraneous ; | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Use G_DEFINE_TYPE. | Matthias Clasen | 2006-04-04 | 1 | -39/+10 |
* | Make drops on the root window work again. (#145243, Andrew S. Dixon) | Matthias Clasen | 2006-02-02 | 1 | -1/+8 |
* | Fix #317844 | Matthias Clasen | 2005-10-26 | 1 | -1/+1 |
* | Various cleanups. (#315359, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -3/+3 |
* | Broken pipe | Matthias Clasen | 2005-09-11 | 1 | -6/+6 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | After checking XLib sources, XGetWindowProperty does set data to NULL. | Matthias Clasen | 2005-08-19 | 1 | -1/+0 |
* | Free data returned from XGetWindowProperty. | Matthias Clasen | 2005-08-19 | 1 | -2/+12 |
* | Free children in all cases. (#313862, Kjartan Maraas) | Matthias Clasen | 2005-08-19 | 1 | -1/+5 |
* | Set the time field in the event. (#308573, Morten Welinder) | Matthias Clasen | 2005-06-22 | 1 | -0/+2 |
* | Update the user time on the window when a drop happens. (#169364, | Matthias Clasen | 2005-06-09 | 1 | -0/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -3/+3 |
* | Squash strict aliasing warnings. | Owen Taylor | 2004-11-17 | 1 | -13/+33 |
* | Handle the case that the protocol version in the context is not set yet. | Matthias Clasen | 2004-11-03 | 1 | -1/+21 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Remove debug spew. | Matthias Clasen | 2004-09-01 | 1 | -2/+0 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix C99ism. | Morten Welinder | 2004-08-09 | 1 | -1/+3 |
* | Really fix the initialization of the target list. | Matthias Clasen | 2004-08-06 | 1 | -28/+88 |
* | Fix a warning message. | Matthias Clasen | 2004-07-17 | 1 | -1/+1 |
* | Fix typo; tmp_event -> temp_event. | Federico Mena Quintero | 2004-07-09 | 1 | -1/+1 |
* | Don't leak references to the drag context. (#144324, Alex Larsson) | Matthias Clasen | 2004-07-08 | 1 | -1/+4 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Change _gdk_x11_send_xevent_async() to | Owen Taylor | 2003-07-08 | 1 | -14/+16 |
* | Lookup all the atoms in the target list at once. | Owen Taylor | 2003-07-05 | 1 | -94/+223 |