summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into treeview-refactorTristan Van Berkom2010-10-2723-3069/+3319
|\
| * Updated galician translationsFran Diéguez2010-10-262-1070/+1109
| |
| * 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.
| * Update properties Hebrew translation.Yaron Shahrabani2010-10-261-1863/+2020
| |
| * 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
| |
| * gail: use accessor functions to access GtkToggleButtonJavier Jardón2010-10-263-6/+6
| |
| * tests: use accessor functions to access GtkToogleButtonJavier Jardón2010-10-263-18/+23
| |
* | Added most of the request code for GtkCellAreaBoxTristan Van Berkom2010-10-274-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 GtkCellAreaBoxIterTristan Van Berkom2010-10-262-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 Berkom2010-10-265-4/+497
| | | | | | | | inside a GtkCellAreaBox.
* | Added GtkCellAreaIter classTristan Van Berkom2010-10-266-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-refactorTristan Van Berkom2010-10-2636-2509/+3054
|\ \ | |/
| * Missed adding the scrolled window test in previous commit, added scrolled ↵Tristan Van Berkom2010-10-261-0/+165
| | | | | | | | window test.
| * Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-2612-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 versionMatthias Clasen2010-10-251-1/+1
| |
| * Include gdkrgba.h2.91.2Matthias Clasen2010-10-251-0/+1
| |
| * More updatesMatthias Clasen2010-10-251-2/+9
| |
| * Add new GdkRGBA apis to gtk.symbolsMatthias Clasen2010-10-251-0/+7
| |
| * Add new GdkRGBA api to symbol listMatthias Clasen2010-10-251-0/+14
| |
| * 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
| * Add tests for GdkRGBA serializationMatthias Clasen2010-10-252-5/+49
| | | | | | | | | | In particular, test that serialization is not dependent on the locale.
| * Add some GdkRGBA testsMatthias Clasen2010-10-252-10/+73
| |
| * Support resetting cell renderer colors with NULL againMatthias Clasen2010-10-252-28/+54
| | | | | | | | | | | | This functionality was lost when GdkRGBA was introduced. Bug 632936
| * Updated Spanish translationJorge González2010-10-251-992/+1059
| |
| * Fix make distcheck as gtkcomboboxentry does not exist anymoreRichard Hughes2010-10-251-1/+0
| |
| * Updated Galician translationsFran Diéguez2010-10-252-762/+855
| |
| * Fix typo.Ignacio Casal Quinteiro2010-10-241-1/+1
| |
| * 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.
| * Bring back lost functionalityMatthias Clasen2010-10-241-0/+11
| | | | | | | | | | | | Double-click to mark/unmark was lost a while ago. Also add easy RTL testing.
| * Fill out the bug sectionMatthias Clasen2010-10-241-1/+9
| |
| * Updated Arabic translationKhaled Hosny2010-10-241-3/+1
| |
* | Implemented GtkCellLayoutIface->reorder on GtkCellAreaBox.Tristan Van Berkom2010-10-241-0/+26
| |
* | Implemented basic child list handling on GtkCellAreaBoxTristan Van Berkom2010-10-243-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 Berkom2010-10-243-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-refactorTristan Van Berkom2010-10-2419-168/+285
|\ \ | |/
| * Fix up docsMatthias Clasen2010-10-239-19/+110
| |
| * Add a unique->GtkApplication migration guideMatthias Clasen2010-10-233-0/+130
| |
| * Some GtkApplication cleanupsMatthias Clasen2010-10-233-19/+38
| | | | | | | | | | Remove no-longer-needed vfuncs, no longer existing functions, and improve the docs here and there.
| * Fix doc buildMatthias Clasen2010-10-231-5/+2
| |
| * Revert the id-column patchMatthias Clasen2010-10-237-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-refactorTristan Van Berkom2010-10-243-267/+282
|\ \ | |/