summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated function from GtkDrawingAreaChristian Dywan2010-05-032-20/+0
* Remove deprecated functions from GtkCalendarChristian Dywan2010-05-032-56/+0
* Remove deprecated functions from GtkBoxChristian Dywan2010-05-032-51/+0
* Remove deprecated gtk_binding_entry functionsChristian Dywan2010-05-032-55/+0
* Remove deprecated functions from GtkAboutDialogChristian Dywan2010-05-032-44/+0
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2010-05-021-98/+66
* filechooser: Fix a crash when removing filesBenjamin Otte2010-05-021-0/+1
* Add a frame to the examplesMatthias Clasen2010-05-011-7/+13
* Doc fixesMatthias Clasen2010-05-012-15/+18
* Fix doc typosMatthias Clasen2010-05-011-2/+2
* Integrate GtkExtendedLayout docsMatthias Clasen2010-05-016-20/+87
* Updated Galician translationFran Diéguez2010-05-021-98/+100
* Updated Galician translationFran Diéguez2010-05-021-1768/+1824
* Updated Norwegian bokmål translationKjartan Maraas2010-05-011-1112/+1123
* Add gtk_extended_layout_get_desired_size() to gtk.symbolsJavier Jardón2010-05-011-0/+1
* Fix some compilation warningsJavier Jardón2010-05-013-4/+1
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-3030-1080/+3914
|\
| * Fix the buildMatthias Clasen2010-04-281-1/+1
| * Formatting tweaksMatthias Clasen2010-04-281-23/+23
| * Make the docs buildMatthias Clasen2010-04-281-2/+3
| * Some doc and formatting tweaksMatthias Clasen2010-04-281-21/+23
| * Add some documentation about width-chars and max-width-charsMatthias Clasen2010-04-282-84/+112
| * Add a GtkExtendedLayout implementation for GtkFrameMatthias Clasen2010-04-261-40/+116
| * Tiny documentation tweakMatthias Clasen2010-04-261-3/+3
| * Make testellipsize work for rotating non-ellipsized labelsMatthias Clasen2010-04-251-7/+7
| * Refer to GtkExtendedLayout from the container docsMatthias Clasen2010-04-251-144/+151
| * Treat h and v boxes the same wayMatthias Clasen2010-04-251-8/+1
| * Fix a few typosMatthias Clasen2010-04-251-3/+3
| * Don't add padding to a pointerMatthias Clasen2010-04-251-11/+14
| * Fix a regression in RTL flippingMatthias Clasen2010-04-251-6/+6
| * Formatting and typo fixesMatthias Clasen2010-04-231-130/+139
| * Renamed testextendedlayout2 --> extendedlayoutexample, also removed testexten...Tristan Van Berkom2010-04-213-2628/+3
| * Mega commit backing out everything from the native-layout branch thatTristan Van Berkom2010-04-2123-1522/+339
| * Added documentation, implemented gtk_extended_layout_is_height_for_width() wh...NATIVE_LAYOUT_INCUBATOR_BRANCHPOINTTristan Van Berkom2010-04-214-30/+132
| * Improved legibility of the label parameters test.Tristan Van Berkom2010-04-201-5/+5
| * Added test reflecting the usage of GtkLabel parameters.Tristan Van Berkom2010-04-201-0/+123
| * Updated test for api change.Tristan Van Berkom2010-04-201-1/+1
| * Updating test for api change.Tristan Van Berkom2010-04-201-1/+1
| * Make sure not to base the minimum size on "max-width-chars", only the natural...Tristan Van Berkom2010-04-201-11/+4
| * Added test to demonstrate width-for-height labels.Tristan Van Berkom2010-04-201-5/+152
| * Fixed GtkLabel to wrap correctly and report width-for-height correctly when v...Tristan Van Berkom2010-04-201-42/+70
| * Slightly reduced extended layout cache size, updated authors/copywrite year.Tristan Van Berkom2010-04-201-5/+5
| * Fixed GtkLabel to include GtkMisc padding when calculating height-for-width.Tristan Van Berkom2010-04-201-10/+28
| * Restore layout in get_desired_size() after guessing a wrap widthTristan Van Berkom2010-04-201-3/+12
| * Various updates to follow new gtk_extended_layout_get_desired_size added argu...Tristan Van Berkom2010-04-204-7/+9
| * Fixed missing return from get_desired_width/height in GtkViewport (causing te...Tristan Van Berkom2010-04-201-0/+6
| * Split up width and height queries so that they make more sense (extended-layout)Tristan Van Berkom2010-04-201-76/+85
| * Added request_natural argument to get_desired_size()Tristan Van Berkom2010-04-202-7/+24
| * GtkAlignment now tries to allocate natural size to the child if available and...Tristan Van Berkom2010-04-201-13/+27
| * Fixed acces of child->requisition; call gtk_widget_get_child_requisition inst...Tristan Van Berkom2010-04-201-9/+20