Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into treeview-refactor | Tristan Van Berkom | 2010-10-27 | 23 | -3069/+3319 |
|\ | |||||
| * | Updated galician translations | Fran Diéguez | 2010-10-26 | 2 | -1070/+1109 |
| | | |||||
| * | 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. | ||||
| * | Update properties Hebrew translation. | Yaron Shahrabani | 2010-10-26 | 1 | -1863/+2020 |
| | | |||||
| * | 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 |
| | | |||||
| * | gail: use accessor functions to access GtkToggleButton | Javier Jardón | 2010-10-26 | 3 | -6/+6 |
| | | |||||
| * | tests: use accessor functions to access GtkToogleButton | Javier Jardón | 2010-10-26 | 3 | -18/+23 |
| | | |||||
* | | Added most of the request code for GtkCellAreaBox | Tristan Van Berkom | 2010-10-27 | 4 | -88/+507 |
| | | | | | | | | | | | | | | | | | | | | | | Added the following to GtkCellAreaBox: - GtkCellAreaBox:spacing property defines spacing between cells - GtkCellAreaBox:align-cells property defines whether cells should be aligned with cells in adjacent rows. - Implementations for get_preferred_width / get_preferred_height - Implementations for get_preferred_height_for_width and the other when the box is oriented in the easy way (i.e. height_for_width() implemented for a vertical box, no virtual allocations done yet). | ||||
* | | Finished up initial revision of GtkCellAreaBoxIter | Tristan Van Berkom | 2010-10-26 | 2 | -4/+100 |
| | | | | | | | | | | | | | | | | The interaction between this class and GtkCellAreaBox could use some optimization, maybe the cells and their sizes should be returned as a list and iterated over at the same time as requesting sizes instead of the hash table approach currently taken, however the code is clean this way for now. | ||||
* | | Added GtkCellAreaBox subclass to handle alignments of cells across rows ↵ | Tristan Van Berkom | 2010-10-26 | 5 | -4/+497 |
| | | | | | | | | inside a GtkCellAreaBox. | ||||
* | | Added GtkCellAreaIter class | Tristan Van Berkom | 2010-10-26 | 6 | -9/+789 |
| | | | | | | | | | | | | Added base class to hold alignment and overall size request information while itterating over the size requests of various rows of a GtkTreeModel, updated GtkCellArea/GtkCellAreaBox classes accordingly. | ||||
* | | Merge branch 'master' into treeview-refactor | Tristan Van Berkom | 2010-10-26 | 36 | -2509/+3054 |
|\ \ | |/ | |||||
| * | Missed adding the scrolled window test in previous commit, added scrolled ↵ | Tristan Van Berkom | 2010-10-26 | 1 | -0/+165 |
| | | | | | | | | window test. | ||||
| * | Added GtkScrollablePolicy property to scrollable interface | Tristan Van Berkom | 2010-10-26 | 12 | -62/+387 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Bump version | Matthias Clasen | 2010-10-25 | 1 | -1/+1 |
| | | |||||
| * | Include gdkrgba.h2.91.2 | Matthias Clasen | 2010-10-25 | 1 | -0/+1 |
| | | |||||
| * | More updates | Matthias Clasen | 2010-10-25 | 1 | -2/+9 |
| | | |||||
| * | Add new GdkRGBA apis to gtk.symbols | Matthias Clasen | 2010-10-25 | 1 | -0/+7 |
| | | |||||
| * | Add new GdkRGBA api to symbol list | Matthias Clasen | 2010-10-25 | 1 | -0/+14 |
| | | |||||
| * | 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 | ||||
| * | Add tests for GdkRGBA serialization | Matthias Clasen | 2010-10-25 | 2 | -5/+49 |
| | | | | | | | | | | In particular, test that serialization is not dependent on the locale. | ||||
| * | Add some GdkRGBA tests | Matthias Clasen | 2010-10-25 | 2 | -10/+73 |
| | | |||||
| * | 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 | ||||
| * | Updated Spanish translation | Jorge González | 2010-10-25 | 1 | -992/+1059 |
| | | |||||
| * | Fix make distcheck as gtkcomboboxentry does not exist anymore | Richard Hughes | 2010-10-25 | 1 | -1/+0 |
| | | |||||
| * | Updated Galician translations | Fran Diéguez | 2010-10-25 | 2 | -762/+855 |
| | | |||||
| * | Fix typo. | Ignacio Casal Quinteiro | 2010-10-24 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | Bring back lost functionality | Matthias Clasen | 2010-10-24 | 1 | -0/+11 |
| | | | | | | | | | | | | Double-click to mark/unmark was lost a while ago. Also add easy RTL testing. | ||||
| * | Fill out the bug section | Matthias Clasen | 2010-10-24 | 1 | -1/+9 |
| | | |||||
| * | Updated Arabic translation | Khaled Hosny | 2010-10-24 | 1 | -3/+1 |
| | | |||||
* | | Implemented GtkCellLayoutIface->reorder on GtkCellAreaBox. | Tristan Van Berkom | 2010-10-24 | 1 | -0/+26 |
| | | |||||
* | | Implemented basic child list handling on GtkCellAreaBox | Tristan Van Berkom | 2010-10-24 | 3 | -63/+244 |
| | | | | | | | | | | | | | | | | Added the child list to GtkCellAreaBox, added _pack_start() and _pack_end() apis to GtkCellAreaBox since they are appropriate there and implemented GtkCellLayoutIface to override the _pack_start()/end() methods (since the base GtkCellArea class simply forwards these apis to the generic ->add() api on the base class). | ||||
* | | Removed attribute handling from class vfuncs of GtkCellArea. | Tristan Van Berkom | 2010-10-24 | 3 | -280/+238 |
| | | | | | | | | | | | | Now GtkCellArea handles attribute connections in the base class, subclasses only need to add/remove the renderers, render them, do geometry and handle events. | ||||
* | | Merge branch 'master' into treeview-refactor | Tristan Van Berkom | 2010-10-24 | 19 | -168/+285 |
|\ \ | |/ | |||||
| * | Fix up docs | Matthias Clasen | 2010-10-23 | 9 | -19/+110 |
| | | |||||
| * | Add a unique->GtkApplication migration guide | Matthias Clasen | 2010-10-23 | 3 | -0/+130 |
| | | |||||
| * | 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. | ||||
| * | Fix doc build | Matthias Clasen | 2010-10-23 | 1 | -5/+2 |
| | | |||||
| * | Revert the id-column patch | Matthias Clasen | 2010-10-23 | 7 | -125/+5 |
| | | | | | | | | | | It didn't quite turn out as I wanted it. I'll put it in bug 619148 for now. | ||||
* | | Merge branch 'master' into treeview-refactor | Tristan Van Berkom | 2010-10-24 | 3 | -267/+282 |
|\ \ | |/ |