summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* handle -1 argument in order to remove a workaround in Nautilus that forcedHavoc Pennington2001-11-021-0/+3
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-031-8/+24
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-6/+9
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-30/+0
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+10
* Added properties. Based on patch by Lee Mallabone.Alexander Larsson2001-05-221-58/+88
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-0/+11
* Close bug #50615:Havoc Pennington2001-04-181-3/+3
* make this somewhat key-navigableHavoc Pennington2001-03-241-6/+2
* fix warningsHavoc Pennington2001-03-241-1/+0
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-7/+7
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-8/+8
* Delete.Havoc Pennington2001-03-151-9/+9
* Remove old XIM code.Owen Taylor2001-03-091-125/+0
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-1/+1
* marshaller fixes.Tim Janik2001-03-071-1/+1
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-0/+5
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-15/+4
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-19/+27
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-311-0/+1
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-18/+0
* GCompareFunc -> GEqualFunc where applicable.Sebastian Wilhelmi2000-11-131-1/+1
* Make parent_class static.Owen Taylor2000-11-121-273/+269
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* 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-12/+12
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-37/+45
* Merges from gtk-1-2Owen Taylor2000-03-141-13/+25
* if the widget is not editable, don't silently eat up GDK_Return, GDK_HomeTim Janik1999-02-241-1/+7
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Revise algorithm for scrolling backwards. This one might actually workOwen Taylor1999-02-211-16/+16
* Use a ScrolledWindow test how Text widgets work within ScrolledWindow.Owen Taylor1999-02-161-1/+2
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-3/+0
* Instead of drawing a background pixmap in with gdk_draw_pixmap(), set itOwen Taylor1999-01-201-67/+45
* Fix typo [ gtk-mailund-990116-0: Thomas Mailund JensenOwen Taylor1999-01-171-1/+1
* Fixed cut and paste bug when comparing text property bg colors. [ MattOwen Taylor1999-01-101-2/+2
* 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
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-12/+14
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-194/+402
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-4/+4
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-3/+3
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-14/+15
* minor bugletTim Janik1998-11-231-1/+2
* disconnect hadj & vadj, not 2 * hadj.Tim Janik1998-11-231-7/+9
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-27/+143
* Optimizations for moving point n places. (gtk-mailund-980718-0, ThomasOwen Taylor1998-11-161-34/+48
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-121/+64
* new function to toggle line wrapping like gtk_text_set_word_wrap ()Martin Baulig1998-10-181-0/+16