summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 2.10.7GTK_2_10_7Matthias Clasen2007-01-051-0/+1
* Avoid overflow when converting coordinates to Pango units. (#332266, JodyBehdad Esfahbod2007-01-053-2/+45
* Cross-compilation fixes. (#392646, Yevgen Muntyan)Matthias Clasen2007-01-041-1/+1
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-044-92/+94
* Try to fix #315732, reported by Luke Hutchinson:Matthias Clasen2007-01-023-20/+37
* Generate double-click events. (#380421, Tommi Komulainen)Matthias Clasen2006-12-211-0/+4
* Correct return_if_fail checks. (#379803, Tommi Komulainen)Matthias Clasen2006-12-211-3/+3
* Improve docs. (#353438, Mariano Suárez-Alvarez)Matthias Clasen2006-12-211-1/+1
* Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin whereMatthias Clasen2006-12-101-0/+12
* Improve handling of the small icon of the window class. (#152620, KazukiTor Lillqvist2006-10-291-13/+25
* Implement for B&W cursors, for instance the built-in GDK ones.Tor Lillqvist2006-10-291-33/+112
* reduce relocationsMatthias Clasen2006-10-031-1/+1
* free display->input_windows with g_free(), not g_object_unref() (#357566,Michael Natterer2006-09-251-1/+1
* 2.10.4GTK_2_10_4Matthias Clasen2006-09-231-1/+2
* just check the first shift-level of keyboard layout for RTL and LTRBehnam Esfahbod2006-09-201-18/+14
* add new filesMatthias Clasen2006-09-101-0/+17
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-107-14/+13
* Fix small theoretical memory leaks. (#353916, Chris Wilson)Matthias Clasen2006-09-091-2/+5
* handle displayname being NULL in some error pathsMatthias Clasen2006-09-031-1/+2
* Add Win32 detail to doc comments.Tor Lillqvist2006-08-231-0/+10
* Add GDK button mask for NS dragging events. (create_scroll_event): RemoveRichard Hult2006-08-153-13/+24
* Don't leak ShmPixmapInfo. (#349858, Chris Wilson)Matthias Clasen2006-08-151-2/+18
* Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, DavidMatthias Clasen2006-08-151-19/+25
* Zero out some stack-allocated X structures, to avoid valgrind warningsMatthias Clasen2006-08-152-0/+6
* gdk/directfb/gdkdrawable-directfb.c Remove gdk_directfb_update_region andMichael David Emmel2006-08-113-70/+10
* don't try to set the state of unmapped windows, callMichael Natterer2006-08-101-10/+68
* implement MIN_SIZE, MAX_SIZE and RESIZE_INC.Michael Natterer2006-08-081-4/+72
* Shutup CVSMichael Natterer2006-08-081-0/+5
* Whitespace cleanup. (synthesize_crossing_events): Add comments and preventRichard Hult2006-08-081-5/+12
* implement.Michael Natterer2006-08-081-16/+29
* Just expose the minimal region instead of the whole rect.Richard Hult2006-08-082-24/+113
* some whitespace and indentation cleanup.Michael Natterer2006-08-081-62/+81
* Don't get and release the context for each point, just once, speeds upRichard Hult2006-08-071-3/+12
* Free all XKB data. (#349997, Chris Wilson)Matthias Clasen2006-08-061-1/+1
* Removed unused call to GetPositionMichael David Emmel2006-08-021-3/+0
* Patch from Erik van Pienbroek to implement drawing bg_pixmaps (#348145).Richard Hult2006-07-312-19/+81
* Always set success to TRUE. (gdk_color_change): Implement.Richard Hult2006-07-299-58/+72
* cast the return value of XGetWindowProperty() correctly so we don't returnMichael Natterer2006-07-271-1/+1
* Implement getting the double click threshold.Richard Hult2006-07-241-1/+23
* Set the window level depending on the type hint.Richard Hult2006-07-246-66/+153
* Implement.Richard Hult2006-07-212-12/+76
* Append the event to the queue instead of using gdk_event_put.Richard Hult2006-07-203-125/+175
* ]): Listen to windowDidResignMain notifications and properly update theRichard Hult2006-07-193-25/+47
* When looking up a font XID, add the XID_FONT_BIT. (#348001)Matthias Clasen2006-07-191-1/+1
* ]): Remove unused variables to fix compiler warnings.Richard Hult2006-07-192-2/+0
* Implement type hints and use them to determine which windows should beRichard Hult2006-07-193-12/+66
* Get the position correctly for the root window. Fixes bug #347976, patchRichard Hult2006-07-191-15/+24
* Fill in string, length and is_modifier for key events. Map some more keysRichard Hult2006-07-173-13/+88
* Add escape to the list of special keys, to get the escape key working.Richard Hult2006-07-171-6/+7
* Initialize GdkInput.Richard Hult2006-07-171-2/+2