summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix gtk-doc markup: /* <private> */ should be /*< private >*/Javier Jardón2010-10-3043-43/+43
* Merge branch 'master' into treeview-refactorTristan Van Berkom2010-10-2714-112/+161
|\
| * Stop calling GtkWidget parameters 'request'Matthias Clasen2010-10-261-46/+44
| * 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
| * 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 most of the request code for GtkCellAreaBoxTristan Van Berkom2010-10-274-88/+507
* | Finished up initial revision of GtkCellAreaBoxIterTristan Van Berkom2010-10-262-4/+100
* | Added GtkCellAreaBox subclass to handle alignments of cells across rows insid...Tristan Van Berkom2010-10-265-4/+497
* | Added GtkCellAreaIter classTristan Van Berkom2010-10-266-9/+789
* | Merge branch 'master' into treeview-refactorTristan Van Berkom2010-10-2620-730/+799
|\ \ | |/
| * Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-2611-61/+380
| * 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
| * Support resetting cell renderer colors with NULL againMatthias Clasen2010-10-252-28/+54
| * GtkCalendar: turn into a no-window widgetMatthias Clasen2010-10-241-613/+313
* | 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
* | Removed attribute handling from class vfuncs of GtkCellArea.Tristan Van Berkom2010-10-243-280/+238
* | Merge branch 'master' into treeview-refactorTristan Van Berkom2010-10-2414-153/+136
|\ \ | |/
| * Fix up docsMatthias Clasen2010-10-238-14/+94
| * Some GtkApplication cleanupsMatthias Clasen2010-10-233-19/+38
| * Revert the id-column patchMatthias Clasen2010-10-235-120/+4
* | Merge branch 'master' into treeview-refactorTristan Van Berkom2010-10-242-2/+11
|\ \ | |/
| * Fixed fallout from GtkScrollable patches.Tristan Van Berkom2010-10-231-0/+3
| * Fixed push/pop_recursion_check() to not fire warnings for expected code.Tristan Van Berkom2010-10-231-2/+8
* | Implemented remaining portions of GtkCellLayout ifaceTristan Van Berkom2010-10-243-82/+255
* | Adding initial code skeleton for GtkCellAreaBox.Tristan Van Berkom2010-10-235-124/+524
* | Merge branch 'master' into treeview-refactorTristan Van Berkom2010-10-2379-1819/+4997
|\ \ | |/
| * docs: GtkComboBoxText: more fixesJavier Jardón2010-10-231-2/+2
| * docs: Some fixes in GtkComboboxText notationsJavier Jardón2010-10-231-3/+3
| * Fix distcheckMatthias Clasen2010-10-231-4/+0
| * Add a way to associate numeric ids with combobox valuesMatthias Clasen2010-10-235-44/+131
| * gtkadjustment: Move documentation to inline commentsJavier Jardón2010-10-232-0/+104
| * gtkscrollbar: Move documentation to inline commentsJavier Jardón2010-10-231-0/+25
| * gtktreemodelfilter: Move documentation to inline commentsJavier Jardón2010-10-232-0/+60
| * gtktreeselection: Move documentation to inline commentsJavier Jardón2010-10-232-0/+70
| * gtktreesortable: Move documentation to inline commentsJavier Jardón2010-10-232-0/+34
| * gtktreeviewcolumn: Move documentation to inline commentsJavier Jardón2010-10-232-3/+46
| * gtktreestore: Move documentation to inline commentsJavier Jardón2010-10-231-0/+35
| * GtkBuilder: Prepare for parsing GdkRGBA types.Carlos Garnacho2010-10-221-0/+16
| * GtkCellRendererText: Add [foreground|background]-rgba propertiesCarlos Garnacho2010-10-221-37/+99
| * GtkCellRenderer: Add ::cell-background-rgba propertyCarlos Garnacho2010-10-221-14/+44