summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* check that tab_label is not NULL before checking that it's notebook'sCarlos Garnacho2006-05-101-1/+1
* applied unified patch for configurable scroll arrow sizes from bug #333632Tim Janik2006-05-101-24/+82
* create an independent GdkWindow to behave nicely during reordering withCarlos Garnacho2006-05-091-796/+1001
* Fix doc typos.Matthias Clasen2006-05-081-3/+5
* Boilerplate reductionMatthias Clasen2006-05-021-38/+7
* removed wrong condition check that caused tab labels not to be drawn underCarlos Garnacho2006-04-181-4/+1
* Reorganize to avoid a possible NULL dereference. (Coverity)Matthias Clasen2006-04-121-9/+10
* Silently do nothing if the widget is not a child. (Coverity)Matthias Clasen2006-04-121-1/+4
* Emit page-added before switch-pageMatthias Clasen2006-03-291-15/+15
* Fix docs syntax.Matthias Clasen2006-03-281-32/+23
* Emit the ::page-removed signal after removing the page. (#335238,Matthias Clasen2006-03-221-4/+8
* Improved DND support for GtkNotebook (#332991, Carlos Garnacho)Matthias Clasen2006-03-221-57/+190
* send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, thisCarlos Garnacho2006-03-221-28/+61
* Don't leave page->tab_label dangling. (gtk_notebook_real_remove): UseMatthias Clasen2006-03-211-15/+8
* Rename ::tab-added and ::tab-removed signals to ::page-added andCarlos Garnacho2006-03-081-31/+37
* Add a reorder_tab keynav signal and an insert_page vfunc to GtkNotebook.Matthias Clasen2006-02-231-197/+1574
* Apply a patch by Paolo Borelli to make the tab menu keynavigatable.Matthias Clasen2006-02-221-0/+56
* Properly update internal state when child visibility changes. (#331785,Matthias Clasen2006-02-201-1/+33
* Replace hardcoded values for tab-overlap and tab-curvature with styleMatthias Clasen2006-01-121-34/+78
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Made button-press timeouts which work like key repeat timeoutsMichael Natterer2005-11-221-11/+21
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-7/+0
* Intern some more strings.Matthias Clasen2005-09-011-6/+6
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix to be monotonic in the original size (#308145, Morten Welinder)Owen Taylor2005-07-271-4/+2
* Use >= not > in deciding whether to subtract out x/ythickness. (#308145,Owen Taylor2005-07-261-2/+2
* Always initialize child-visible to FALSE, otherwise we may end up with theMatthias Clasen2005-05-061-4/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-26/+26
* Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie)Matthias Clasen2005-03-221-0/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-20/+21
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-16/+16
* Add a missing _ to the name of the has_secondary_backward_stepperMatthias Clasen2004-09-271-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* s/childs/children/g.Matthias Clasen2004-08-041-4/+4
* Ignore scroll events from the content of the page. (#148409, Gabriel deMatthias Clasen2004-07-251-0/+13
* Bug 144371Soeren Sandmann2004-07-101-52/+0
* Add scroll events to the event mask, set a scroll_event handler. HandleMatthias Clasen2004-07-031-2/+27
* Fix a typo, string change. (#139503, Baris Cicek)Matthias Clasen2004-06-251-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-40/+40
* Return the index of the newly inserted page. (#130986, Olexiy Avramchenko)Matthias Clasen2004-01-151-33/+53
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-2/+2
* Don't unnecessarily reserve space for arrows in RTL mode. (#129075, SemionMatthias Clasen2003-12-111-1/+1
* Actually commit RTL flipping changes for GtkNotebook which I alreadyMatthias Clasen2003-12-081-54/+135
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Don't include page->menu_label - causes various problems, includingOwen Taylor2003-08-251-2/+0
* Remove leftover page_num variable (Archit Baweja)Owen Taylor2003-08-071-3/+0
* only redraw tabs on focus in/out.Soeren Sandmann2003-07-191-1/+15
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-081-1/+1