| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed up some warnings. | Owen Taylor | 1998-12-15 | 1 | -2/+92 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -4/+4 |
* | Destroy the cursor after we have assigned it to the window -- there is no | Federico Mena Quintero | 1998-11-13 | 1 | -3/+2 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -11/+12 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -73/+81 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+3 |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -0/+11 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -1/+1 |