summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* notebook: Drop use of G_DISABLE_CHECKSMatthias Clasen2015-09-091-57/+30
* notebook: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-081-62/+65
* notebook: Don't needlessly cast in macrosBenjamin Otte2015-09-071-4/+4
* notebook: Remove unused macrosBenjamin Otte2015-09-071-4/+0
* notebook: Fix assert in ::drag-motionCarlos Garnacho2015-05-261-2/+1
* notebook: Protect against invalid allocationsBenjamin Otte2015-03-181-0/+2
* Don't pass invalid rectangles to cairoMatthias Clasen2015-03-161-2/+2
* gtknotebook: Add more non-NULL checks for cur_pagePhilip Withnall2015-03-111-1/+7
* notebook: Fix boolean checkBenjamin Otte2015-03-101-1/+1
* gtknotebook: Fix potential use of uninitialised variablesPhilip Withnall2015-03-101-16/+20
* gtknotebook: Remove dead variable assignmentsPhilip Withnall2015-03-091-2/+0
* gtknotebook: Fix a potential NULL pointer dereferencePhilip Withnall2015-03-091-1/+1
* notebook: Add api to complete tab dnd from the outsideMatthias Clasen2015-02-121-6/+33
* notebook: Protect removal-from-withinMatthias Clasen2015-01-301-2/+5
* notebook: Make dnd safe against tab disappearanceMatthias Clasen2015-01-301-1/+12
* notebook: Make reordering safe for tab disappearanceMatthias Clasen2015-01-301-0/+2
* GtkNotebook: Be a bit more safe against cur_page being NULLMatthias Clasen2014-12-221-4/+2
* Revert part of "gtknotebook: Optimize GtkStyleContext usage"Jasper St. Pierre2014-11-251-3/+8
* gtknotebook: Optimize GtkStyleContext usageJasper St. Pierre2014-11-251-10/+7
* 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