summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* notebook: Don't unset state flags on child removalBenjamin Otte2014-07-191-1/+0
* widgetpath: Deprecate regionsBenjamin Otte2014-06-211-0/+4
* stylecontext: Deprecate regionsBenjamin Otte2014-06-191-0/+2
* Revert "gtkbin: replace internal api"Matthias Clasen2014-06-161-4/+3
* notebook: set tab position style class on the main framePaolo Borelli2014-06-141-22/+28
* gtkbin: replace internal apiStefan Sauer2014-06-141-3/+4
* GtkNotebook: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-9/+11
* Make notebook content redraw during dragMatthias Clasen2014-05-301-1/+1
* notebook: don't use focus-line-widthCosimo Cecchi2014-05-091-28/+14
* notebook: don't use focus paddingCosimo Cecchi2014-05-091-19/+15
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-24/+24
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-10/+12
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-4/+4
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-7/+7
* docs: use proper quotesWilliam Jon McCann2014-02-051-11/+11
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+4
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* notebook: don't use a null pageWilliam Jon McCann2014-01-241-3/+2
* notebook: add a style class when the child tab is reorderableWilliam Jon McCann2014-01-241-0/+3
* notebook: add a style for prelighted labelsWilliam Jon McCann2014-01-241-2/+26
* Always return FALSE from the notebook leave_notify handler3.11.4Paolo Borelli2014-01-141-11/+11
* Readd line removed by mistake in the previous commitPaolo Borelli2014-01-141-0/+4
* Prelight notebook tabPaolo Borelli2014-01-141-7/+52
* GtkNotebook: Fix a problem with tab statesMatthias Clasen2014-01-041-0/+4
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+4
* notebook: inform the theme whether show-borders was setWilliam Jon McCann2013-10-161-0/+7
* notebook: inform the theme to draw borders when requestedWilliam Jon McCann2013-10-041-0/+2
* notebook: add style classes for orientation to the headerWilliam Jon McCann2013-10-041-1/+6
* notebook: correctly define the header regionWilliam Jon McCann2013-10-041-9/+24
* notebook: Add a style property for whether to draw a tab gapWilliam Jon McCann2013-10-021-14/+80
* notebook: Fix rounding error in vertical alignment of arrowWilliam Jon McCann2013-10-021-1/+2
* notebook: Make notebook scroll arrows honor initial gap settingWilliam Jon McCann2013-10-021-8/+10
* notebook: Use initial-gap on both edges of the tab headerWilliam Jon McCann2013-10-021-2/+2
* notebook: render a frame and background in the headerCosimo Cecchi2013-09-261-0/+8
* Allow active tab children to be styledCosimo Cecchi2013-09-261-1/+12
* Trivial: correct vfunc signaturesMatthias Clasen2013-09-261-15/+15
* Add a style class for context menusMatthias Clasen2013-08-181-0/+3
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-2/+3
* Deprecate and ignore the timeout-initial and timeout-repeat settingsWilliam Jon McCann2013-07-111-26/+8
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Deprecate and ignore gtk-keynav-cursor-only and gtk-keynav-wrap-aroundWilliam Jon McCann2013-06-261-21/+5
* Always use gint for border_widthMatthias Clasen2013-05-041-1/+1
* widget: Adapt _gtk_widget_get_preferred_size_for_size()Benjamin Otte2013-05-011-1/+3
* GtkNotebook: Consistent boolean handlingMatthias Clasen2013-04-241-2/+6
* sizerequest: Split out a common functionBenjamin Otte2013-04-221-24/+5
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-4/+4
* GtkNotebook: Clarify a switch statementMatthias Clasen2012-11-291-0/+2
* notebook: return TRUE for drag-motion event when over tabsCosimo Cecchi2012-10-221-11/+28