summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Namespace the enum values properly. Sorry about the resize grip trouble,Matthias Clasen2003-08-242-7/+7
* Remove reference to gtkresizegrip.h.Owen Taylor2003-08-241-1/+0
* Fix accidental commit of references to gtkresizegrip.[ch]Owen Taylor2003-08-241-2/+0
* Fix some missing initializations of rc_file->directory.Owen Taylor2003-08-241-1/+3
* Add a few forgotten Since: 2.4 markers.Matthias Clasen2003-08-241-0/+4
* A model-view separation for menus and toolbars, using the EggMenu code byMatthias Clasen2003-08-2413-1/+3932
* Use gdk_draw_pixbuf.Anders Carlsson2003-08-241-22/+16
* Fix problem where rc_file->directory wasn't always getting set. (#120549,Owen Taylor2003-08-241-1/+2
* Keep a list of current GtkRcFiles being parsed, not just the directoriesOwen Taylor2003-08-211-22/+26
* Thu Aug 21 21:27:45 2003 Kristian Rietveld <kris@gtk.org>AKristian Rietveld2003-08-211-5/+26
* Slightly modified patch from Yann Rouillard to improve selection behaviorKristian Rietveld2003-08-211-44/+61
* Merge from stable.Kristian Rietveld2003-08-201-5/+6
* Don't look at the same directory twice (in simple cases). (#120342)Noah Levitt2003-08-201-15/+22
* Merged from stable.Kristian Rietveld2003-08-201-1/+1
* Replace client_window field with 'priv' pointer, retaining binaryOwen Taylor2003-08-192-8/+46
* Fix major bug in row ref handling, so the new combo box will actually workKristian Rietveld2003-08-161-103/+179
* Improve Cedilla handling - based on a patch from Gustavo De Nardin,Owen Taylor2003-08-152-4/+2
* Merged from stable.Kristian Rietveld2003-08-151-0/+2
* Merged from stable.Kristian Rietveld2003-08-151-18/+10
* (Note: This is not exactly the same as the patch which went in gtk-2-2).Kristian Rietveld2003-08-151-20/+93
* Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):Owen Taylor2003-08-151-5/+4
* Don't reposition the cursor when we aren't trying to complete. (FixesOwen Taylor2003-08-141-6/+12
* If getting the current directory fails because of encoding conversionOwen Taylor2003-08-141-9/+42
* Remove usage of menu_shell->ignore leave which was to deal with strayOwen Taylor2003-08-132-21/+7
* Fix some places that weren't properly Xinerama-ified.Owen Taylor2003-08-131-16/+23
* connect_after() to key-press-event on the entry, so input methods getOwen Taylor2003-08-131-2/+2
* Protect against reentrancy from ::focus-out handlers. (#118129, FelipeOwen Taylor2003-08-121-7/+18
* Remove GDK_LOCK_MASK before calling gdk_keymap_translate_keyboard_state soOwen Taylor2003-08-121-0/+4
* Mark parent public as well; it's extensively accessed in existing code, soOwen Taylor2003-08-111-2/+0
* Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)Matthias Clasen2003-08-103-1/+112
* Mark some members as public. Document public GtkWidget members.Matthias Clasen2003-08-091-0/+4
* Add DND support to GtkCalendar. The selected date is dragged as text,Matthias Clasen2003-08-081-16/+290
* Get the information about the first day of the week from the locale usingMatthias Clasen2003-08-081-42/+23
* Complete the RTL flipping support for GtkCalendar, make it possible toMatthias Clasen2003-08-081-87/+217
* Add and hook in gtk_calendar_scroll, to let the mouse wheels select theMatthias Clasen2003-08-081-1/+28
* Fix a bug where on theme change, resize/redraw wasn't properly gettingOwen Taylor2003-08-071-2/+2
* Remove leftover page_num variable (Archit Baweja)Owen Taylor2003-08-071-3/+0
* Use g_strtod() to cope with C libraries with crippled locale support.Matthias Clasen2003-08-071-1/+1
* Don't cut descenders when rendering. (#118646, Charles Kerr)Matthias Clasen2003-08-061-1/+1
* set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435Hans Breuer2003-08-051-1/+0
* Add a missing break. (#119156, Callum McKenzie)Owen Taylor2003-08-051-0/+1
* New positioning algorithm.(#116649)Soeren Sandmann2003-08-041-2/+112
* add new "is_important" propertySoeren Sandmann2003-08-049-47/+912
* Accept drops with the wrong format, since the KDE color chooserMatthias Clasen2003-08-022-6/+12
* Always return an absolute path (#115590), fix a problem where you couldOwen Taylor2003-08-011-29/+15
* Fix obvious reallocation bug in rarely or never hit code path (#118071,Owen Taylor2003-08-011-1/+1
* Patch from Denis Mikhalkin to forward KeyRelease events as well asOwen Taylor2003-08-011-5/+6
* make show_arrow default to TRUE; ignore the property when api_mode !=Soeren Sandmann2003-07-311-4/+4
* Rename parameter pixbuf to icon, to pacify gtk-doc.Matthias Clasen2003-07-311-4/+4
* add padding to subclasses of GtkToolItemSoeren Sandmann2003-07-315-0/+30