]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.c
Bug 659406 - Abstract what triggers a context menu
[~andy/gtk] / gtk / gtknotebook.c
2011-09-26 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-08-27 Benjamin Ottenotebook: Fix child property setters causing underalloc...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-25 Colin WaltersSquash two compilation warnings about possibly-uninitialzed
2011-08-15 Paolo BorelliDo not manually create empty label
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-20 Benjamin Ottenotebook: Remove unused private member variable
2011-07-19 Benjamin Ottenotebook: Remove the homogenous private member variable
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenConvert GailNotebook to GtkNotebookAccessible
2011-06-26 Paolo BorelliSpeed up page insertion
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-02 Benjamin OtteAPI: Change semantics of gtk_container_get_child_path()
2011-06-01 Benjamin Ottenotebook: Implement height_for_width and width_for_heig...
2011-06-01 Benjamin Ottenotebook: Rewrite size request function for wfh
2011-06-01 Benjamin Ottenotebook: Split out tabs size computation into its...
2011-06-01 Benjamin Ottenotebook: Compute tab width in a simpler way
2011-06-01 Benjamin Ottenotebook: Remove uneeded function declaration
2011-06-01 Benjamin Ottenotebook: Include arrow size in tab size computation
2011-06-01 Diego Celixgtk/gtknotebook: gtk_misc_set_alignment replacing
2011-04-29 Benjamin Ottenotebook: Match horizontal and vertical code paths
2011-04-29 Benjamin Ottenotebook: Respect left border when allocating tab widgets
2011-04-29 Benjamin Ottenotebook: Respect padding when computing tabs for left...
2011-04-29 Benjamin OtteDon't adjust for values that we have previously adjuste...
2011-04-29 Benjamin Ottenotebook: Use the right padding for inactive tabs
2011-04-27 Benjamin Ottenotebook: Warn if builder file defines multiple tab...
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-09 Paolo BorelliDo not leak list when drawing notebook.
2011-03-26 Benjamin Ottenotebook: Only reset style on tab labels when it actual...
2011-03-17 Cosimo Cecchinotebook: don't forget to reset the style after setting...
2011-03-17 Bastien Noceranotebook: Don't set notebook style with hidden tabs
2011-03-15 Alexander LarssonMerge branch 'broadway'
2011-03-14 Cosimo Cecchinotebook: make GtkNotebook respect the focus-padding...
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-09 Cosimo Cecchinotebook: add an 'initial-gap' style property
2011-03-07 Cosimo Cecchinotebook: flip the render order
2011-03-07 Cosimo Cecchinotebook: fixup the last commit
2011-03-06 Cosimo Cecchinotebook: make sure the label widget allocation not...
2011-03-06 Cosimo Cecchinotebook: make sure the allocation keeps track of the...
2011-03-03 Matthias ClasenGtkNotebooks: fix regressions from tab-pack removal
2011-03-03 Matthias ClasenGtkNotebook: Don't let tab allocation go negative
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-23 Carlos GarnachoGtkNotebook: only set/unset active flag on the tab...
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-15 Tristan Van BerkomAvoid calling gtk_widget_is_visible(NULL) in _gtk_noteb...
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Matthias ClasenFormatting fixes and whitespace cleanups
2011-01-04 Matthias ClasenRemove pack property altogether
2011-01-04 Matthias ClasenRemove pack consideration from tab drawing
2011-01-04 Matthias ClasenDon't consider pack when allocating tabs
2011-01-04 Matthias ClasenDrop pack consideration from gtk_notebook_search_page
2011-01-04 Matthias ClasenDrop internal function to find page position
2011-01-04 Matthias ClasenRemove pack consideration from tab dnd
2011-01-04 Matthias ClasenRemove pack consideration from tab reordering
2011-01-04 Matthias ClasenRemove pack arguments from some internal functions
2011-01-04 Matthias ClasenRemove the deprecated GtkNotebook:tab-pack child property
2011-01-04 Matthias ClasenGtkNotebook: fix reference to no-longer-exiting functio...
2011-01-04 Carlos GarnachoGtkNotebook: remove unneeded call
2010-12-27 Benjamin OtteAPI: gdk: gdk_display_get_device_state() => gdk_device_...
2010-12-26 Benjamin Ottenotebook: Use nondeprecated API to query coordinates
2010-12-22 Matthias ClasenAdd a default handler for drag_failed
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-16 Javier Jardóndocs: gtknotebook.c: Use accessor functions to access...
2010-12-15 Javier Jardóngtk/gtknotebook.c: Use accessor functions to access...
2010-12-13 Carlos GarnachoGtkNotebook: Use GtkStyleContext.
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoGtkNotebook: Set widget state as state flags.
2010-12-04 Carlos GarnachoGtkStyleContext: s/set/add/ and s/unset/remove/ for...
2010-12-04 Carlos GarnachoGtkNotebook: invert tab drawing order so region flags...
2010-12-04 Carlos Garnachos/child class/region/ everywhere.
2010-12-04 Carlos GarnachoGtkNotebook: Set GtkChildClassFlags for tabs.
2010-10-30 Tristan Van BerkomRemoved size_request from GtkNotebook
2010-10-28 Tristan Van BerkomMerge branch 'kill-size-request'
2010-10-27 Tristan Van BerkomRemoved size_request from GtkNotebook
2010-10-18 Benjamin Ottenotebook: Hi, I can't get my function prototypes right
2010-10-13 Matthias ClasenSupport GtkWidget expand properties in GtkNotebook
2010-10-04 Javier Jardóndocs: Move documentation to inline comments: GtkComboBox
2010-10-03 Ignacio Casal Quin... Add missing vfuncs to gtknotebook.
2010-10-03 Javier Jardóndocs: Move documentation to inline comments: GtkNotebook
2010-10-01 Matthias ClasenGTK docs: various fixups
2010-09-28 Benjamin Ottenotebook: Fix compilation warnings - missing cast
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin Ottenotebook: Use gtk_cairo_transform_to_window()
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin Ottenotebook: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottenotebook: Connect to draw signal
2010-09-26 Benjamin Ottenotebook: Port to draw vfunc
2010-09-26 Benjamin Ottenotebook: The drawable check is not necessary
2010-09-26 Benjamin Ottenotebook: Draw tabs and arrows with Cairo
2010-09-26 Benjamin Ottenotebook: Simplify draw_tab function a bit
2010-09-26 Benjamin Ottenotebook: remove check for is_drawable
2010-09-26 Benjamin Ottenotebook: Reorder expose function in preparation of...
next