| Commit message (Expand) | Author | Age | Files | Lines |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -0/+23 |
* | Separate out tracking of the X server focus window from tracking our idea | Owen Taylor | 2002-12-10 | 1 | -0/+8 |
* | Fix typo with hadjustment/vadjustment introduce prior to 2.0.0. (#84621, | Owen Taylor | 2002-12-10 | 1 | -0/+6 |
* | new default color scheme based on the GNOME stock icon palette. (#80691, | Soeren Sandmann | 2002-12-10 | 1 | -0/+13 |
* | x can be in the range [0, upper], which can be bigger than [0, page_size]. | Kristian Rietveld | 2002-12-10 | 1 | -0/+7 |
* | Remove a couple of places if (widget->window), this function will only | Owen Taylor | 2002-12-10 | 1 | -0/+7 |
* | implement a working use_align = FALSE implementation (also mentioned in | Kristian Rietveld | 2002-12-10 | 1 | -0/+17 |
* | Remove unused draw_spin_entry_shadow(). (#80229) | Owen Taylor | 2002-12-10 | 1 | -0/+5 |
* | Remove selection for DeviceButtonRelease, we no longer need it now that | Owen Taylor | 2002-12-09 | 1 | -1/+8 |
* | update to allow a GdkDrawable instead of a GdkWindow. | Kristian Rietveld | 2002-12-09 | 1 | -0/+20 |
* | Remove unnecessary leftover check that was causing a UMR. (#100768, | Owen Taylor | 2002-12-09 | 1 | -0/+6 |
* | 2002-12-09 Artis Trops <hornet@navigator.lv> * configure.in: Added Latvian ... | Peteris Krisjanis | 2002-12-09 | 1 | -0/+4 |
* | Fix a bug in one of my earlier changes. (From Naofumi Yasufuku, #100023) | Owen Taylor | 2002-12-09 | 1 | -0/+6 |
* | Fix spacing in a bunch of for (i=0; i<ncolors; i++). | Owen Taylor | 2002-12-09 | 1 | -0/+8 |
* | Fix a lost refcount in the case where we get a duplicate back from the X | Owen Taylor | 2002-12-09 | 1 | -0/+13 |
* | When allocating non-writeable colors, fill in the flags field of the | Owen Taylor | 2002-12-09 | 1 | -0/+10 |
* | More fixes for GdkColormapX11 (#100023, Naofumi Yasufuku) | Owen Taylor | 2002-12-09 | 1 | -0/+17 |
* | Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku) | Owen Taylor | 2002-12-09 | 1 | -0/+17 |
* | Merge from stable: | Tor Lillqvist | 2002-12-09 | 1 | -0/+56 |
* | Remove left-over NULL checks that were preventing the NULL to "unmodify" | Owen Taylor | 2002-12-08 | 1 | -0/+7 |
* | Reset priv->changing before returning. (#100443) | Matthias Clasen | 2002-12-08 | 1 | -0/+6 |
* | minor fixes | GMT 2002 Tony Gale | 2002-12-07 | 1 | -0/+6 |
* | Use octal escapes rather than literal UTF-8. | Owen Taylor | 2002-12-07 | 1 | -0/+6 |
* | Fix incorrect masks in PACKED_COLOR definition. (#99795, John Finlay) | Owen Taylor | 2002-12-06 | 1 | -0/+6 |
* | Use the correct screen for getting the height. (Fix from Stephen Browne, | Owen Taylor | 2002-12-06 | 1 | -0/+6 |
* | Fix gdkenumtypes.h hack | Eric Warmenhoven | 2002-12-06 | 1 | -0/+4 |
* | Add "Since" information. | Matthias Clasen | 2002-12-06 | 1 | -0/+5 |
* | More proper vt switch handling | Eric Warmenhoven | 2002-12-05 | 1 | -0/+6 |
* | Always look up and create the Motif drag window as a child of the root | Owen Taylor | 2002-12-04 | 1 | -1/+16 |
* | Fixed typo in gtkcellrendertoggle.c. | Christian Neumair | 2002-12-04 | 1 | -0/+4 |
* | Add back the monitoring of the selection when the combo isn't popped down; | Owen Taylor | 2002-12-04 | 1 | -0/+9 |
* | Fix wrong sign for queued translation. (Found by Chris Blizzard, #100274) | Owen Taylor | 2002-12-03 | 1 | -0/+6 |
* | Moveresize emulation for all edges. (#52833) | Matthias Clasen | 2002-12-03 | 1 | -0/+8 |
* | RTL flipping for statusbars. | Matthias Clasen | 2002-12-03 | 1 | -0/+12 |
* | Fix doc comment. | Anders Carlsson | 2002-12-03 | 1 | -0/+4 |
* | === Released GTK+-2.1.3 ===GTK_2_1_3 | Owen Taylor | 2002-12-03 | 1 | -0/+8 |
* | Declare gtk_tree_row_reference_get_type(). It is already used by a macro | Murray Cumming | 2002-12-02 | 1 | -0/+5 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -1/+50 |
* | Fix #99593: Fix a memory leak when XmbLookupString returns XBufferOverflow | Hidetoshi Tajima | 2002-11-26 | 1 | -0/+7 |
* | Fix nasty typo (#99653): strlen (original + 1) -> strlen (original) + 1 | Daniel Elstner | 2002-11-26 | 1 | -0/+5 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -0/+71 |
* | create split package files | GMT 2002 Tony Gale | 2002-11-26 | 1 | -0/+5 |
* | don't offset one pixel when calculating the x position of the text. | Soeren Sandmann | 2002-11-26 | 1 | -0/+5 |
* | draw text twice, once with the prelight state and clipped to the progress | Soeren Sandmann | 2002-11-25 | 1 | -0/+8 |
* | Fixes from #98358, Havoc Pennington. | Owen Taylor | 2002-11-25 | 1 | -0/+21 |
* | Fix missing adjustments for new type of | Owen Taylor | 2002-11-25 | 1 | -0/+12 |
* | Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only available | Tor Lillqvist | 2002-11-25 | 1 | -0/+8 |
* | Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, Gregory | Owen Taylor | 2002-11-25 | 1 | -0/+5 |
* | Fix the ftp download url. | Matthias Clasen | 2002-11-25 | 1 | -0/+4 |
* | Style improvements that I forgot about in last commit. | Soeren Sandmann | 2002-11-25 | 1 | -0/+5 |