summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* made 'page_num' argument a gint: switch_page signal delivers valid pageMichael Krause1998-11-291-2/+2
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-13/+13
* define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead ofLars Hamann1998-11-261-22/+55
* Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.cjaycox1998-11-231-2/+2
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-6/+1
* new flags : homogeneous; new guints : tab_hborder, tab_vborder; markedLars Hamann1998-11-161-2026/+2766
* use GtkPositionType defines.Lars Hamann1998-11-111-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-421/+259
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-20/+61
* fix for sigsegv in case of show_tabs == NULLLars Hamann1998-08-181-3/+4
* small fix for border drawing bugLars Hamann1998-07-281-73/+126
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-24/+1
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-191-47/+224
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-23/+282