]> Pileus Git - ~andy/gtk/history - gtk
Fix introspection build when builddir != srcdir
[~andy/gtk] / gtk /
2011-01-04 Matthias ClasenMove GtkEntryCompletion docs inline
2011-01-04 Matthias ClasenSmall doc cleanups for GtkCellLayout
2011-01-04 Matthias ClasenMove docs for gtkmain inline
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenRemove GtkArg, GtkCallbackMarshal and GtkFunction
2011-01-04 Javier JardónRemove deprecated gtk_quit_* API
2011-01-04 Matthias ClasenMove GtkExpander docs inline
2011-01-04 Matthias ClasenMove GtkDrawingArea docs inline
2011-01-04 Javier Jardóngtkmenuitem: Use private pointer instead G_TYPE_INSTANC...
2011-01-04 Matthias ClasenMove GtkDialog docs inline
2011-01-04 Javier Jardóngtkmenu: Use private pointer instead G_TYPE_INSTANCE_GE...
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Matthias ClasenReduce includes of gtktypeutils.h to a minimum
2011-01-04 Matthias ClasenRemove an outdated doc statement.
2011-01-04 Matthias ClasenSome more calendar doc additions
2011-01-04 Matthias ClasenSome documentation additions
2011-01-04 Matthias ClasenMention gvfs in the gtk_show_uri() docs
2011-01-04 Matthias ClasenSome documentation improvements for gtk_init/gtk_parse_args
2011-01-04 Milan Bouchet-ValatGtkComboBox(Text): Add documentation about the entry
2011-01-04 Matthias ClasenMove GtkEventBox docs inline
2011-01-04 Tristan Van BerkomRemoved TABs and trailing whitespace from GtkComboBox...
2011-01-04 Tristan Van BerkomMoved GtkMenuItem private functions to the private...
2011-01-04 Tristan Van BerkomMentioned that GtkTreeMenu is based on some GtkComboBox...
2011-01-04 Tristan Van BerkomFixed conflicts after rebasing master into combo-refact...
2011-01-04 Tristan Van BerkomFixed GtkComboBox to properly set tearoff state on...
2011-01-04 Tristan Van BerkomMake GtkTreeMenu a private class:
2011-01-04 Tristan Van BerkomAdded new constructors gtk_combo_box_new_with_area...
2011-01-04 Tristan Van BerkomFixed GtkComboBox to let the cell-layout implementation...
2011-01-04 Tristan Van BerkomFixed gtk_tree_menu_path_in_menu function which has...
2011-01-04 Tristan Van BerkomRemoved GtkComboBoxPrivate->minimum/natural_width members.
2011-01-04 Tristan Van BerkomRe-refactored GtkComboBox to not reorder the file.
2011-01-04 Tristan Van BerkomFixing GtkComboBox breakage after merge, completing...
2011-01-04 Tristan Van BerkomFixing GtkCellView to not strcmp() in buildable_custom_...
2011-01-04 Tristan Van BerkomAdded clarification to the GtkCellView:cell-area-contex...
2011-01-04 Tristan Van BerkomFixed a broken gtk-doc statement in gtktreemenu.c
2011-01-04 Tristan Van BerkomAdded remaining missing gtk-doc statements for GtkCellView.
2011-01-04 Tristan Van BerkomAdded all documentation for new GtkTreeMenu
2011-01-04 Tristan Van BerkomAdded new symbols for GtkTreeMenu and added GtkCellView...
2011-01-04 Tristan Van BerkomRemoved calls to gtk_cell_area_context_sum_*() since...
2011-01-04 Tristan Van BerkomFixed combo-refactor branch for recent switch to gtk_ce...
2011-01-04 Tristan Van BerkomRevert "Added gtk_tree_menu_get_area()."
2011-01-04 Tristan Van BerkomUpdated GtkCellView for new gtk_cell_area_context_alloc...
2011-01-04 Tristan Van BerkomAligned prototypes in gtkcellview.h
2011-01-04 Tristan Van BerkomAdded gtk_tree_menu_get_area().
2011-01-04 Tristan Van BerkomMake GtkCellView orientable and only allocate the cell...
2011-01-04 Tristan Van BerkomRemoving apis from GtkCellView
2011-01-04 Tristan Van BerkomFixed inserting and deleting rows for submenus of GtkTr...
2011-01-04 Tristan Van BerkomGetting closer to updating the treemenu view properly...
2011-01-04 Tristan Van BerkomFixed GtkCellView to always allocate when in fit-model...
2011-01-04 Tristan Van BerkomImplementing GtkComboBox using GtkTreeMenu !
2011-01-04 Tristan Van BerkomAdded "fit-model" and "draw-sensitive" properties to...
2011-01-04 Tristan Van BerkomMake GtkTreeMenu update menu item sensitivity when...
2011-01-04 Tristan Van BerkomSupport grid mode in GtkTreeMenu
2011-01-04 Tristan Van BerkomFixed GtkCellView to call cell_view_set_model() and...
2011-01-04 Tristan Van BerkomAdded gtk_tree_menu_set/get_tearoff to allow the root...
2011-01-04 Tristan Van BerkomReduced code size in GtkTreeMenu by only implementing...
2011-01-04 Tristan Van BerkomReduced code in GtkCellView by just implementing the...
2011-01-04 Tristan Van BerkomConnected to GtkTreeModel signals in GtkTreeMenu
2011-01-04 Tristan Van BerkomGtkCellView now watches the "row-changed" signal.
2011-01-04 Tristan Van BerkomAdded GtkTreeMenuHeaderFunc to decide if a submenu...
2011-01-04 Tristan Van BerkomFixed GtkCellView to not clear the layout when disposing
2011-01-04 Tristan Van BerkomFixed trailing ';' on if statement in gtkmenuitem.c
2011-01-04 Tristan Van BerkomFixed GtkTreeMenu to not infinitely recurse when buildi...
2011-01-04 Tristan Van BerkomFixed GtkMenuItem to reserve the actual arrow size...
2011-01-04 Tristan Van BerkomAdding GtkTreeMenu class.
2011-01-04 Tristan Van BerkomAdded gtk_menu_item_set/get_reserve_indicator.
2011-01-04 Tristan Van BerkomFixing GtkCellView PROP_CELL_AREA_CONTEXT property id
2011-01-04 Tristan Van BerkomAdded gtk_cell_view_new_with_context().
2011-01-04 Tristan Van BerkomReimplemented GtkCellView using an internal GtkCellArea.
2011-01-04 Tristan Van BerkomRemoved 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 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
next