]> Pileus Git - ~andy/gtk/history - gtk
Updated Lithuanian translation
[~andy/gtk] / gtk /
2011-09-04 Matthias ClasenGtkAssistant: Fix label alignment
2011-09-04 Matthias ClasenGtkLabel: make patterns work a little better
2011-09-03 Matthias ClasenGtkPlug: preserve map/unmap invariants
2011-09-03 Matthias ClasenGtkGrid: make attaching more flexible
2011-09-02 Cosimo Cecchithemingengine: remove xthickness FIXME from gtk_render_...
2011-09-02 Cosimo Cecchitreeview: add GTK_STYLE_CLASS_SEPARATOR for tree view...
2011-09-02 Eitan IsaacsonChange gtk_css_provider_propagate_error's signature.
2011-09-02 Matthias ClasenAdd a note about placeholder text use
2011-08-30 Javier Jardóngtk/Makefile.am: Remove duplicate AM_CPPFLAGS
2011-08-30 Matthias ClasenClean up stock-icons
2011-08-30 Matthias ClasenDisable underallocation warnings in non-debug builds
2011-08-30 Murray CummingGtkToolShell: Move vfunc default results to default...
2011-08-30 Matthias ClasenAdd headers to treemodel test sources
2011-08-29 Matthias ClasenDon't unref floating menuitems
2011-08-29 Alejandro Piñeiroa11y: Don't manage window events as a exception
2011-08-29 Alejandro Piñeiroa11y: Use AtkWindow on GtkWindowAccessible
2011-08-29 Matthias Clasena11y: don't return random numbers
2011-08-29 Matthias ClasenFix exported symbols
2011-08-29 Matthias ClasenGtkAppChooserDialog: handle sensitivity of 'Select...
2011-08-29 Matthias ClasenGtkAppChooser: Deal with 'no app found' gracefully
2011-08-29 Matthias ClasenAvoid warnings when widgets are not created yet
2011-08-29 Matthias ClasenAdd an accessor for grid children
2011-08-29 Matthias ClasenTrivial: include cleanups
2011-08-29 Diego Celixgtkappchooserdialog: gtk_misc_set_alignment
2011-08-29 Diego Celixgtkaboutdialog: gtk_misc_set_alignment replacing
2011-08-28 Matthias ClasenGtkTrayIconX11: Some more refactoring
2011-08-28 Benjamin Ottetrayicon-x11: Refactor code a bit
2011-08-28 Vincent Bernattrayicon-x11: Fix warnings when visual is not available.
2011-08-28 Matthias ClasenMore include cleanups
2011-08-28 Matthias ClasenMore include cleanups
2011-08-28 Matthias ClasenClean up unneeded includes
2011-08-28 Matthias ClasenGtkPrintUnixDialog: Replace GtkTable by GtkGrid
2011-08-28 Matthias ClasenGtkFileChooserDefault: Replace GtkTable by GtkGrid
2011-08-28 Matthias ClasenGtkMountOperation: Replace GtkTable by GtkGrid
2011-08-28 Matthias ClasenGtkPageSetupUnixDialog: replace GtkTable by GtkGrid
2011-08-28 Matthias ClasenGtkColorSel: replace GtkTable by GtkGrid
2011-08-27 Matthias ClasenFix the build
2011-08-27 Matthias ClasenGtkToolbar: partial fix for toolbar editing
2011-08-27 Matthias ClasenMake gtk_status_icon_set_name() work reliably
2011-08-27 Matthias ClasenSilence a compiler warning
2011-08-27 Matthias ClasenRevert "GtkColorButton: Don't forget to close a cairo...
2011-08-27 Benjamin Ottenotebook: Fix child property setters causing underalloc...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-26 Federico Mena Quinterobgo#657186 - Sort the recent-files list in newest-to...
2011-08-26 Federico Mena QuinteroLoad and populate the recent-items in a single pass
2011-08-26 Federico Mena QuinteroDon't sort the recent-items by hand
2011-08-26 Tristan Van BerkomAvoid dereferencing NULL pointer in gtk_label_drag_data...
2011-08-26 Benjamin Ottestyleproperty: Improve error message
2011-08-26 Benjamin OtteAPI: cssprovider: Change parsing-error signal
2011-08-26 Benjamin Ottecssparser: Fix cases where we could overrun the termina...
2011-08-26 Benjamin Ottecssparser: Make lines and positions 0-indexed
2011-08-26 Benjamin Ottecssprovider: Store sections with parsed values
2011-08-26 Benjamin Ottecssprovider: Handle non-NULL-terminated data
2011-08-26 Benjamin Ottecssprovider: Keep only the curent section while parsing
2011-08-26 Benjamin Ottecssprovider: Remove dead code
2011-08-26 Benjamin OtteAPI: css: Add GtkCssSection
2011-08-25 Colin WaltersSquash two compilation warnings about possibly-uninitialzed
2011-08-25 Ryan LortieSignalify (already existing) GtkMenuShell.insert()
2011-08-24 Chun-wei FanUpdate gtk/Makefile.am
2011-08-24 Matthias ClasenUse a weak ref in GtkAccelLabel
2011-08-24 Matthias ClasenGtkColorButton: Don't forget to close a cairo context
2011-08-24 Matthias ClasenGtkFontChooserDialog: Select when a list item is activated
2011-08-24 Matthias ClasenGtkFontChooser: Add a ::font-activated signal
2011-08-24 Matthias ClasenGtkAppChooserDialog: remove an unused variable
2011-08-24 Matthias ClasenGtkAppChooserDialog: Simplify the construction
2011-08-24 Matthias ClasenGtkAppChooserButton: Make activating rows work as expected
2011-08-24 Matthias ClasenGtkSwitch: Return FALSE from the button press handler
2011-08-23 Arx Cruz[filechooser] bgo#349502: Context menu option to copy...
2011-08-23 Matthias ClasenChange 'Ok' to 'Select' in the color chooser dialog
2011-08-23 Matthias ClasenAdd a mnemonic to the 'Select' button
2011-08-22 Kristian RietveldFix typo in doc comment
2011-08-22 Kristian RietveldAdd forgotten calls to signal_monitor_assert_is_empty()
2011-08-22 Kristian RietveldFix some memory leaks in treemodel unit tests
2011-08-22 Kristian Rietveldtreemodelsort: eliminate unread variable assigments
2011-08-22 Kristian Rietveldtreemodelfilter: eliminate unread variable assigments
2011-08-22 Kristian RietveldAdd some notes on how filter model testing can be made...
2011-08-22 Kristian RietveldUpdate filtermodel ref count unit tests to new cache...
2011-08-22 Kristian RietveldFix bad typo in gtk_tree_model_filter_build_level(...
2011-08-22 Kristian Rietveldgtktreemodelfilter: only maintain cache at 1 level...
2011-08-22 Kristian RietveldExtend public and internal documentation about GtkTreeM...
2011-08-22 Kristian RietveldExtend documentation about GtkTreeModelSort internals
2011-08-22 Kristian RietveldGtkTreeModel: add more detailed documentation on refere...
2011-08-22 Kristian RietveldReplace GArray with GSequence in GtkTreeModelSort
2011-08-22 Kristian RietveldAdd more unit tests for GtkTreeModelSort
2011-08-22 Kristian RietveldMove SignalMonitor to treemodel.[ch] so it can be used...
2011-08-22 Kristian RietveldRevert usage of parent_elt_index back to parent_elt...
2011-08-22 Xavier ClaessensReplace GArray with GSequence in GtkTreeModelFilter
2011-08-22 Xavier ClaessensRevert usage of parent_elt_index back to parent_elt...
2011-08-22 Kristian RietveldDo not emit rows-reordered for levels with no visible...
2011-08-22 Kristian RietveldRemove left-over dump call
2011-08-22 Kristian RietveldCorrect ref transfer in GtkTreeModelFilter rows-reorder...
2011-08-22 Kristian RietveldTest GtkTreeModelFilter's reference transfers
2011-08-22 Kristian RietveldUnit test GtkTreeModelFilter's rows-reordered emissions
2011-08-22 Kristian RietveldUnit test rows reordered ref count handling in GtkTreeView
2011-08-22 Kristian RietveldShould validate TreeModelRefCount before the sort and...
2011-08-22 Kristian RietveldAdd reference counting unit tests for GtkTreeModelFilter
2011-08-22 Kristian RietveldAdd more "has child" unit tests
2011-08-22 Kristian RietveldAdd cleaned up and easier version of unit test for...
2011-08-22 Kristian RietveldCheck level length in unit test for bug 311955
2011-08-22 Kristian RietveldRemove checks for superfluous signals which are not...
next