summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation improvements.Matthias Clasen2002-10-101-1/+1
* deprecation cleanupManish Singh2002-10-051-55/+59
* at Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-10-051-2/+1
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-9/+9
* Handle the case where the first page isn't visible. (#90336, bug trackedOwen Taylor2002-09-271-5/+15
* i Add gtk_notebook_get_n_pages (#73229, Havoc Pennington)Owen Taylor2002-09-231-4/+28
* Typo fix.Matthias Clasen2002-05-021-1/+1
* Correct the composite_child blurb.Matthias Clasen2002-05-021-1/+1
* Add nicks and blurbs for child properties. (#57143)Matthias Clasen2002-05-021-6/+18
* Improve a warning.Matthias Clasen2002-04-301-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+2
* relocate the remove_weak_pointer to just before we free the page, to beHavoc Pennington2002-04-121-6/+7
* Set page->last_focus_child to NULL as well as removing the weak reference,Owen Taylor2002-03-271-1/+4
* Fix problem where there were two copies of the "do an arrow step" code,Owen Taylor2002-03-071-28/+25
* Fix docs in terms of what out of range @page_num does. (#73371, VitalyOwen Taylor2002-03-041-2/+3
* Fix signed-unsigned error that was accidentally causing negative values toOwen Taylor2002-03-011-4/+9
* gtk+/gtk/gtkitemfactory.c fixed a little type in docs forAlexey Malyshev2002-03-011-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-3/+0
* Avoid segfault for selectable tab labels (even without a segfault, theyMatthias Clasen2002-02-091-9/+12
* Add ::move-focus-out signal to handle Control[-Shift]-Tab andOwen Taylor2002-02-081-39/+136
* Convert to using binding set for doing key bindings. (#62622, Requested byOwen Taylor2002-02-081-1/+1
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-031-0/+2
* ri Feb 1 12:51:20 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-011-1/+2
* General property notification cleanup.Matthias Clasen2002-01-281-1/+7
* Use insensitive state for insensitive arrows, not just an "etched state".Owen Taylor2002-01-241-2/+2
* Fix missing allocation.x/y offsets. (#68962, Jacob Berkman)Owen Taylor2002-01-181-1/+15
* Support "optional" bindings. If a binding signal has a boolean returnOwen Taylor2002-01-171-23/+36
* focus the activated tab, not the page. (#53612)Owen Taylor2002-01-151-9/+55
* keep in sync with insert_page_menu. Code duplication is bad.Jonathan Blandford2001-12-121-0/+8
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-48/+49
* set the signal id to 0 after we disconnect from itjacob berkman2001-11-301-0/+1
* Handle events in windows other than widget->event_window properly.Owen Taylor2001-11-241-14/+56
* Fix problem where notebook gap was double shifted by allocation.x/yOwen Taylor2001-11-201-8/+4
* show notebook->event_window with gdk_window_show_unraised(), so it doesn'tMichael Natterer2001-11-191-2/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* Propagate key press events not just to focus/window but also toOwen Taylor2001-11-161-0/+42
* Fix child allocations to be relative to widget position and some drawingOwen Taylor2001-11-161-19/+18
* Some small drawing fixes for scroll arrows.Owen Taylor2001-11-151-22/+9
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-381/+299
* Rearrange docs (#64566)Matthias Clasen2001-11-141-1/+1
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-1/+0
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-4/+3
* Fix problem where menmonic wasn't removed properly when setting a labelOwen Taylor2001-09-261-10/+22
* fix finding of child's page, since we have to validly deal with labels andTim Janik2001-07-311-27/+35
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-80/+25
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-35/+0
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-17/+17
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+5
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-10/+139
* fix PROP_EVENTS.Tim Janik2001-06-191-122/+154