summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
Commit message (Expand)AuthorAgeFilesLines
...
* Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in anOwen Taylor2002-12-121-0/+5
* === Released GTK+-2.1.4 ===GTK_2_1_4Owen Taylor2002-12-121-0/+9
* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data,Tor Lillqvist2002-12-111-0/+12
* version 2.1.4, interface age 1.Owen Taylor2002-12-111-0/+10
* gdk_x11_get_xatom_by_name_for_display takes a GdkDisplay *, not anPST 2002 Manish Singh2002-12-101-0/+6
* Delete EWMH properties if no private->state flags are set. (#66754)Matthias Clasen2002-12-101-0/+9
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-0/+23
* Separate out tracking of the X server focus window from tracking our ideaOwen Taylor2002-12-101-0/+8
* Fix typo with hadjustment/vadjustment introduce prior to 2.0.0. (#84621,Owen Taylor2002-12-101-0/+6
* new default color scheme based on the GNOME stock icon palette. (#80691,Soeren Sandmann2002-12-101-0/+13
* x can be in the range [0, upper], which can be bigger than [0, page_size].Kristian Rietveld2002-12-101-0/+7
* Remove a couple of places if (widget->window), this function will onlyOwen Taylor2002-12-101-0/+7
* implement a working use_align = FALSE implementation (also mentioned inKristian Rietveld2002-12-101-0/+17
* Remove unused draw_spin_entry_shadow(). (#80229)Owen Taylor2002-12-101-0/+5
* Remove selection for DeviceButtonRelease, we no longer need it now thatOwen Taylor2002-12-091-1/+8
* update to allow a GdkDrawable instead of a GdkWindow.Kristian Rietveld2002-12-091-0/+20
* Remove unnecessary leftover check that was causing a UMR. (#100768,Owen Taylor2002-12-091-0/+6
* 2002-12-09 Artis Trops <hornet@navigator.lv> * configure.in: Added Latvian ...Peteris Krisjanis2002-12-091-0/+4
* Fix a bug in one of my earlier changes. (From Naofumi Yasufuku, #100023)Owen Taylor2002-12-091-0/+6
* Fix spacing in a bunch of for (i=0; i<ncolors; i++).Owen Taylor2002-12-091-0/+8
* Fix a lost refcount in the case where we get a duplicate back from the XOwen Taylor2002-12-091-0/+13
* When allocating non-writeable colors, fill in the flags field of theOwen Taylor2002-12-091-0/+10
* More fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)Owen Taylor2002-12-091-0/+17
* Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)Owen Taylor2002-12-091-0/+17
* Merge from stable:Tor Lillqvist2002-12-091-0/+56
* Remove left-over NULL checks that were preventing the NULL to "unmodify"Owen Taylor2002-12-081-0/+7
* Reset priv->changing before returning. (#100443)Matthias Clasen2002-12-081-0/+6
* minor fixesGMT 2002 Tony Gale2002-12-071-0/+6
* Use octal escapes rather than literal UTF-8.Owen Taylor2002-12-071-0/+6
* Fix incorrect masks in PACKED_COLOR definition. (#99795, John Finlay)Owen Taylor2002-12-061-0/+6
* Use the correct screen for getting the height. (Fix from Stephen Browne,Owen Taylor2002-12-061-0/+6
* Fix gdkenumtypes.h hackEric Warmenhoven2002-12-061-0/+4
* Add "Since" information.Matthias Clasen2002-12-061-0/+5
* More proper vt switch handlingEric Warmenhoven2002-12-051-0/+6
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-041-1/+16
* Fixed typo in gtkcellrendertoggle.c.Christian Neumair2002-12-041-0/+4
* Add back the monitoring of the selection when the combo isn't popped down;Owen Taylor2002-12-041-0/+9
* Fix wrong sign for queued translation. (Found by Chris Blizzard, #100274)Owen Taylor2002-12-031-0/+6
* Moveresize emulation for all edges. (#52833)Matthias Clasen2002-12-031-0/+8
* RTL flipping for statusbars.Matthias Clasen2002-12-031-0/+12
* Fix doc comment.Anders Carlsson2002-12-031-0/+4
* === Released GTK+-2.1.3 ===GTK_2_1_3Owen Taylor2002-12-031-0/+8
* Declare gtk_tree_row_reference_get_type(). It is already used by a macroMurray Cumming2002-12-021-0/+5
* Document 2.2 API additions.Matthias Clasen2002-11-281-1/+50
* Fix #99593: Fix a memory leak when XmbLookupString returns XBufferOverflowHidetoshi Tajima2002-11-261-0/+7
* Fix nasty typo (#99653): strlen (original + 1) -> strlen (original) + 1Daniel Elstner2002-11-261-0/+5
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+71
* create split package filesGMT 2002 Tony Gale2002-11-261-0/+5
* don't offset one pixel when calculating the x position of the text.Soeren Sandmann2002-11-261-0/+5
* draw text twice, once with the prelight state and clipped to the progressSoeren Sandmann2002-11-251-0/+8