summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add stubs for input shape functions.Anders Carlsson2006-02-202-0/+53
* Fix typo so ctrl gets passed on to the gdk event.Anders Carlsson2006-02-202-2/+2
* New function, return TRUE. (gdk_display_supports_input_shapes): NewTor Lillqvist2006-02-201-0/+20
* New function. Factor out code from gdk_window_shape_combine_mask().Tor Lillqvist2006-02-201-19/+107
* adding boolean have_shapes and have_input_shapes members fixes the build.Michael Natterer2006-02-201-0/+3
* Replace all calls to g_strcasecmp() with g_ascii_strcasecmp().Tor Lillqvist2006-02-201-52/+52
* Support input shapes: (#331070)Matthias Clasen2006-02-205-73/+286
* Be robust and reject rectangles with negative width or height. (#331467,Matthias Clasen2006-02-171-1/+1
* added .cvsignore file to shut up CVSSven Neumann2006-02-091-0/+7
* If we don't know where we went, and have generated a leave event, setTor Lillqvist2006-02-091-0/+1
* gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> CallJohn Ehresman2006-02-092-3/+20
* Let gdk_window_set_decorations() take precedence over anything derivedJohn Ehresman2006-02-091-96/+134
* Consistenly use assign_object() when assigning GdkWindow pointers so thatTor Lillqvist2006-02-081-7/+22
* updated mine and Dok's email address.Sven Neumann2006-02-071-8/+15
* Bug #330022 Wrong pixel values are computed when color = 0xFF and alpha =Dom Lachowicz2006-02-051-1/+1