summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add "Since" information.Matthias Clasen2002-12-062-2/+7
* More proper vt switch handlingEric Warmenhoven2002-12-055-6/+114
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-042-6/+11
* Fix wrong sign for queued translation. (Found by Chris Blizzard, #100274)Owen Taylor2002-12-031-4/+4
* Moveresize emulation for all edges. (#52833)Matthias Clasen2002-12-031-6/+113
* Document 2.2 API additions.Matthias Clasen2002-11-2825-103/+304
* Fixes from #98358, Havoc Pennington.Owen Taylor2002-11-257-5/+40
* Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only availableTor Lillqvist2002-11-251-0/+4
* Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, GregoryOwen Taylor2002-11-251-1/+1
* Merge from stable:Tor Lillqvist2002-11-244-601/+515
* Remove period from title of example in docs.Matthias Clasen2002-11-231-1/+1
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-1714-82/+87
* Add missing entries, needed by gtk.Tor Lillqvist2002-11-1610-34/+81
* Reflect recent renamings and removals of functions.Tor Lillqvist2002-11-168-300/+704
* Fix display/window typo. (#98511, Soeren Sandmann)Owen Taylor2002-11-141-1/+1
* Try a different hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-143-12/+6
* add gdk_display_get_devices to fix compilationEric Warmenhoven2002-11-131-0/+6
* gdk/win32/gdkprivate-win32.h Rename all global variables and functions toTor Lillqvist2002-11-1218-1380/+1375
* Fix a typo which broke moveresize emulation.Matthias Clasen2002-11-101-1/+1
* Reformulate doc comments to work around gtk-doc limitations.Matthias Clasen2002-11-082-3/+3
* Add in a awful hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-083-0/+33
* Use g_get_application_name() instead of g_get_prgname() as the defaultOwen Taylor2002-11-083-20/+68
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-0811-39/+39
* fix compilationEric Warmenhoven2002-11-082-2/+10
* Don't try to use render if we can't get a picture for the drawable. (FixesOwen Taylor2002-11-071-1/+2
* Fix misplaced display_grab()/display_ungrab(); they shouldn't have beenOwen Taylor2002-11-071-3/+3
* Use g_return_val_if_fail in this non-void function. (gdk_init_check):Matthias Clasen2002-11-071-3/+1
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-026-10/+210
* More doc comments moved inline.Matthias Clasen2002-11-014-16/+414
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-3110-31/+122
* doc comment fixes.Matthias Clasen2002-10-293-23/+21
* Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn'tTor Lillqvist2002-10-281-19/+31
* Fix doc comment.Matthias Clasen2002-10-253-47/+8
* More API docs moved inline.Matthias Clasen2002-10-243-7/+189
* Documentation updates.Matthias Clasen2002-10-232-32/+250
* Remove redundant doc comments.Matthias Clasen2002-10-236-235/+0
* Gdk API doc updates.Matthias Clasen2002-10-2216-7/+213
* Produce C-m, not C-j for return. Handle Escape.Owen Taylor2002-10-221-1/+6
* Handle Return and KP_Enter.Owen Taylor2002-10-181-0/+6
* Fix use of uninitialized variable.Owen Taylor2002-10-182-133/+216
* add g_return_if_fail for monitor number <= 0Havoc Pennington2002-10-172-8/+63
* Fix from Phil Blundell for compiling without Xkb. (#95909)Owen Taylor2002-10-161-0/+3
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-168-46/+46
* Documentation fixes.Soeren Sandmann2002-10-131-7/+6
* Lots of trivial doc fixes.Matthias Clasen2002-10-111-1/+1
* Documentation updates.Matthias Clasen2002-10-112-1/+2
* Move out of HAVE_XKB. (#95129, Phil Blundell)Owen Taylor2002-10-081-2/+2
* fix compilationEric Warmenhoven2002-10-082-3/+18
* New file. Move gdk_drag_find_window(), gdk_drag_get_protocol() here.Owen Taylor2002-10-071-0/+48
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-076-46/+77