summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix comment. (gdk_window_set_title): Surround by release pool macros.Richard Hult2006-07-173-29/+120
* Add some more detail to the docs. (#311399, Nikos Kouremenos)Matthias Clasen2006-07-171-1/+2
* Lots of changes the major change is GdkPaintable is not implemented by windowMichael David Emmel2006-07-146-113/+393
* Don't confuse gtk-doc.Matthias Clasen2006-07-101-1/+1
* Account for alignment when reading xbm data. (#346721, patch by DaveRichard Hult2006-07-101-8/+10
* Implement some more stubs for pygtk, bug #346713.Richard Hult2006-07-094-0/+43
* Release the pool in all cases. (move_resize_window_internal): Surround byRichard Hult2006-07-091-1/+9
* Fix quadratic implementation of gdk_pango_layout_get_clip_region into aBehdad Esfahbod2006-07-081-51/+64
* Generate a grab broken event when appropriate. Fixes bug #346603, patchRichard Hult2006-07-073-49/+132
* Not sure this went inMichael David Emmel2006-07-032-2/+2
* Fix root window size changesMatthias Clasen2006-06-291-1/+7
* broken pipeMatthias Clasen2006-06-281-1/+2
* Added ifdef to compile with 0.9.24 removes creating a child GdkWindowMichael David Emmel2006-06-262-1/+7
* 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