summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new directfb backendMichael David Emmel2006-02-0534-5/+15379
* Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320, which usedFederico Mena Quintero2006-02-031-23/+100
* Make drops on the root window work again. (#145243, Andrew S. Dixon)Matthias Clasen2006-02-021-1/+8
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-294-4/+0
* Only set the cursor size if it is != 0.Matthias Clasen2006-01-251-3/+4
* Use an unused high bit in the XID to mark fonts in the global xid hashMatthias Clasen2006-01-204-2/+15
* Implement these functions. (#327228, Thomas Broyer).Anders Carlsson2006-01-181-4/+49
* Implement these functions. (#327226, Thomas Broyer)Anders Carlsson2006-01-181-2/+46
* Support non-MacRoman keyboard layouts. (#322585, Wolfgang Thaller)Anders Carlsson2006-01-181-11/+84
* Make the process a foreground application. (#322481, Wolfgang Thaller)Anders Carlsson2006-01-181-0/+8