summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* GtkPrintUnixDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-753/+1954
* GtkPageSetupUnixDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-086-157/+491
* GtkRecentChooserDefault: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-348/+387
* GtkFontChooserDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-45/+112
* GtkFontChooserWidget: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-174/+278
* GtkFileChooserDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-086-82/+99
* GtkFileChooserDefault: Define children with a GtkBuilder templateTristan Van Berkom2013-04-086-2097/+2298
* GtkColorChooserDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-57/+106
* GtkAppChooserDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-46/+160
* GtkAppChooserWidget: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-114/+159
* GtkStatusbar: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-64/+81
* GtkScaleButton: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-104/+183
* GtkAssistant: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-145/+313
* GtkLockButton: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-21/+90
* GtkAboutDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-198/+452
* GtkInfoBar: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-44/+63
* GtkMessageDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-085-77/+140
* GtkDialog: Define children with a GtkBuilder templateTristan Van Berkom2013-04-086-52/+108
* Added directory with Glade catalogTristan Van Berkom2013-04-085-0/+107
* Add Composite Child machinery and APIs to GtkWidgetTristan Van Berkom2013-04-086-9/+845
* GtkBuilder: Allow G_PARAM_CONSTRUCT properties to be set on internal children.Tristan Van Berkom2013-04-081-1/+19
* GtkBuilder: Add private _gtk_builder_extend_with_template()Tristan Van Berkom2013-04-086-20/+297
* GtkBuilder: Added api to allow private signal callbacksTristan Van Berkom2013-04-083-12/+151
* Work around access to global resources without calling gtk_init()Tristan Van Berkom2013-04-084-2/+20
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-0812-41/+13
* GtkScale: Properly chain up in GtkBuildableIface->custom_finished()Tristan Van Berkom2013-04-081-0/+6
* csd: Implement hide-titlebar-when-maximizedMatthias Clasen2013-04-061-0/+6
* GtkRecentChooserMenu: avoid accessing a NULL actionTristan Van Berkom2013-04-061-0/+3
* gtk_recent_chooser_set_filter: Allow NULL value to unset the filter.Tristan Van Berkom2013-04-061-2/+2
* gtk: Simplify code for reduced screen countBenjamin Otte2013-04-061-24/+13
* icontheme: Remove unused functionBenjamin Otte2013-04-062-26/+0
* objects-finalize test: Blacklist gdk_pixbuf_simple_anim_iter_get_type()Tristan Van Berkom2013-04-051-1/+2
* Added test case to assert all object types finalize properly.Tristan Van Berkom2013-04-052-0/+118
* Fix gtk_window_set_opacity()Alexander Larsson2013-04-041-1/+2
* GtkHeaderBar: Fix memory leakPavel Vasin2013-04-031-1/+1
* GtkWindow: fix notify of :attached-toSébastien Wilmet2013-04-031-0/+2
* window: don't schedule a display of mnemonics if window has no modifierCosimo Cecchi2013-04-021-0/+3
* window: refactor a functionCosimo Cecchi2013-04-021-5/+8
* window: rename functions dealing with mnemonic delayed displayCosimo Cecchi2013-04-023-16/+16
* window: reset timeout source id before setting propertyCosimo Cecchi2013-04-021-2/+2
* style: Add missing deprecation markersBenjamin Otte2013-04-024-1/+34
* window: Remove call to gtk_widget_reset_rc_styles()Benjamin Otte2013-04-021-1/+0
* celrendererspinner: Don't use deprecated APIBenjamin Otte2013-04-021-1/+1
* widget: Get rid of deprecation warningsBenjamin Otte2013-04-021-0/+4
* tests: improve gtkmenu testcaseRyan Lortie2013-04-011-2/+184
* Introduce GtkMenuTrackerRyan Lortie2013-04-018-328/+598
* tests: add a test for gtk_menu_shell_bind()Ryan Lortie2013-04-012-0/+255
* gtktextattributes: move comment above relevant structSébastien Wilmet2013-04-011-8/+8
* GtkTextTagTable: simplify a bit the codeSébastien Wilmet2013-04-011-68/+15
* GtkTextView: remove some dead codeSébastien Wilmet2013-04-012-6/+0