summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-1/+0
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-11/+14
* Queue a redraw on the tab area when a tab changes size. (IncludesOwen Taylor1999-01-261-3/+53
* removed extra gtk_spin_button_update calls again. unblock dnd signalLars Hamann1999-01-231-2/+6
* few cleanups. (gtk_notebook_key_press): call select page function forLars Hamann1999-01-211-17/+59
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-11/+12
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-10/+10
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-8/+27
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-2/+2
* gdk/gdk.c gdk/gdkinputnone.h casts to get rid of const warningsManish Singh1999-01-021-3/+3
* Add @INTLLIBS@. gtk-scier-981116-0.patch Sean CierOwen Taylor1998-12-181-2/+3
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-3/+3
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-5/+10
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-3/+3
* new class method/signal row_move. new public function. emit a row_moveLars Hamann1998-12-021-0/+17
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Added initializer to quiet gcc warning. Added assertion to check for nullJeff Garzik1998-11-301-1/+3