summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
...
* docs: gtknotebook.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-161-2/+2
* gtk/gtknotebook.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-4/+7
* GtkNotebook: Use GtkStyleContext.Carlos Garnacho2010-12-131-162/+377
* GtkNotebook: Set widget state as state flags.Carlos Garnacho2010-12-041-4/+4
* GtkStyleContext: s/set/add/ and s/unset/remove/ for classes/regions.Carlos Garnacho2010-12-041-2/+2
* GtkNotebook: invert tab drawing order so region flags are set correctly.Carlos Garnacho2010-12-041-1/+1
* s/child class/region/ everywhere.Carlos Garnacho2010-12-041-8/+8
* GtkNotebook: Set GtkChildClassFlags for tabs.Carlos Garnacho2010-12-041-9/+43
* Removed size_request from GtkNotebookTristan Van Berkom2010-10-271-1/+33
* notebook: Hi, I can't get my function prototypes rightBenjamin Otte2010-10-181-4/+4
* Support GtkWidget expand properties in GtkNotebookMatthias Clasen2010-10-131-2/+48
* docs: Move documentation to inline comments: GtkComboBoxJavier Jardón2010-10-041-3/+2
* Add missing vfuncs to gtknotebook.Ignacio Casal Quinteiro2010-10-031-12/+15
* docs: Move documentation to inline comments: GtkNotebookJavier Jardón2010-10-031-0/+69
* GTK docs: various fixupsMatthias Clasen2010-10-011-1/+2
* notebook: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+2
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-34/+33
* notebook: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-5/+2
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-15/+13
* notebook: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-2/+4
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-6/+6
* notebook: Connect to draw signalBenjamin Otte2010-09-261-9/+9
* notebook: Port to draw vfuncBenjamin Otte2010-09-261-41/+47
* notebook: The drawable check is not necessaryBenjamin Otte2010-09-261-51/+47
* notebook: Draw tabs and arrows with CairoBenjamin Otte2010-09-261-27/+29
* notebook: Simplify draw_tab function a bitBenjamin Otte2010-09-261-12/+5
* notebook: remove check for is_drawableBenjamin Otte2010-09-261-3/+0
* notebook: Reorder expose function in preparation of draw vfuncBenjamin Otte2010-09-261-26/+27
* notebook: Use a for loop when iterating over a listBenjamin Otte2010-09-261-5/+2
* notebook: Draw focus when drawing tabBenjamin Otte2010-09-261-41/+17
* notebook: Remove useless optimizationBenjamin Otte2010-09-261-16/+12
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* notebook: Fix compilation warningsBenjamin Otte2010-09-261-1/+1
* Another since tagMatthias Clasen2010-09-241-0/+2
* Correct since tagsMatthias Clasen2010-09-241-1/+3
* GtkNotebook: replace group by group_nameMatthias Clasen2010-09-241-43/+44
* GtkNotebook: remove gtk_notebook_set_window_creation_hookMatthias Clasen2010-09-241-34/+0
* Merge branch 'notebooks-without-mouse-scrolling'Cody Russell2010-09-211-48/+1
|\
| * Remove mouse scrolling from GtkNotebook tabs. Bug #630226.Cody Russell2010-09-211-48/+1
* | Tons of transfer annotationsMatthias Clasen2010-09-211-12/+13
|/
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-7/+11
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-3/+7
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-27/+27
* gtk/gtknotebook.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-137/+193
* gtknotebook: Do not mention deprecated APIJavier Jardón2010-09-081-3/+1
* Fixed GtkNotebook to not consult GtkWidget->requisition directlyTristan Van Berkom2010-09-021-32/+33
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-111/+111
* gtk/gtknotebook.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-3/+3
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-5/+5