summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Consistently use lowercase in hex numbers.Matthias Clasen2006-05-111-309/+309
* Look at both GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628)Tor Lillqvist2006-05-091-5/+6
* fix docsMatthias Clasen2006-05-071-1/+1
* Removed DIKI_ALTGRMichael David Emmel2006-05-041-13/+0
* Make symbol list mstch reality.Matthias Clasen2006-05-041-1/+2
* Add missing files. (#340533, Ludovic Rousseau)Matthias Clasen2006-05-031-0/+2
* Removed subtracting one from all clipsMichael David Emmel2006-04-301-9/+10
* Cast to double before dividing by PANGO_SCALE. (#334582)Behdad Esfahbod2006-04-281-2/+2
* fix build without xfixesMatthias Clasen2006-04-271-0/+2
* 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