| Commit message (Expand) | Author | Age | Files | Lines |
* | Namespace the enum values properly. Sorry about the resize grip trouble, | Matthias Clasen | 2003-08-24 | 2 | -7/+7 |
* | Remove reference to gtkresizegrip.h. | Owen Taylor | 2003-08-24 | 1 | -1/+0 |
* | Fix accidental commit of references to gtkresizegrip.[ch] | Owen Taylor | 2003-08-24 | 1 | -2/+0 |
* | Fix some missing initializations of rc_file->directory. | Owen Taylor | 2003-08-24 | 1 | -1/+3 |
* | Add a few forgotten Since: 2.4 markers. | Matthias Clasen | 2003-08-24 | 1 | -0/+4 |
* | A model-view separation for menus and toolbars, using the EggMenu code by | Matthias Clasen | 2003-08-24 | 13 | -1/+3932 |
* | Use gdk_draw_pixbuf. | Anders Carlsson | 2003-08-24 | 1 | -22/+16 |
* | Fix problem where rc_file->directory wasn't always getting set. (#120549, | Owen Taylor | 2003-08-24 | 1 | -1/+2 |
* | Keep a list of current GtkRcFiles being parsed, not just the directories | Owen Taylor | 2003-08-21 | 1 | -22/+26 |
* | Thu Aug 21 21:27:45 2003 Kristian Rietveld <kris@gtk.org>A | Kristian Rietveld | 2003-08-21 | 1 | -5/+26 |
* | Slightly modified patch from Yann Rouillard to improve selection behavior | Kristian Rietveld | 2003-08-21 | 1 | -44/+61 |
* | Merge from stable. | Kristian Rietveld | 2003-08-20 | 1 | -5/+6 |
* | Don't look at the same directory twice (in simple cases). (#120342) | Noah Levitt | 2003-08-20 | 1 | -15/+22 |
* | Merged from stable. | Kristian Rietveld | 2003-08-20 | 1 | -1/+1 |
* | Replace client_window field with 'priv' pointer, retaining binary | Owen Taylor | 2003-08-19 | 2 | -8/+46 |
* | Fix major bug in row ref handling, so the new combo box will actually work | Kristian Rietveld | 2003-08-16 | 1 | -103/+179 |
* | Improve Cedilla handling - based on a patch from Gustavo De Nardin, | Owen Taylor | 2003-08-15 | 2 | -4/+2 |
* | Merged from stable. | Kristian Rietveld | 2003-08-15 | 1 | -0/+2 |
* | Merged from stable. | Kristian Rietveld | 2003-08-15 | 1 | -18/+10 |
* | (Note: This is not exactly the same as the patch which went in gtk-2-2). | Kristian Rietveld | 2003-08-15 | 1 | -20/+93 |
* | Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai): | Owen Taylor | 2003-08-15 | 1 | -5/+4 |
* | Don't reposition the cursor when we aren't trying to complete. (Fixes | Owen Taylor | 2003-08-14 | 1 | -6/+12 |
* | If getting the current directory fails because of encoding conversion | Owen Taylor | 2003-08-14 | 1 | -9/+42 |
* | Remove usage of menu_shell->ignore leave which was to deal with stray | Owen Taylor | 2003-08-13 | 2 | -21/+7 |
* | Fix some places that weren't properly Xinerama-ified. | Owen Taylor | 2003-08-13 | 1 | -16/+23 |
* | connect_after() to key-press-event on the entry, so input methods get | Owen Taylor | 2003-08-13 | 1 | -2/+2 |
* | Protect against reentrancy from ::focus-out handlers. (#118129, Felipe | Owen Taylor | 2003-08-12 | 1 | -7/+18 |
* | Remove GDK_LOCK_MASK before calling gdk_keymap_translate_keyboard_state so | Owen Taylor | 2003-08-12 | 1 | -0/+4 |
* | Mark parent public as well; it's extensively accessed in existing code, so | Owen Taylor | 2003-08-11 | 1 | -2/+0 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 3 | -1/+112 |
* | Mark some members as public. Document public GtkWidget members. | Matthias Clasen | 2003-08-09 | 1 | -0/+4 |
* | Add DND support to GtkCalendar. The selected date is dragged as text, | Matthias Clasen | 2003-08-08 | 1 | -16/+290 |
* | Get the information about the first day of the week from the locale using | Matthias Clasen | 2003-08-08 | 1 | -42/+23 |
* | Complete the RTL flipping support for GtkCalendar, make it possible to | Matthias Clasen | 2003-08-08 | 1 | -87/+217 |
* | Add and hook in gtk_calendar_scroll, to let the mouse wheels select the | Matthias Clasen | 2003-08-08 | 1 | -1/+28 |
* | Fix a bug where on theme change, resize/redraw wasn't properly getting | Owen Taylor | 2003-08-07 | 1 | -2/+2 |
* | Remove leftover page_num variable (Archit Baweja) | Owen Taylor | 2003-08-07 | 1 | -3/+0 |
* | Use g_strtod() to cope with C libraries with crippled locale support. | Matthias Clasen | 2003-08-07 | 1 | -1/+1 |
* | Don't cut descenders when rendering. (#118646, Charles Kerr) | Matthias Clasen | 2003-08-06 | 1 | -1/+1 |
* | set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435 | Hans Breuer | 2003-08-05 | 1 | -1/+0 |
* | Add a missing break. (#119156, Callum McKenzie) | Owen Taylor | 2003-08-05 | 1 | -0/+1 |
* | New positioning algorithm.(#116649) | Soeren Sandmann | 2003-08-04 | 1 | -2/+112 |
* | add new "is_important" property | Soeren Sandmann | 2003-08-04 | 9 | -47/+912 |
* | Accept drops with the wrong format, since the KDE color chooser | Matthias Clasen | 2003-08-02 | 2 | -6/+12 |
* | Always return an absolute path (#115590), fix a problem where you could | Owen Taylor | 2003-08-01 | 1 | -29/+15 |
* | Fix obvious reallocation bug in rarely or never hit code path (#118071, | Owen Taylor | 2003-08-01 | 1 | -1/+1 |
* | Patch from Denis Mikhalkin to forward KeyRelease events as well as | Owen Taylor | 2003-08-01 | 1 | -5/+6 |
* | make show_arrow default to TRUE; ignore the property when api_mode != | Soeren Sandmann | 2003-07-31 | 1 | -4/+4 |
* | Rename parameter pixbuf to icon, to pacify gtk-doc. | Matthias Clasen | 2003-07-31 | 1 | -4/+4 |
* | add padding to subclasses of GtkToolItem | Soeren Sandmann | 2003-07-31 | 5 | -0/+30 |