summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* notebook: Chain up in direction_changedMatthias Clasen2015-11-131-1/+3
* notebook: Update CSS docsMatthias Clasen2015-11-091-3/+2
* notebook: Use CSS nodes for arrowsMatthias Clasen2015-11-081-48/+227
* notebook: redo notebook stylingMatthias Clasen2015-11-081-43/+115
* notebook: Fix copy/paste errorBenjamin Otte2015-11-071-1/+1
* notebook: Query the right node's paddingBenjamin Otte2015-11-061-3/+4
* Fix the buildMatthias Clasen2015-10-241-8/+6
* notebook: Document css nodes and style classMatthias Clasen2015-10-241-0/+14
* notebook: Drop unneeded codeMatthias Clasen2015-10-241-27/+0
* notebook: Use the element name notebookMatthias Clasen2015-10-241-7/+1
* notebook: Cosmetic cleanupMatthias Clasen2015-10-241-8/+8
* notebook: On drag window hide, fix css nodesBenjamin Otte2015-10-221-0/+1
* notebook: Remove "prelight-page" classBenjamin Otte2015-10-221-10/+0
* notebook: Remove "active-page" classBenjamin Otte2015-10-221-13/+0
* notebook: Remove funciton by folding it into callersBenjamin Otte2015-10-221-16/+5
* notebook: Refactor internal functionBenjamin Otte2015-10-221-13/+5
* notebook: Make tab positions permanentBenjamin Otte2015-10-221-3/+39
* notebook: Remove last traces of regionsBenjamin Otte2015-10-221-104/+12
* notebook: Set reorderable-page style class properlyBenjamin Otte2015-10-221-10/+8
* notebook: Set active state properlyBenjamin Otte2015-10-221-2/+4
* notebook: Set prelight state properlyBenjamin Otte2015-10-221-8/+16
* notebook: Use CssNodes instead of regionsBenjamin Otte2015-10-221-43/+41
* notebook: Move style_context_save() into functionBenjamin Otte2015-10-221-15/+14
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* 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