]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-01-05 Matthias ClasenMore updates
2011-01-05 Matthias ClasenAdd GtkNumerableIcon
2011-01-05 Tristan Van... Fixed get_size() for GtkCellRendererText to clip to...
2011-01-05 Matthias ClasenAdd padding to text attribute structs
2011-01-05 Ivar Smolin[l10n] Updated Estonian translation
2011-01-05 Matthias ClasenRemove some dropped symbols from gtk3-sections.txt
2011-01-05 Matthias ClasenUpdate gtk symbols list
2011-01-05 Milan Bouchet... Fix doc about gtk_cell_layout_get_area()
2011-01-05 Milan Bouchet... Fix GtkCellArea:edit-widget to be of type GtkCellEditable
2011-01-05 Matthias ClasenFix libgail-util doc build
2011-01-05 Matthias ClasenFix some parameter name mismatches in the docs
2011-01-05 Matthias ClasenFix file lists in the win32 backend
2011-01-05 Matthias ClasenUpdate POTFILES some more
2011-01-05 Matthias ClasenTry again to fix the doc build
2011-01-05 Matthias ClasenUpdate POTFILES
2011-01-05 Benjamin Ottetestutils: Update adjustment usage for sealing
2011-01-05 Benjamin Ottetextview: Update adjustment usage for sealing
2011-01-05 Benjamin Ottetreeview: Update adjustment usage for sealing
2011-01-05 Benjamin Ottetreeview: Update adjustment usage for sealing
2011-01-05 Benjamin Ottetreeview: Update adjustment usage for sealing
2011-01-05 Benjamin Ottetests: Update adjustment usage for sealing
2011-01-05 Benjamin Ottetoolitemgroup: Update adjustment usage for sealing
2011-01-05 Benjamin Ottelayout: Update adjustment usage for sealing
2011-01-05 Benjamin Ottecolorsel: Update adjustment usage for sealing
2011-01-05 Benjamin Ottetoolpalette: Update adjustment usage for sealing
2011-01-05 Benjamin OtteAPI: range: Remove update policy
2011-01-05 Matthias ClasenUpdate gtk symbol list
2011-01-05 Matthias ClasenFix gdk/abicheck.sh temporarily
2011-01-05 Matthias Clasenfix documentation build
2011-01-05 Matthias ClasenUpdate NEWS for 2.99
2011-01-05 Matthias ClasenBump version to 2.99
2011-01-05 Matthias ClasenBrush up configure output
2011-01-05 Matthias ClasenDecouple GdkWindowCache life-cycle from GdkX11DragContext
2011-01-04 Emilio Pozuelo... Fix build when builddir != srcdir
2011-01-04 Emilio Pozuelo... Fix introspection build when builddir != srcdir
2011-01-04 Matthias ClasenMove GtkEntryCompletion docs inline
2011-01-04 Matthias ClasenAdd gtkcellrenderer.sgml to .gitignore
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 ClasenRemove gtk_tree_menu_get_type from gtk3.types
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 Matthias ClasenDocument DESKTOP_STARTUP_ID use
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...
next