]> Pileus Git - ~andy/gtk/history - gtk
Add unit test for part 1 of bug 659022
[~andy/gtk] / gtk /
2011-10-03 Kristian RietveldAdd unit test for part 1 of bug 659022
2011-10-03 Cosimo Cecchibox: add some missing includes
2011-10-03 Benjamin Otteiconcache: Fix gcc warning
2011-10-03 Benjamin Ottefilesystemmodel: Add a missing check
2011-10-03 Chun-wei FanBug 660730: Use GStatBuf for portability
2011-10-03 Antoine Jacoutot__SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined.
2011-10-02 Javier Jardóngtkbox: Move private functions to private header
2011-10-01 Benjamin Otteuimanager: Deprecate add-tearoffs property
2011-10-01 Benjamin Ottemenu: Deprecate GtkTearoffMenuItem
2011-10-01 Rui Matosgtkwindow: Clean up gtk_window_map()
2011-09-30 Benjamin Ottehandlebox: Deprecate
2011-09-30 Benjamin Ottea11y: Don't include gtkx when not needed
2011-09-30 Benjamin Ottea11y: Remove useless check
2011-09-29 Benjamin Ottetests: Fix a bunch of set-but-unused warnings in the...
2011-09-29 Benjamin Ottedocs: Fix typo in treeview docs
2011-09-29 Javier Jardóngtktable: Fix gtk-doc notation
2011-09-29 Javier JardónReplace some references to the GtkTable, use GtkGrid...
2011-09-29 Cosimo Cecchinotebook: don't forget to prepare the tab style context...
2011-09-29 Benjamin Ottenotebook: Remove unused variables
2011-09-29 Benjamin Ottecombobox: Remove unused define
2011-09-29 Cosimo CecchiGtkTreeViewColumn: initialize a variable
2011-09-28 Benjamin Ottetable: Deprecate GtkTable for GtkGrid
2011-09-28 Benjamin Ottedocs: Make infobar code example use GtkGrid instead...
2011-09-28 Benjamin Otteprint: Convert custom paper dialog from GtkTable to...
2011-09-27 Cosimo Cecchitoolbutton: don't force the icon widget to be a GtkMisc
2011-09-27 Cosimo Cecchinotebook: vborder/hborder deprecations are Since: 3...
2011-09-27 Cosimo Cecchinotebook: add top/bottom/left/right style classes to...
2011-09-27 Cosimo Cecchistylecontext: add style classes for top/bottom/right...
2011-09-27 Cosimo Cecchinotebook: unconditionally apply padding to the tab...
2011-09-27 Cosimo Cecchinotebook: really deprecate tab_vborder and tab_hborder
2011-09-27 Cosimo Cecchinotebook: allow using different padding values for...
2011-09-27 Cosimo Cecchinotebook: use the current state to get the padding...
2011-09-27 Cosimo Cecchimountoperation: fix the build
2011-09-27 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-27 Michael NattererGtkSettings: fix compile warnings on != X11
2011-09-27 Michael Natterergtk: remove the private GTK_EXTEND/MODIFY_SELECTION_MOD...
2011-09-27 Michael Natterergtk: remove the private GTK_NO_TEXT_INPUT_MOD_MASK
2011-09-27 Michael NattererBug 659602 - Provide an abstraction for the platform...
2011-09-27 Benjamin Ottetoolbar: Fix widget path creation code
2011-09-27 Benjamin Ottecontainer: Warn if an invalid widget path is created
2011-09-26 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-26 Michael Nattererapp: abstract which modifiers are used for extending...
2011-09-26 Michael Natterergtk: use GTK_NO_TEXT_INPUT_MOD_MASK also in gtkfilechoo...
2011-09-26 Michael Natterergtk: allow to specify accelerators in a platform-indepe...
2011-09-26 Michael Natterergtk: fix entering of Option-foo symbols on the Mac
2011-09-26 Michael Natterergtk: use GTK_DEFAULT_ACCEL_MOD_MASK instead of GDK_CONT...
2011-09-26 Michael Natterergtk: disable mnemonics in gtkrc.key.mac, they don't...
2011-09-26 Michael Natterergtk: enable setting virtual modifiers in GtkCellRendere...
2011-09-26 Benjamin Ottecssprovider: Remove unused enums
2011-09-26 Benjamin Ottestyleproperty: Allow 'transparent' keyword for backgrou...
2011-09-26 Benjamin Ottestyleproperty: Default to transparent background-color
2011-09-26 Benjamin Ottestyleproperty: Use the long form to register background...
2011-09-26 Matthias ClasenDocumentation fixes
2011-09-25 Michael NattererGtkBox: make get_path_for_child() work if there are...
2011-09-25 Michael NattererGtkTreeViewColumn: fix x_offset returned by cell_get_po...
2011-09-25 Michael NattererGtkTreeViewColumn: fix return value of gtk_tree_view_co...
2011-09-23 Matthias ClasenFix module blacklisting
2011-09-23 Benjamin Ottetextview: Fix comparison being the wrong way
2011-09-23 Alban Crequygtktreeviewaccessible: do not trigger an assertion
2011-09-23 Bastien NoceraGtkAssistant: Fix problems with gtk_widget_show_all()
2011-09-22 Christian PerschDisable font fallback in the fontchooser preview
2011-09-22 Benjamin Ottefontbutton: Properly display absolute sizes
2011-09-22 Benjamin Ottefontbutton: Properly update label after property changes
2011-09-22 Benjamin Ottefontbutton: Display the same text as elsewhere
2011-09-22 Benjamin Ottefontchooser: Use fixed height mode for the font face...
2011-09-22 Benjamin Ottefontchooser: Set a fixed size on the preview cell
2011-09-22 Benjamin Ottefontchooser: Split out computing of the preview text...
2011-09-22 Benjamin Ottefontchooser: Use absolute size for the preview text...
2011-09-22 Benjamin Ottefontchooser: Set cell data as text + attributes instead...
2011-09-22 Benjamin Ottefontchooser: Reselect font when it's unfiltered
2011-09-22 Benjamin Ottefontchooser: Only compare font descriptions when famili...
2011-09-22 Benjamin Ottefontchooser: Only create font descriptions on demand
2011-09-22 Benjamin Ottefontchooser: Make all setters go through merge_font_desc()
2011-09-22 Benjamin Ottefontchooser: Update range marks properly
2011-09-22 Benjamin Ottefontchooser: Reorganize code a bit
2011-09-22 Benjamin Ottefontchooser: Don't store the current face and family...
2011-09-22 Benjamin Ottefontchooser: Take font description from model
2011-09-22 Benjamin Ottefontchooser: Sanitize variable declarations
2011-09-22 Benjamin Ottefontchooser: Fix leak
2011-09-22 Benjamin Ottefontchooser: Store an iter to the current font
2011-09-22 Morten Welindercssprovider: Remove outdated docs
2011-09-22 Benjamin Ottefontchooser: Store tree model member variables as GtkTr...
2011-09-22 Benjamin Ottefontchooser: Rename populate_list() function
2011-09-22 Benjamin Ottefontchooser: Make changing the preview text fast
2011-09-22 Benjamin Ottefontchooser: Use a cell_data_func for the font list
2011-09-22 Benjamin Ottefontchooser: Don't scroll in the populate_list() function
2011-09-22 Benjamin Ottefontchooser: Remove needless scroll calls
2011-09-22 Benjamin Ottefontchooser: Introduce gtk_font_chooser_find_font()
2011-09-22 Benjamin Ottefontchooser: Rewrite size changes
2011-09-22 Benjamin Ottefontchooser: Fix size computation
2011-09-22 Benjamin Ottefontchooser: Fix gcc warnings
2011-09-21 Antoine Jacoutotgtkmountoperation-x11: unbreak compilation on OpenBSD.
2011-09-20 Xavier ClaessensGtkTreeModelFilter: Fix build warnings
2011-09-19 Benjamin Ottefontchooser: Remove special case for a single signal...
2011-09-19 Benjamin Ottefontchooser: Remove useless code
2011-09-19 Benjamin Ottefontchooser: Don't store the size separately
2011-09-19 Benjamin Ottefontchooser: Don't reload the fonts on style changes
2011-09-19 Benjamin Ottefontchooser: Assume NULL screen means the default screen
2011-09-19 Benjamin Ottefontchooser: Store the font description in the model
2011-09-19 Benjamin Ottefontchooser: Move the filter func to the visibility...
next