summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Don't generate events on destroyed windows.Matthias Clasen2005-07-071-9/+12
* Don't create the GdkPixbuf until we know that we have something to put inTor Lillqvist2005-07-061-3/+5
* Add comment about the current named cursor implementation, and what itTor Lillqvist2005-07-053-3/+124
* Add some missing files to EXTRA_DISTMatthias Clasen2005-07-051-0/+3
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-034-0/+142
* declare _gdk_xgrab_check_button_event.Manish Singh2005-06-301-3/+5
* Avoid infinite loop if a mask is zero. (#309222, David Saxton)Matthias Clasen2005-06-301-0/+6
* Handle broken grabs.Matthias Clasen2005-06-305-12/+64
* Ignore GrabBroken events which are caused by overgrabbing inside theMatthias Clasen2005-06-273-25/+19
* Avoid a segfault. (#309054)Matthias Clasen2005-06-273-8/+33
* gdk/Makefile.am Current GNU tools do understand the PRIVATE keyword, so noTor Lillqvist2005-06-261-8/+8
* add GDK_GRAB_BROKEN to the switch cases.Manish Singh2005-06-261-0/+2
* Don't emit grab-broken for overgrabbing, until we figure out how to doMatthias Clasen2005-06-261-6/+12
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-253-6/+76
* Fix up selection of conversion functions for MSB machines:Owen Taylor2005-06-241-13/+3
* Improve and simplify line segment rendering on Win32, especially theTor Lillqvist2005-06-243-298/+269
* Fix the big endian case for 3-channel source. (Reported by David Zeuthen)Owen Taylor2005-06-231-3/+3
* Set the time field in the event. (#308573, Morten Welinder)Matthias Clasen2005-06-221-0/+2
* New function which can be used to implement scrolling in non-windowMatthias Clasen2005-06-213-11/+150
* 2.7.0GTK_2_7_0Matthias Clasen2005-06-201-1/+2
* remove GDK_CURSOR and GDK_IS_CURSOR, instance checks don't work on boxedManish Singh2005-06-183-11/+9
* Support the ICCCM urgency hint. (#61858, Havoc Pennington)Matthias Clasen2005-06-174-0/+35
* Set the actions and suggested_action fields in the GdkDragContext toTor Lillqvist2005-06-171-0/+2
* Define GDK_IS_CURSOR() and GDK_CURSOR().Matthias Clasen2005-06-171-0/+2
* Improve some return_if_fail checks, and add the missing non-XcursorMatthias Clasen2005-06-172-9/+13
* Handle cursor theme changes for cached cursors which are not associatedMatthias Clasen2005-06-174-19/+49
* Fix #if G_BYTE_ORDER == GDK_LSB_FIRST.Owen Taylor2005-06-171-2/+2
* remove unused variable.Manish Singh2005-06-162-2/+1
* Update all fieldsMatthias Clasen2005-06-161-0/+1
* Get red and blue in place.Matthias Clasen2005-06-151-1/+8
* Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size toMatthias Clasen2005-06-151-0/+2
* Keep a reference to the GdkCursor and add a private getter for it, so thatMatthias Clasen2005-06-155-54/+138
* Remove a lot of pointless g_return_if_fail() non-NULL checks.Matthias Clasen2005-06-151-48/+10
* Make make check happierMatthias Clasen2005-06-152-2/+2
* Add a stub for the no-Xcursor case. (noticed by Luis Villa)Matthias Clasen2005-06-141-2/+64
* Forgotten fileMatthias Clasen2005-06-141-0/+1
* New functions to construct named cursors and to get the image used for aMatthias Clasen2005-06-143-0/+142
* Plug a leak. Closes bug #307281.Kjartan Maraas2005-06-121-0/+2
* Cleanup. (#169648, Fabricio Barros Cabral)Matthias Clasen2005-06-1223-135/+45
* Small doc additions.Matthias Clasen2005-06-121-1/+7
* Destroy the cairo surface when done with it. Plugs a fairly large leak inKjartan Maraas2005-06-101-0/+1
* Generate N_() calls for translatable key names.Matthias Clasen2005-06-103-38/+98
* Small markup fixes.Matthias Clasen2005-06-101-1/+1
* Update the user time on the window when a drop happens. (#169364,Matthias Clasen2005-06-091-0/+4
* Small markup fixes.Matthias Clasen2005-06-091-9/+10
* Return NULL unless screen number is zero. We have only one screen onTor Lillqvist2005-06-051-1/+4
* gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c SupportTor Lillqvist2005-06-043-300/+318
* If blitting from the root window, take the multi-monitor offset intoTor Lillqvist2005-05-261-0/+10
* Handle gtk-alternative-button-order (setting it to TRUE).Tor Lillqvist2005-05-241-0/+6
* Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)Tor Lillqvist2005-05-221-0/+2