summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix for #314004, reported by Michael Reinsch:Owen Taylor2005-08-244-2/+152
* After checking XLib sources, XGetWindowProperty does set data to NULL.Matthias Clasen2005-08-191-1/+0
* Free data returned from XGetWindowProperty.Matthias Clasen2005-08-192-5/+20
* Free children in all cases. (#313862, Kjartan Maraas)Matthias Clasen2005-08-191-1/+5
* Fix have_base_pc / have_base_x_pc typo.Owen Taylor2005-08-151-2/+0
* Handle pixmap == NULL when checking for a colormap. (Allin Cottrell).Owen Taylor2005-08-153-3/+3
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)Owen Taylor2005-08-123-0/+18
* Make the last change compile.J. Ali Harlow2005-08-101-2/+3
* Remove superfluous call to gdk_window_get_offsets (). (#313051, BertramOwen Taylor2005-08-101-3/+0
* Strip out all Xft, FreeType, and pangoxft checking. Rewrite X checks toOwen Taylor2005-08-102-138/+30
* Fix the buildMatthias Clasen2005-08-081-0/+3
* Tighten up ABI checking a bitMatthias Clasen2005-08-072-2/+5
* Define the hint styles to make building against fc < 2.2.92 work.Matthias Clasen2005-08-011-0/+7
* Make tracking the on_all_desktops state work better.Matthias Clasen2005-08-012-26/+29
* Implement using FlashWindowEx(). (#309423)Tor Lillqvist2005-08-011-1/+15
* Cosmetics.Tor Lillqvist2005-07-291-10/+5
* Remove ifdeffed out code relating to the gdk-ping message. Use the globalTor Lillqvist2005-07-291-148/+105
* New static function to generate and append the GDK_GRAB_BROKEN events.Tor Lillqvist2005-07-281-18/+40
* Rename from blit_inside_window(), as it now does blitting inside a bitmap,Tor Lillqvist2005-07-281-19/+16
* Avoid spurious core pointer events when the tablet pen is lifted.Robert Ă–gren2005-07-281-2/+45
* Handle PS_ALTERNATE, too.Tor Lillqvist2005-07-271-7/+8
* Change machinery for following font rendering xsettings to set cairo fontOwen Taylor2005-07-215-5/+319
* Use wide-char API when available. (#311079, Peter Zelezny)Tor Lillqvist2005-07-211-10/+13
* Follow change in cairo API to add Screen* toKeith Packard2005-07-211-0/+1
* Small formatting fixes in doc comments.Matthias Clasen2005-07-181-4/+4
* [Win32] Bypass libtool, use -Wl,-luuid. This avoids a libtool warning asTor Lillqvist2005-07-181-0/+2
* 2.7.3GTK_2_7_3Matthias Clasen2005-07-151-3/+3
* Don't assert if the xrootwin is invalid. (#309997, Barbie LeVille)Matthias Clasen2005-07-141-15/+45
* Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust onRobert Ögren2005-07-131-130/+34
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+19
* Fix cairo_content_t <-> cairo_format_t confusion. (#310086, CarlosMatthias Clasen2005-07-121-1/+1
* Forgot to commit this one.Tor Lillqvist2005-07-121-2/+0
* Add Copyright/License information.Matthias Clasen2005-07-1219-0/+491
* Add Copyright/License information.Matthias Clasen2005-07-125-0/+130
* Make gdk_window_present() move the window to the current desktop, insteadMatthias Clasen2005-07-113-9/+74
* Look for windres on Win32.Tor Lillqvist2005-07-093-18/+8
* 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