summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+6
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-12/+12
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-8/+8
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-5/+5
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+1
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-0/+2
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-6/+9
* Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font()Owen Taylor2002-06-201-6/+4
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-15/+32
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-30/+0
* General property notification cleanup.Matthias Clasen2002-01-281-0/+2
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-3/+3
* 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