]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-04-20 Tristan Van... Fixed missing return from get_desired_width/height...
2010-04-20 Tristan Van... Split up width and height queries so that they make...
2010-04-20 Tristan Van... Added request_natural argument to get_desired_size()
2010-04-20 Tristan Van... GtkAlignment now tries to allocate natural size to...
2010-04-20 Tristan Van... Fixed acces of child->requisition; call gtk_widget_get_...
2010-04-20 Tristan Van... Reduced natural request padding for rotating ellipsizin...
2010-04-20 Tristan Van... Fixed another caching bug in extended layout
2010-04-20 Tristan Van... Unconditionally return the height for the minimum width...
2010-04-20 Tristan Van... Fixed height-for-width cache
2010-04-20 Tristan Van... Removing old comments in gtkbin.c
2010-04-19 Tristan Van... Fixed computation of sizegroups when no explicit reques...
2010-04-19 Tristan Van... Fixed testellipsize
2010-04-19 Tristan Van... Added testextendedlayout2.c to tests.
2010-04-19 Tristan Van... Fixed GtkSpinner to request 12x12 at init time instead...
2010-04-19 Tristan Van... Fixed _gtk_size_group_bump_requisition() to properly...
2010-04-19 Tristan Van... Added GTK_DEBUG_EXTENDED_LAYOUT flag and use that for...
2010-04-19 Tristan Van... Implemented GtkExtendedLayout on GtkWindow.
2010-04-19 Tristan Van... Fixed GtkAssistant to not access ->requisition of child...
2010-04-18 Tristan Van... Further fixed base outputs of GtkLabel desired geometries.
2010-04-18 Tristan Van... Fixed bug in gtk_extended_get_desired_size().
2010-04-18 Tristan Van... Compute the collective heights for the width of a horiz...
2010-04-18 Tristan Van... Fixed extended layout test to compile without the gtk_l...
2010-04-18 Tristan Van... Restore functionality where ellipsizing label *minimum...
2010-04-18 Tristan Van... Fixed GtkLabel reported minimum and natural sizes
2010-04-18 Tristan Van... Now gtk_extended_layout_get_desired_size() returns...
2010-04-18 Tristan Van... Make GtkWindow use the generic smallest size for the...
2010-04-18 Tristan Van... Fixed test to call the extended layout api instead...
2010-04-17 Tristan Van... Fixed GtkExtendedLayout interaction with sizegroups...
2010-04-17 Tristan Van... Disabling natural sizes of labels.
2010-04-17 Tristan Van... Refactored GtkSizeGroup for GtkExtendedLayout
2010-04-14 Tristan Van... Added _gtk_size_group_bump_requisition()
2010-04-13 Tristan Van... Mega commit to change ->get_desired_size() for ->get_de...
2010-04-11 Tristan Van... Constrain the window to the minimum width for the natur...
2010-04-11 Tristan Van... Implemented gtk_extended_layout_is_height_for_width...
2010-04-11 Tristan Van... Fixed gtkbin.c:parent_extended_layout_iface to be static.
2010-04-11 Tristan Van... Added gtk_extended_layout_is_height_for_width()
2010-04-11 Tristan Van... Fixed warnings due to missing GTK_WIDGET (cellview...
2010-04-11 Tristan Van... Fixed wrapping labels to show up correctly aligned...
2010-04-11 Tristan Van... Adding tests ported over from the old branch by Matthias.
2010-04-10 Tristan Van... Added get_height_for_width/get_width_for_height impleme...
2010-04-10 Tristan Van... Fixing height-for-width wrapping of GtkLabel
2010-04-09 Tristan Van... Reimplemented GtkExtendedLayout on GtkBin
2010-04-09 Tristan Van... Fixed regression in GtkImage size requests
2010-04-09 Tristan Van... Fixed gtk_box_size_allocate() for homogeneous boxes
2010-04-08 Tristan Van... Implemented GtkExtendedLayout on GtkComboBox.
2010-04-08 Tristan Van... Deprecated gtk_widget_size_request and gtk_widget_get_c...
2010-04-08 Tristan Van... Added assertions
2010-04-08 Tristan Van... Simplified code in GtkSizeGroup, fixes minimum natural...
2010-04-08 Tristan Van... Added gtk_cell_view_get_size_of_row() to gtk.symbols
2010-04-08 Tristan Van... GtkCellView refactoring for extended layout
2010-04-07 Tristan Van... Some extended layout fixes for GtkCellView
2010-04-07 Tristan Van... Implement GtkExtendedLayout on GtkButton
2010-04-07 Tristan Van... Implement GtkExtendedLayout on Alignment
2010-04-06 Tristan Van... Implemented GtkExtendedLayout on GtkViewport
2010-04-06 Tristan Van... Implement GtkExtendedCell on GtkCellRendererText
2010-04-06 Tristan Van... Use new gtk_tree_view_column_get_desired_size()
2010-04-06 Tristan Van... Added gtk_tree_view_column_get_desired_size() as its...
2010-04-06 Tristan Van... Added GtkExtendedCell interface (last commit)
2010-04-06 Tristan Van... Add new GtkExtendedCell interface
2010-04-06 Tristan Van... Remove gtk_widget_get_desired_size()
2010-04-06 Tristan Van... Fixed classes to call gtk_extended_layout_get_desired_s...
2010-04-06 Tristan Van... Call the ->get_desired_size() method directly on the...
2010-04-06 Tristan Van... Make GtkWidget a prerequisite of extended layout
2010-04-05 Tristan Van... Revert "Implement extended layout for GtkBin"
2010-04-05 Tristan Van... Fixed 2 bugs in gtk_box_size_allocate()
2010-04-05 Tristan Van... Fixed do_size_request() to start with a 0 base requisit...
2010-04-04 Tristan Van... Changed initial values for requisition from -1 to 0.
2010-04-04 Tristan Van... Fixed GtkBox to not call get_desired_size() on a child...
2010-04-04 Tristan Van... Making function private in gtktreeviewcolumn to pass...
2010-04-04 Tristan Van... Refixed merge conflicts for GTK_WIDGET_MAPPED/GTK_WIDGE...
2010-04-04 Tristan Van... Fixed internal native layout algorythm wrt size-request...
2010-04-04 Tristan Van... Fixed extended layout implementors to not call ->get_de...
2010-04-04 Tristan Van... Removed casing of GTK_IS_EXTENDED_LAYOUT() from GtkView...
2010-04-04 Tristan Van... Fixed invalid pointer access in gtk_tree_view_column_ge...
2010-04-04 Tristan Van... Partially fixed GtkTreeview for extended layout
2010-04-04 Tristan Van... Applied Jan Arne Petersen's patch for GtkScrolledWindow
2010-04-04 Tristan Van... Fixed GtkCellRendererText invalid pointer access.
2010-04-04 Jan Arne PetersenTake extended layout into account in viewport
2010-04-04 Matthias ClasenDon't use gio-unix on win32
2010-04-04 Inaki Larranaga... Updated Basque language
2010-04-04 Inaki Larranaga... Updated Basque language
2010-04-04 Inaki Larranaga... Updated Basque language
2010-04-04 Kenneth NielsenUpdated Danish translation
2010-04-04 Runa BhattacharjeeUpdated Bengali India Translation
2010-04-04 Runa BhattacharjeeUpdated Bengali India Translation
2010-04-04 Jordi SerratosaFixes to Catalan translation
2010-04-04 Tristan Van... Fixed possible devision by zero in size negotiations
2010-04-04 Tristan Van... Added missing default events in realize() implementations
2010-04-04 Tristan Van... Added missing break statement to mutator: gtk_tool_item...
2010-04-04 Benjamin OtteFix error case in filesystem model
2010-04-04 David PlanellaUpdated Catalan translation with a couple of fixes
2010-04-04 David PlanellaUpdated Catalan translation
2010-04-04 Jamil AhmedUpdated Bengali translation
2010-04-04 Christian DywanFix a misspelling in gtk_cell_view_new_with_markup
2010-04-04 Ask H. LarsenUpdated Danish translation
2010-04-04 Maxim V. DziumanenkoUpdated Ukrainian translation
2010-04-04 Maxim V. DziumanenkoUpdated Ukrainian translation
2010-04-04 Jamil AhmedUpdated Bengali translation
2010-04-04 Jamil AhmedUpdated Bengali translation
2010-04-04 Hiroyuki Ikezoe[directfb] Fix compile error on DirectFB backend.
next