summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Update the docs. (#345194, Yevgen Muntyan)Matthias Clasen2006-06-201-3/+5
* updated mininum dfb to 0.9.24 added more directfb wrapper functionsMichael Emmel2006-06-145-45/+274
* Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in theTor Lillqvist2006-06-111-3/+14
* Call ReleaseDC() on DCs acquired with GetDC() (for windows), andTor Lillqvist2006-06-091-1/+4
* [WM_WINDOWPOSCHANGED] Replace identical code as inTor Lillqvist2006-06-081-57/+102
* Fix typo.Behdad Esfahbod2006-06-071-1/+1
* Bug 337603 – Possible off-by-one inBehdad Esfahbod2006-06-071-5/+19
* Remove the right XID from the xid table. (#34327, Sampo Savolainen, TimMatthias Clasen2006-06-051-1/+1
* Add spawn functions, copied from the win32 backend.Richard Hult2006-06-032-0/+107
* Don't use G_DEFINE_TYPE, since the instance struct name does not match theMatthias Clasen2006-05-312-6/+48
* Fix offset to center the underline in requested rectangle. (Ported fromBehdad Esfahbod2006-05-301-1/+1
* Note in docs that @dest can be the same as @src1 or @src2. (#343233,Behdad Esfahbod2006-05-281-0/+2
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-256-66/+208
* Rollback the following changes, to fix it the proper way in Pango:Behdad Esfahbod2006-05-223-69/+5
* gdk_color_parse returns boolean, not int. (#342569, Masatake Yamato)Matthias Clasen2006-05-221-1/+1
* Remove _gdk_x11_screen_request_cm_notificationMatthias Clasen2006-05-222-37/+30
* Add new function _gdk_screen_get_font_map() and have one fontmap perBehdad Esfahbod2006-05-223-5/+69
* Always set protocol. (#342003, Tommi Komulainen)Matthias Clasen2006-05-181-4/+1
* Fixed bug 342091Michael David Emmel2006-05-181-0/+6
* gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.cSøren Sandmann2006-05-152-10/+38
* Remove obsolete comment. (poll_func): Remove assert and add a comment onRichard Hult2006-05-151-7/+7
* Remove extraneous ;Matthias Clasen2006-05-1417-17/+17
* Regenerated from Xorg 7.1 keysyms.h, using gdkkeysyms-update.pl.Matthias Clasen2006-05-113-13/+508
* 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