summaryrefslogtreecommitdiff
path: root/gtk/gtktoolpalette.c
Commit message (Expand)AuthorAgeFilesLines
* toolpalette: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-3/+13
* tool palette: Fix compiler warningsMatthias Clasen2015-06-021-6/+3
* GtkToolPalette: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-15/+27
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-2/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-5/+5
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-10/+6
* Deprecate and hardcode default toolbar icon size settingWilliam Jon McCann2013-07-081-84/+5
* Deprecate and hardcode default toolbar style settingWilliam Jon McCann2013-07-081-24/+2
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-1/+2
* gtktoolpalette: Only call gdk_atom_intern when we're constructedColin Walters2013-03-231-3/+6
* Added scroll and touch events to GtkToolPaletteJuan Pablo Ugarte2013-02-131-1/+3
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+1
* gtk: Make functions static that don't need to be non-staticBenjamin Otte2012-10-021-4/+4
* Don't leak a ref to the settingsWilliam Jon McCann2012-09-161-0/+9
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-3/+3
* toolpalette: Configure adjustment properlyBenjamin Otte2012-04-271-10/+7
* toolpalette: Rename variableBenjamin Otte2012-04-271-5/+5
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* Don't forget to initialize a variableMatthias Clasen2011-06-271-0/+2
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* toolpalette: Remove composite supportBenjamin Otte2011-06-091-33/+0
* Minor documentation improvementsMurray Cumming2011-02-231-2/+2
* Fixed GtkToolPalette ->forall implementation to be gtk_widget_destroy friendlyTristan Van Berkom2011-02-011-2/+8
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-0/+1
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-20/+1
* Set vertical/horizontal class on all widgets overriding GtkOrientable::orient...Carlos Garnacho2011-01-121-0/+20
* toolpalette: Update adjustment usage for sealingBenjamin Otte2011-01-051-12/+14
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+1
* Update GtkToolPalette to GtkStyleContext.Carlos Garnacho2011-01-041-3/+2
* gtk/gtktoolpalette.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-11/+19
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-1/+2
* Removing size_request from GtkToolPaletteTristan Van Berkom2010-10-271-1/+27
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-261-6/+33
* Move min-display-width/height to GtkScrolledWindowMatthias Clasen2010-10-221-25/+1
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-1/+1
* gtk: fix tool palette scroll adjustment settingMichael Natterer2010-10-221-46/+2
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-49/+152
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+2
* toolpalette: Port to draw vfuncBenjamin Otte2010-09-261-9/+3
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Add a couple of missing annotationsJohan Dahlin2010-09-181-7/+7
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Fixed GtkToolPalette realize() vfunc.Tristan Van Berkom2010-08-301-0/+1
* gtk/gtktoolpalette.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-26/+44
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-4/+9
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Added missing default events in realize() implementationsTristan Van Berkom2010-03-291-3/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1