summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-48/+19
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-76/+179
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-44/+95
* i2001-04-24 Alexander Larsson <alexl@redhat.com>Alexander Larsson2001-04-241-2/+9
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-8/+8
* make this somewhat key-navigableHavoc Pennington2001-03-241-3/+6
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-7/+6
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+43
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-10/+10
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-22/+2
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-2/+2
* Doc fixups.Owen Taylor2001-01-091-16/+12
* doh, this was broken beyond believe.Tim Janik2000-12-131-28/+27
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-466/+767
* fix this to be saneHavoc Pennington2000-12-041-2/+16
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-47/+0
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-2/+2
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-10/+10
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-29/+29
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-1/+1
* Merges from gtk-1-2Owen Taylor2000-03-141-2/+13
* Adapt cast macros to standard.Raja R Harinath1999-11-221-54/+82