Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing size_request from GtkTextView | Tristan Van Berkom | 2010-10-27 | 1 | -1/+33 |
| | |||||
* | Remove size_request from GtkSeparatorToolItem | Matthias Clasen | 2010-10-27 | 1 | -17/+37 |
| | |||||
* | Remove size_request from gtkToolItem | Matthias Clasen | 2010-10-27 | 1 | -35/+45 |
| | |||||
* | Removing size_request from GtkToolPalette | Tristan Van Berkom | 2010-10-27 | 1 | -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 GtkToolbar | Matthias Clasen | 2010-10-27 | 1 | -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 GtkTable | Matthias Clasen | 2010-10-27 | 1 | -12/+38 |
| | |||||
* | Removing size_request from GtkTreeview. | Tristan Van Berkom | 2010-10-27 | 1 | -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 GtkRuler | Matthias Clasen | 2010-10-27 | 1 | -17/+40 |
| | |||||
* | Remove size_request from GtkPathBar | Matthias Clasen | 2010-10-27 | 1 | -21/+54 |
| | |||||
* | Remove size_request from GtkSeparator | Matthias Clasen | 2010-10-27 | 1 | -27/+45 |
| | |||||
* | Remove size_request from GtkRange | Matthias Clasen | 2010-10-27 | 1 | -9/+42 |
| | |||||
* | Remove size_request from GtkPaned | Matthias Clasen | 2010-10-27 | 1 | -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 GtkOffscreenWindow | Tristan Van Berkom | 2010-10-27 | 1 | -15/+49 |
| | |||||
* | Removed size_request from GtkNotebook | Tristan Van Berkom | 2010-10-27 | 1 | -1/+33 |
| | |||||
* | Removed size_request from GtkMenuBar | Tristan Van Berkom | 2010-10-27 | 1 | -1/+32 |
| | |||||
* | Removed size_request from GtkImageMenuItem | Tristan Van Berkom | 2010-10-27 | 1 | -19/+95 |
| | |||||
* | Removed size_request from GtkIconView. | Tristan Van Berkom | 2010-10-27 | 1 | -23/+19 |
| | |||||
* | Remove size_request from GtkHandleBox | Tristan Van Berkom | 2010-10-27 | 1 | -1/+33 |
| | |||||
* | Fixed unused variable in get_preferred_height(). | Tristan Van Berkom | 2010-10-27 | 1 | -1/+0 |
| | |||||
* | Remove size_request from GtkSpinButton | Matthias Clasen | 2010-10-26 | 1 | -19/+24 |
| | |||||
* | Remove size_request from GtkProgressBar | Matthias Clasen | 2010-10-26 | 1 | -33/+82 |
| | |||||
* | Remove size_reuqest from GtkImage | Matthias Clasen | 2010-10-26 | 1 | -34/+56 |
| | |||||
* | Remove size_request from GtkLayout | Matthias Clasen | 2010-10-26 | 1 | -10/+23 |
| | |||||
* | Remove size_request from GtkHSV | Matthias Clasen | 2010-10-26 | 1 | -401/+386 |
| | |||||
* | Remove size_request from GtkFixed | Matthias Clasen | 2010-10-26 | 1 | -159/+153 |
| | |||||
* | Remove size_request from GtkEntry | Matthias Clasen | 2010-10-26 | 1 | -20/+58 |
| | |||||
* | Remove size_request from GtkCheckButton | Matthias Clasen | 2010-10-26 | 1 | -26/+77 |
| | |||||
* | Remove size_request from GtkCalendar | Matthias Clasen | 2010-10-26 | 1 | -3/+32 |
| | |||||
* | Remove size_request from GtkButtonBox | Matthias Clasen | 2010-10-26 | 1 | -3/+32 |
| | |||||
* | Remove size_request from GtkAssistant | Matthias Clasen | 2010-10-26 | 1 | -3/+31 |
| | |||||
* | Fix gtk-doc markup: /* <private> */ should be /*< private >*/ | Javier Jardón | 2010-10-26 | 43 | -43/+43 |
| | |||||
* | Stop calling GtkWidget parameters 'request' | Matthias Clasen | 2010-10-26 | 1 | -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 variable | Xan Lopez | 2010-10-26 | 1 | -1/+0 |
| | |||||
* | gtk.symbols: Add scrollable policy API | Javier Jardón | 2010-10-26 | 1 | -0/+5 |
| | |||||
* | gtkfilechooserentry: Use accessor functions to access GtkEntry | Javier Jardón | 2010-10-26 | 1 | -1/+4 |
| | |||||
* | gtkspinbutton: Use accessor functions to access GtkEntry | Javier Jardón | 2010-10-26 | 1 | -6/+6 |
| | |||||
* | Use accessor functions to access GtkButton | Javier Jardón | 2010-10-26 | 5 | -5/+5 |
| | |||||
* | gtktogglebutton: move public members to private structure | Javier Jardón | 2010-10-26 | 2 | -33/+63 |
| | |||||
* | gtktogglebutton: Add _gtk_toggle_button_set_active private accessor | Javier Jardón | 2010-10-26 | 3 | -3/+15 |
| | | | | It's needed by gtkradiobutton | ||||
* | gtkradiobutton: Use accessor functions to access GtkToggleButton | Javier Jardón | 2010-10-26 | 1 | -10/+11 |
| | |||||
* | gtkcheckbutton: Use accessor functions to access GtkToggleButton | Javier Jardón | 2010-10-26 | 1 | -8/+7 |
| | |||||
* | gtktoggletoolbutton: Use accessor functions to access GtkToggleButton | Javier Jardón | 2010-10-26 | 1 | -1/+3 |
| | |||||
* | Added GtkScrollablePolicy property to scrollable interface | Tristan Van Berkom | 2010-10-26 | 11 | -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.symbols | Matthias Clasen | 2010-10-25 | 1 | -0/+7 |
| | |||||
* | Use g_ascii_strto[u]ll instead of strto[u]l | =Christian Persch | 2010-10-25 | 5 | -28/+45 |
| | | | | | | We don't want GtkBuilder input to be locale-dependent. Bug #632503 | ||||
* | Support resetting cell renderer colors with NULL again | Matthias Clasen | 2010-10-25 | 2 | -28/+54 |
| | | | | | | This functionality was lost when GdkRGBA was introduced. Bug 632936 | ||||
* | GtkCalendar: turn into a no-window widget | Matthias Clasen | 2010-10-24 | 1 | -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 docs | Matthias Clasen | 2010-10-23 | 8 | -14/+94 |
| | |||||
* | Some GtkApplication cleanups | Matthias Clasen | 2010-10-23 | 3 | -19/+38 |
| | | | | | Remove no-longer-needed vfuncs, no longer existing functions, and improve the docs here and there. | ||||
* | Revert the id-column patch | Matthias Clasen | 2010-10-23 | 5 | -120/+4 |
| | | | | | It didn't quite turn out as I wanted it. I'll put it in bug 619148 for now. |