| Commit message (Expand) | Author | Age | Files | Lines |
* | Work better when there is not enough space. This avoids a nasty size | Matthias Clasen | 2005-02-04 | 1 | -0/+1 |
* | Reduce rounding error. (#154658, John Cupitt) | Matthias Clasen | 2004-10-07 | 1 | -3/+3 |
* | gtk/gtkexpander.c | Soeren Sandmann | 2004-08-22 | 1 | -2/+2 |
* | s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/ | Soeren Sandmann | 2004-08-22 | 1 | -1/+1 |
* | Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position | Soeren Sandmann | 2004-08-22 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Remove clip-region computing code. Just use &paned->handle_pos. | Soeren Sandmann | 2004-07-10 | 1 | -28/+15 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fix #99425, add accessor functions for GtkPaned's children. | Federico Mena Quintero | 2004-01-20 | 1 | -0/+36 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -14/+14 |
* | Add readonly properties min-position and max-position. (#58431, Padraig | Matthias Clasen | 2003-11-05 | 1 | -1/+54 |
* | implement RTL flipping (#96632) | Soeren Sandmann | 2003-09-19 | 1 | -10/+45 |
* | Insert cast to fix warning. Assign something to old_value to quiet gcc | Soeren Sandmann | 2003-07-03 | 1 | -1/+2 |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 1 | -0/+16 |
* | Install boolean child properties "resize" and "shrink". | Matthias Clasen | 2003-06-09 | 1 | -0/+112 |
* | New GtkPaned keyboard navigation. (Shift-)F8 now cycles the available | Soeren Sandmann | 2002-10-25 | 1 | -67/+179 |
* | Deprecation cleanup | Manish Singh | 2002-10-08 | 1 | -16/+16 |
* | Allow the slider to be set all the way to the edge, and if that happens, | Owen Taylor | 2002-10-07 | 1 | -1/+4 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -9/+12 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -3/+4 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -3/+0 |
* | process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP's | Hans Breuer | 2002-02-18 | 1 | -2/+2 |
* | Only queue a draw on the handle, not the whole widget. #71530. | Richard Hult | 2002-02-15 | 1 | -2/+10 |
* | Opaque resizing + prelighting for paned widget. move reszing logic to | Soeren Sandmann | 2002-02-11 | 1 | -5/+151 |
* | Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handle | Soeren Sandmann | 2002-02-09 | 1 | -28/+749 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -20/+3 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -1/+1 |
* | Fix problem with menus without accel groups, such as the menus for option | Owen Taylor | 2002-01-09 | 1 | -3/+3 |
* | Don't draw the handle if we aren't showing both children. (#68135, Diego | Owen Taylor | 2002-01-08 | 1 | -4/+4 |
* | Fix a typo. Fix a typo. | Kjartan Maraas | 2001-12-16 | 1 | -1/+1 |
* | Make Menu items NO_WINDOW widgets. | Owen Taylor | 2001-11-16 | 1 | -33/+64 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -4/+4 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -58/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -13/+0 |
* | Only show the separator if both children are present and visible. | Owen Taylor | 2001-05-21 | 1 | -1/+3 |
* | Block against redundant changes. | Owen Taylor | 2001-05-14 | 1 | -38/+97 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -26/+9 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -14/+1 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+15 |
* | fix this to be sane | Havoc Pennington | 2000-12-04 | 1 | -8/+4 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | oops. s/return_if_fail/return_val_if_fail/g and add a return value. | Jonathan Blandford | 2000-03-30 | 1 | -2/+2 |
* | add getter. | Jonathan Blandford | 2000-03-23 | 1 | -0/+9 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -6/+7 |
* | Add patch from Jonathan Blandford and Anders Carlsson to change the Paned | Owen Taylor | 2000-02-17 | 1 | -152/+120 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -47/+105 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -2/+2 |