summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce rounding error. (#154658, John Cupitt)Matthias Clasen2004-10-071-3/+3
* gtk/gtkexpander.cSoeren Sandmann2004-08-221-2/+2
* s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/Soeren Sandmann2004-08-221-1/+1
* Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_positionSoeren Sandmann2004-08-221-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Remove clip-region computing code. Just use &paned->handle_pos.Soeren Sandmann2004-07-101-28/+15
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix #99425, add accessor functions for GtkPaned's children.Federico Mena Quintero2004-01-201-0/+36
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-14/+14
* Add readonly properties min-position and max-position. (#58431, PadraigMatthias Clasen2003-11-051-1/+54
* implement RTL flipping (#96632)Soeren Sandmann2003-09-191-10/+45
* Insert cast to fix warning. Assign something to old_value to quiet gccSoeren Sandmann2003-07-031-1/+2
* Document new properties as 2.4 additions.Matthias Clasen2003-06-141-0/+16
* Install boolean child properties "resize" and "shrink".Matthias Clasen2003-06-091-0/+112
* New GtkPaned keyboard navigation. (Shift-)F8 now cycles the availableSoeren Sandmann2002-10-251-67/+179
* Deprecation cleanupManish Singh2002-10-081-16/+16
* Allow the slider to be set all the way to the edge, and if that happens,Owen Taylor2002-10-071-1/+4
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-3/+4
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-3/+0
* process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP'sHans Breuer2002-02-181-2/+2
* Only queue a draw on the handle, not the whole widget. #71530.Richard Hult2002-02-151-2/+10
* Opaque resizing + prelighting for paned widget. move reszing logic toSoeren Sandmann2002-02-111-5/+151
* Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handleSoeren Sandmann2002-02-091-28/+749
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-20/+3
* General property notification cleanup.Matthias Clasen2002-01-281-1/+1
* Fix problem with menus without accel groups, such as the menus for optionOwen Taylor2002-01-091-3/+3
* Don't draw the handle if we aren't showing both children. (#68135, DiegoOwen Taylor2002-01-081-4/+4
* Fix a typo. Fix a typo.Kjartan Maraas2001-12-161-1/+1
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-161-33/+64
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-4/+4
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-58/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-13/+0
* Only show the separator if both children are present and visible.Owen Taylor2001-05-211-1/+3
* Block against redundant changes.Owen Taylor2001-05-141-38/+97
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-26/+9
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-14/+1
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+15
* fix this to be saneHavoc Pennington2000-12-041-8/+4
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* oops. s/return_if_fail/return_val_if_fail/g and add a return value.Jonathan Blandford2000-03-301-2/+2
* add getter.Jonathan Blandford2000-03-231-0/+9
* Merges from gtk-1-2Owen Taylor2000-03-141-6/+7
* Add patch from Jonathan Blandford and Anders Carlsson to change the PanedOwen Taylor2000-02-171-152/+120
* Adapt cast macros to standard.Raja R Harinath1999-11-221-47/+105
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-2/+2
* Fixed up some warnings.Owen Taylor1998-12-151-2/+92