summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduced natural request padding for rotating ellipsizing labelsTristan Van Berkom2010-04-191-1/+1
* Fixed another caching bug in extended layoutTristan Van Berkom2010-04-191-1/+1
* Unconditionally return the height for the minimum width when doing get_desire...Tristan Van Berkom2010-04-191-7/+7
* Fixed height-for-width cacheTristan Van Berkom2010-04-191-0/+5
* Removing old comments in gtkbin.cTristan Van Berkom2010-04-191-2/+0
* Fixed computation of sizegroups when no explicit request is set.Tristan Van Berkom2010-04-191-0/+2
* Fixed testellipsizeTristan Van Berkom2010-04-191-3/+4
* Added testextendedlayout2.c to tests.Tristan Van Berkom2010-04-192-0/+347
* Fixed GtkSpinner to request 12x12 at init time instead of at expose time.Tristan Van Berkom2010-04-181-7/+2
* Fixed _gtk_size_group_bump_requisition() to properly handle values specified ...Tristan Van Berkom2010-04-182-3/+23
* Added GTK_DEBUG_EXTENDED_LAYOUT flag and use that for debuggin in gtkextended...Tristan Van Berkom2010-04-183-39/+24
* Implemented GtkExtendedLayout on GtkWindow.Tristan Van Berkom2010-04-181-33/+69
* Fixed GtkAssistant to not access ->requisition of children directly.Tristan Van Berkom2010-04-181-5/+10
* Further fixed base outputs of GtkLabel desired geometries.Tristan Van Berkom2010-04-181-53/+88
* Fixed bug in gtk_extended_get_desired_size().Tristan Van Berkom2010-04-181-19/+13
* Compute the collective heights for the width of a horizontal box.Tristan Van Berkom2010-04-181-148/+198
* Fixed extended layout test to compile without the gtk_label_set_fullsize() api.Tristan Van Berkom2010-04-181-2/+2
* Restore functionality where ellipsizing label *minimum* size grows to "max-ch...Tristan Van Berkom2010-04-171-0/+9
* Fixed GtkLabel reported minimum and natural sizesTristan Van Berkom2010-04-173-209/+206
* Now gtk_extended_layout_get_desired_size() returns a minimum for minimum in t...Tristan Van Berkom2010-04-171-20/+23
* Make GtkWindow use the generic smallest size for the requisition againTristan Van Berkom2010-04-171-7/+6
* Fixed test to call the extended layout api instead of consulting ->requisitionTristan Van Berkom2010-04-171-7/+7
* Fixed GtkExtendedLayout interaction with sizegroups plus cleanupsTristan Van Berkom2010-04-172-269/+192
* Disabling natural sizes of labels.Tristan Van Berkom2010-04-171-9/+19
* Refactored GtkSizeGroup for GtkExtendedLayoutTristan Van Berkom2010-04-173-190/+60
* Added _gtk_size_group_bump_requisition()Tristan Van Berkom2010-04-144-29/+115
* Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-1227-791/+1558
* Constrain the window to the minimum width for the natural heightBEFORE_NATIVE_LAYOUT_API_SWITCHTristan Van Berkom2010-04-101-4/+36
* Implemented gtk_extended_layout_is_height_for_width() and added another guess...Tristan Van Berkom2010-04-101-18/+77
* Fixed gtkbin.c:parent_extended_layout_iface to be static.Tristan Van Berkom2010-04-101-1/+1
* Added gtk_extended_layout_is_height_for_width()Tristan Van Berkom2010-04-103-24/+71
* Fixed warnings due to missing GTK_WIDGET (cellview) casting.Tristan Van Berkom2010-04-101-2/+2
* Fixed wrapping labels to show up correctly aligned inside their allocations.Tristan Van Berkom2010-04-101-25/+14