summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak. (#74400, Morten Welinder.)Owen Taylor2002-03-222-7/+63
* Don't clear all of the pen_style, just the PS_STYLE_MASK. Seems to fixTor Lillqvist2002-03-211-2/+2
* Remove some left over debugging code with a G_BREAKPOINT() in it.Owen Taylor2002-03-211-9/+1
* Patches from Carlo E. Prelz <fluido@fluido.as> Now gtkfb at least compilesAlex Larsson2002-03-212-0/+43
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-202-3/+2
* Fix assignment of time in scroll events. (Sven Neumann, #75574)Owen Taylor2002-03-201-1/+1
* Use gdk_window_get_toplevel(), as it is the top-level windows that areTor Lillqvist2002-03-192-2/+4
* Fix backwards conditional. (#75019, Dan Winship.)Owen Taylor2002-03-181-1/+1
* just return when we have an input_only window (fix by Owen Taylor)Kristian Rietveld2002-03-161-0/+5
* Fix byte shift arithmetic for big-endian. (Tracked down with help fromOwen Taylor2002-03-151-2/+2
* Fudge keymap to have lower upper case variants if there is only a singlePadraig O'Briain2002-03-151-0/+18
* Fix rather improbable reentrancy problem if a window is destroyed whileOwen Taylor2002-03-141-0/+3
* Add missing .la suffix for libgdk_pixbuf.Tor Lillqvist2002-03-071-1/+1
* gdk/Makefile.am rework so that only things that really need to be doneManish Singh2002-03-061-10/+7
* gdk/Makefile.am use install-foo-hook instead of install-foo-local, sinceManish Singh2002-03-061-2/+2
* gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION.Tor Lillqvist2002-03-061-3/+3
* Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as theyTor Lillqvist2002-03-064-62/+131
* Update version to 2.0.0Owen Taylor2002-03-053-25/+25
* Fixes for non XKB operation. (#73103)Owen Taylor2002-03-043-32/+102
* Fix tyop in docs.Anders Carlsson2002-03-031-1/+1
* Add a --enable-explicit-deps option to control whether dependencyOwen Taylor2002-03-021-1/+10
* gdk/gdk.def Add and (trivially) implementTor Lillqvist2002-03-022-46/+103
* Robustify tracking of pointer grab window.Owen Taylor2002-03-024-11/+168
* gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted isTor Lillqvist2002-03-012-12/+20
* Fix some reported (but not significant) UMR's from purify. (#73160, MortenOwen Taylor2002-03-011-0/+2
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-0/+2
* Remove the event_mask, it is now in GdkWindowObject.Tor Lillqvist2002-02-284-97/+115
* Initialize private->event_mask from attributes we retrieved for theOwen Taylor2002-02-281-8/+18
* Move bdfcursor.c from libgdk_win32_la_SOURCES to EXTRA_DIST.Tor Lillqvist2002-02-282-2/+2
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-285-1/+12
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-271-1/+1
* new fileHans Breuer2002-02-271-5/+5
* Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map theOwen Taylor2002-02-271-2/+0
* Make sure Page_Up, Page_Down get those names, not Prior, Next.Owen Taylor2002-02-272-7/+29
* Implement the functions that until now just were non-functional stubs. ForTor Lillqvist2002-02-267-67/+438
* Fix precendence problem. (Sven Neumann)Owen Taylor2002-02-251-1/+1
* Convert over to using an GtkInvisible - selections don't work properlyOwen Taylor2002-02-252-5/+11
* Always NULL out bg_pixmap, even when it used to be None or parentAlexander Larsson2002-02-251-4/+3
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-2/+3
* Set also group in the key press/release events, always to zero for now.Tor Lillqvist2002-02-231-2/+5
* Massive padding addition to class structures.Owen Taylor2002-02-232-6/+22
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-233-6/+6
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-215-35/+53
* Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)Owen Taylor2002-02-212-3/+4
* Add a XSETTING mapping for gtk-can-change-accels. (#70218, ThomasOwen Taylor2002-02-201-0/+1
* process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP'sHans Breuer2002-02-182-1/+5
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-182-21/+27
* Don't set the PC_EXPLICIT flag for unused palette entries, that might haveTor Lillqvist2002-02-172-11/+24
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-1723-2597/+2410
* use fabs() on a double instead of abs()Manish Singh2002-02-171-1/+1