]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-01-04 Szilárd Pfeiffergail: add/remove horizontal/vertical state based on...
2011-01-04 Milan Bouchet... GtkComboBox(Text): Add documentation about the entry
2011-01-04 Matthias ClasenMove GtkEventBox docs inline
2011-01-04 Tristan Van... Removed TABs and trailing whitespace from GtkComboBox...
2011-01-04 Tristan Van... Moved GtkMenuItem private functions to the private...
2011-01-04 Tristan Van... Mentioned that GtkTreeMenu is based on some GtkComboBox...
2011-01-04 Tristan Van... Fixed conflicts after rebasing master into combo-refact...
2011-01-04 Tristan Van... Fixed GtkComboBox to properly set tearoff state on...
2011-01-04 Tristan Van... Fixed gtktreemenu for new gtkcellareabox api.
2011-01-04 Tristan Van... Make GtkTreeMenu a private class:
2011-01-04 Tristan Van... Added LISTMODE env var check to testcombo.c so that...
2011-01-04 Tristan Van... Added new constructors gtk_combo_box_new_with_area...
2011-01-04 Tristan Van... Fixed GtkComboBox to let the cell-layout implementation...
2011-01-04 Tristan Van... Fixed gtk_tree_menu_path_in_menu function which has...
2011-01-04 Tristan Van... Removed GtkComboBoxPrivate->minimum/natural_width members.
2011-01-04 Tristan Van... Re-refactored GtkComboBox to not reorder the file.
2011-01-04 Tristan Van... Fixing GtkComboBox breakage after merge, completing...
2011-01-04 Tristan Van... Fixing GtkCellView to not strcmp() in buildable_custom_...
2011-01-04 Tristan Van... Added clarification to the GtkCellView:cell-area-contex...
2011-01-04 Tristan Van... Fixed a broken gtk-doc statement in gtktreemenu.c
2011-01-04 Tristan Van... Added remaining missing gtk-doc statements for GtkCellView.
2011-01-04 Tristan Van... Added GtkTreeMenu to gtk+ documentation and updated...
2011-01-04 Tristan Van... Added all documentation for new GtkTreeMenu
2011-01-04 Tristan Van... Added new symbols for GtkTreeMenu and added GtkCellView...
2011-01-04 Tristan Van... Removed calls to gtk_cell_area_context_sum_*() since...
2011-01-04 Tristan Van... Added aligned food menu test to testcombo.c
2011-01-04 Tristan Van... Fixed combo-refactor branch for recent switch to gtk_ce...
2011-01-04 Tristan Van... Adding a combo box to testtreemenu to show the GtkTreeM...
2011-01-04 Tristan Van... Revert "Added gtk_tree_menu_get_area()."
2011-01-04 Tristan Van... Added orientation control to the treemenu test.
2011-01-04 Tristan Van... Updated GtkCellView for new gtk_cell_area_context_alloc...
2011-01-04 Tristan Van... Aligned prototypes in gtkcellview.h
2011-01-04 Tristan Van... Added gtk_tree_menu_get_area().
2011-01-04 Tristan Van... Make GtkCellView orientable and only allocate the cell...
2011-01-04 Tristan Van... Removing apis from GtkCellView
2011-01-04 Tristan Van... Oops one of my last commits disabled some tests, re...
2011-01-04 Tristan Van... Fixed inserting and deleting rows for submenus of GtkTr...
2011-01-04 Tristan Van... Getting closer to updating the treemenu view properly...
2011-01-04 Tristan Van... Fixed GtkCellView to always allocate when in fit-model...
2011-01-04 Tristan Van... Implementing GtkComboBox using GtkTreeMenu !
2011-01-04 Tristan Van... Added "fit-model" and "draw-sensitive" properties to...
2011-01-04 Tristan Van... Make GtkTreeMenu update menu item sensitivity when...
2011-01-04 Tristan Van... Support grid mode in GtkTreeMenu
2011-01-04 Tristan Van... Fixed GtkCellView to call cell_view_set_model() and...
2011-01-04 Tristan Van... Added gtk_tree_menu_set/get_tearoff to allow the root...
2011-01-04 Tristan Van... Reduced code size in GtkTreeMenu by only implementing...
2011-01-04 Tristan Van... Reduced code in GtkCellView by just implementing the...
2011-01-04 Tristan Van... Connected to GtkTreeModel signals in GtkTreeMenu
2011-01-04 Tristan Van... GtkCellView now watches the "row-changed" signal.
2011-01-04 Tristan Van... Added GtkTreeMenuHeaderFunc to decide if a submenu...
2011-01-04 Tristan Van... Fixed GtkCellView to not clear the layout when disposing
2011-01-04 Tristan Van... Adding more "small" submenus to testtreemenu
2011-01-04 Tristan Van... Fixed trailing ';' on if statement in gtkmenuitem.c
2011-01-04 Tristan Van... Added submenus to tests/testtreemenu
2011-01-04 Tristan Van... Fixed GtkTreeMenu to not infinitely recurse when buildi...
2011-01-04 Tristan Van... Fixed GtkMenuItem to reserve the actual arrow size...
2011-01-04 Tristan Van... Adding GtkTreeMenu class.
2011-01-04 Tristan Van... Added gtk_menu_item_set/get_reserve_indicator.
2011-01-04 Tristan Van... Fixing GtkCellView PROP_CELL_AREA_CONTEXT property id
2011-01-04 Tristan Van... Added gtk_cell_view_new_with_context().
2011-01-04 Tristan Van... Reimplemented GtkCellView using an internal GtkCellArea.
2011-01-04 Tristan Van... Removed GtkMenuItem->show_submenu_indicator flag
2011-01-04 Matthias ClasenFormatting fixes and whitespace cleanups
2011-01-04 Matthias ClasenRemove pack property altogether
2011-01-04 Matthias ClasenRemove pack consideration from tab drawing
2011-01-04 Matthias ClasenDon't consider pack when allocating tabs
2011-01-04 Matthias ClasenDrop pack consideration from gtk_notebook_search_page
2011-01-04 Matthias ClasenDrop internal function to find page position
2011-01-04 Matthias ClasenRemove pack consideration from tab dnd
2011-01-04 Matthias ClasenRemove pack consideration from tab reordering
2011-01-04 Matthias ClasenRemove pack arguments from some internal functions
2011-01-04 Matthias ClasenRemove the deprecated GtkNotebook:tab-pack child property
2011-01-04 Matthias ClasenDon't use GtkNotebook:tab-pack in testnotebookdnd
2011-01-04 Matthias ClasenGtkNotebook: fix reference to no-longer-exiting functio...
2011-01-04 Matthias ClasenDon't use page_size in GtkSpinButton
2011-01-04 Matthias ClasenRename gtk-update-icon-cache and gtk-builder-convert...
2011-01-04 Carlos GarnachoMake GtkPathBar use ::style-updated
2011-01-04 Carlos GarnachoGtkPaned: Remove unneeded call
2011-01-04 Carlos GarnachoMake GtkOffscreenWindow use GtkStyleContext
2011-01-04 Carlos GarnachoGtkNotebook: remove unneeded call
2011-01-04 Carlos GarnachoGtkMisc: Remove unneeded calls
2011-01-04 Carlos GarnachoMake GtkMessageDialog use GtkStyleContext
2011-01-04 Carlos GarnachoMake GtkLinkButton use ::style-updated
2011-01-04 Carlos GarnachoGtkInvisible: Avoid chaining up in ::style-updated
2011-01-04 Carlos GarnachoMake GtkHandleBox size request code use GtkStyleContext...
2011-01-04 Carlos GarnachoMake GtkFixed use GtkStyleContext
2011-01-04 Carlos GarnachoMake GtkFileChooser use GtkStyleContext
2011-01-04 Carlos GarnachoMake GtkFileChooserButton use ::style-updated
2011-01-04 Carlos GarnachoMake DnD code use GtkStyleContext for the highlight...
2011-01-04 Carlos GarnachoMake GtkEntryCompletion use GtkStyleContext
2011-01-04 Carlos GarnachoGtkEntry: get font description from GtkStyleContext
2011-01-04 Carlos GarnachoGtkEntry: Remove unneeded calls
2011-01-04 Carlos GarnachoMake GtkDrawingArea use GtkStyleContext
2011-01-04 Carlos GarnachoGtkExpander: remove unneeded call
2011-01-04 Carlos GarnachoRemove unneeded/deprecated call from size requisition...
2011-01-04 Carlos GarnachoGtkToolItem: Remove unneeded call
2011-01-04 Carlos GarnachoMake GtkDialog use ::style-updated
2011-01-04 Carlos GarnachoMake GtkCellView use GtkStateFlags
2011-01-04 Carlos GarnachoMake GtkTooltip use GtkStyleContext
2011-01-04 Carlos GarnachoMake GtkWin32EmbedWidget use GtkStyleContext
next