summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add gdk_screen_is_compositedMatthias Clasen2006-04-251-0/+1
* Create 'composited' label.Søren Sandmann2006-04-2510-8/+176
* Documentation fixes.Matthias Clasen2006-04-242-5/+5
* Merge the gtk-printing branch. For more detailed ChangeLog entries, seeAlexander Larsson2006-04-214-8/+33
* fixed off by one error in clip patch from (#330824)Michael David Emmel2006-04-201-2/+2
* Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)Tor Lillqvist2006-04-191-0/+20
* Add check for source being a window.Richard Hult2006-04-162-31/+31
* Remove leading cairo/ in include.Richard Hult2006-04-161-1/+1
* Avoid a possible array overrun. (Coverity)Matthias Clasen2006-04-161-1/+1
* Take grabs into account.Anders Carlsson2006-04-131-3/+13
* Fix another Coverity bugMatthias Clasen2006-04-121-5/+5
* Make this work for list == NULL. (Coverity)Matthias Clasen2006-04-121-6/+7
* Rearrange the code a bit.Matthias Clasen2006-04-121-25/+9
* Handle page up and page down.Anders Carlsson2006-04-121-0/+2
* Don't flush if we're inside a begin_paint/end_paint pair.Anders Carlsson2006-04-122-1/+8
* Fix another Coverity bugMatthias Clasen2006-04-121-1/+4
* Have GdkWindowImplQuartz implement GdkPaintable.Anders Carlsson2006-04-104-23/+163
* Add new GdkPaintable interface which implementation objects can implementAnders Carlsson2006-04-102-0/+89
* Correct the appearance of non-square icons and cursors: pad them to squareTor Lillqvist2006-04-061-28/+55
* Add "_private" to make it build.Søren Sandmann2006-04-041-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-0417-562/+114
* Small savingsMatthias Clasen2006-04-041-16/+6
* Here too.Matthias Clasen2006-04-031-1/+1
* Make _gdk_windowing_args const.Matthias Clasen2006-04-035-5/+5
* Include gdksreen.h (#337032, Kazuki IWAMOTO)Matthias Clasen2006-04-031-0/+1
* Reword docs to help gtk-doc.Matthias Clasen2006-03-301-1/+2
* Added gdk_pixmap_foreign_new_for_screenMichael David Emmel2006-03-301-0/+12
* Make it compileMatthias Clasen2006-03-301-1/+2
* New function to allow wrapping a native pixmap without a server roundtrip.Matthias Clasen2006-03-304-7/+70
* Add missing CLIPBOARD atom.Richard Hult2006-03-291-4/+5
* Make the poll func work with real file descriptors. We do this by creatingAnders Carlsson2006-03-271-3/+140
* Add more stubs.Richard Hult2006-03-2710-2/+190
* removing trailing \ fixes the build.Michael Natterer2006-03-211-1/+1
* Implement gdk_window_scroll.Anders Carlsson2006-03-211-1/+47
* Add the GDK part of the DND implementation.Anders Carlsson2006-03-217-10/+216
* Offset coordinates by 0.5 pixels to get consistant results for both imageAnders Carlsson2006-03-212-29/+22
* ]): Synthesize GDK_CONFIGURE events when the window position changes.Anders Carlsson2006-03-211-0/+22
* Added checksettings.Behdad Esfahbod2006-03-151-0/+1
* Use Polygon() for outlined polygons, too. Same idea as inTor Lillqvist2006-03-111-19/+9
* gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c addedMichael Natterer2006-03-086-0/+196
* Adjust the handling of min values for the x and y axes of extended inputMatthias Clasen2006-03-041-2/+4
* map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettingsMichael Natterer2006-02-272-5/+13
* moved and renamed the gdk_settings_names and gdk_settings_map.Tim Janik2006-02-274-84/+160
* Removed old build instructionsMichael David Emmel2006-02-261-59/+8
* *gdk/directfb/gdkdisplay-directfb.c *gdk/directfb/gdkwindow-directfb.cPST 2006 Michael Emmel2006-02-253-37/+41
* remove unconditional warnings about missing X locale support. Gdk properlyTim Janik2006-02-241-5/+2
* Add these from the win32 backend.Anders Carlsson2006-02-211-2/+94
* Obtain the background color from the gc when it is needed. (#331820)Matthias Clasen2006-02-201-6/+2
* Forgotten fileMatthias Clasen2006-02-201-1/+2
* Add a gc_changed argument, and avoid setting the clip region if the gc hasMatthias Clasen2006-02-203-18/+63