summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Removing size_request from GtkTextViewTristan Van Berkom2010-10-271-1/+33
|
* Remove size_request from GtkSeparatorToolItemMatthias Clasen2010-10-271-17/+37
|
* Remove size_request from gtkToolItemMatthias Clasen2010-10-271-35/+45
|
* Removing size_request from GtkToolPaletteTristan Van Berkom2010-10-271-1/+27
| | | | | | Note GtkToolPalette is internally height-for-width, it needs to be refactored to cooperate with GTK+'s height-for-width geometry management properly.
* Remove size_request from GtkToolbarMatthias Clasen2010-10-271-3/+33
| | | | | This is just a bandaid fix, the toolbar should really return proper min/natural sizes, so that we can handle the overflow properly.
* Remove size_request from GtkTableMatthias Clasen2010-10-271-12/+38
|
* Removing size_request from GtkTreeview.Tristan Van Berkom2010-10-271-11/+42
| | | | | | | This should be implemented as propery height-for-width by the treeview-refactor branch. This commit includes a FIXME comment that scroll adjustments should not be updated from inside size requests but only after receiving an allocation.
* Remove size_request from GtkRulerMatthias Clasen2010-10-271-17/+40
|
* Remove size_request from GtkPathBarMatthias Clasen2010-10-271-21/+54
|
* Remove size_request from GtkSeparatorMatthias Clasen2010-10-271-27/+45
|
* Remove size_request from GtkRangeMatthias Clasen2010-10-271-9/+42
|
* Remove size_request from GtkPanedMatthias Clasen2010-10-271-25/+51
| | | | | This is not the final word; GtkPaned should really implement height-for-width, but I didn't have time to complete that now.
* Removed size_request from GtkOffscreenWindowTristan Van Berkom2010-10-271-15/+49
|
* Removed size_request from GtkNotebookTristan Van Berkom2010-10-271-1/+33
|
* Removed size_request from GtkMenuBarTristan Van Berkom2010-10-271-1/+32
|
* Removed size_request from GtkImageMenuItemTristan Van Berkom2010-10-271-19/+95
|
* Removed size_request from GtkIconView.Tristan Van Berkom2010-10-271-23/+19
|
* Remove size_request from GtkHandleBoxTristan Van Berkom2010-10-271-1/+33
|
* Fixed unused variable in get_preferred_height().Tristan Van Berkom2010-10-271-1/+0
|
* Remove size_request from GtkSpinButtonMatthias Clasen2010-10-261-19/+24
|
* Remove size_request from GtkProgressBarMatthias Clasen2010-10-261-33/+82
|
* Remove size_reuqest from GtkImageMatthias Clasen2010-10-261-34/+56
|
* Remove size_request from GtkLayoutMatthias Clasen2010-10-261-10/+23
|
* Remove size_request from GtkHSVMatthias Clasen2010-10-261-401/+386
|
* Remove size_request from GtkFixedMatthias Clasen2010-10-261-159/+153
|
* Remove size_request from GtkEntryMatthias Clasen2010-10-261-20/+58
|
* Remove size_request from GtkCheckButtonMatthias Clasen2010-10-261-26/+77
|
* Remove size_request from GtkCalendarMatthias Clasen2010-10-261-3/+32
|
* Remove size_request from GtkButtonBoxMatthias Clasen2010-10-261-3/+32
|
* Remove size_request from GtkAssistantMatthias Clasen2010-10-261-3/+31
|
* Fix gtk-doc markup: /* <private> */ should be /*< private >*/Javier Jardón2010-10-2643-43/+43
|
* Stop calling GtkWidget parameters 'request'Matthias Clasen2010-10-261-46/+44
| | | | | | There were at least a few places where we were using GTK_WIDGET() on something that was already a GtkWidget*, just because it was named wrong.
* gtkcomboboxtext: remove unused variableXan Lopez2010-10-261-1/+0
|
* gtk.symbols: Add scrollable policy APIJavier Jardón2010-10-261-0/+5
|
* gtkfilechooserentry: Use accessor functions to access GtkEntryJavier Jardón2010-10-261-1/+4
|
* gtkspinbutton: Use accessor functions to access GtkEntryJavier Jardón2010-10-261-6/+6
|
* Use accessor functions to access GtkButtonJavier Jardón2010-10-265-5/+5
|
* gtktogglebutton: move public members to private structureJavier Jardón2010-10-262-33/+63
|
* gtktogglebutton: Add _gtk_toggle_button_set_active private accessorJavier Jardón2010-10-263-3/+15
| | | | It's needed by gtkradiobutton
* gtkradiobutton: Use accessor functions to access GtkToggleButtonJavier Jardón2010-10-261-10/+11
|
* gtkcheckbutton: Use accessor functions to access GtkToggleButtonJavier Jardón2010-10-261-8/+7
|
* gtktoggletoolbutton: Use accessor functions to access GtkToggleButtonJavier Jardón2010-10-261-1/+3
|
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-2611-61/+380
| | | | | | | | | | | | | | | | | | This patch adds the GtkScrollablePolicy type property to GtkScrollable and implements it in all subclasses. GtkScrolledWindow observes this property to make a good guess about when to show/hide scrollbars for height-for-width content. Most scrollable children do not do height-for-width *yet* but most certainly will (toolpalette, treeview, iconview, textview widgets all TODO), for scrollable widgets that do have a minimum and natural size, it's important for them to observe the state of this property in order to properly drive the scroll adjustments according to the desired GtkScrollablePolicy. This patch makes GtkViewport do this. Patch also adds tests/testscrolledwindow.c to display the effects of this property.
* Add new GdkRGBA apis to gtk.symbolsMatthias Clasen2010-10-251-0/+7
|
* Use g_ascii_strto[u]ll instead of strto[u]l=Christian Persch2010-10-255-28/+45
| | | | | | We don't want GtkBuilder input to be locale-dependent. Bug #632503
* Support resetting cell renderer colors with NULL againMatthias Clasen2010-10-252-28/+54
| | | | | | This functionality was lost when GdkRGBA was introduced. Bug 632936
* GtkCalendar: turn into a no-window widgetMatthias Clasen2010-10-241-613/+313
| | | | | | After these changes, GtkCalendar only has a few input-only windows left for catching input events. All drawing goes to the parent window now.
* Fix up docsMatthias Clasen2010-10-238-14/+94
|
* Some GtkApplication cleanupsMatthias Clasen2010-10-233-19/+38
| | | | | Remove no-longer-needed vfuncs, no longer existing functions, and improve the docs here and there.
* Revert the id-column patchMatthias Clasen2010-10-235-120/+4
| | | | | It didn't quite turn out as I wanted it. I'll put it in bug 619148 for now.