]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
move README.linux-fb in here
[~andy/gtk] / gtk / gtktextview.c
2002-01-01 Havoc Penningtonmove README.linux-fb in here
2002-01-01 Havoc Penningtondoc fix
2002-01-01 Havoc PenningtonReplace call to gtk_widget_size_request() that expected...
2001-12-31 Havoc Penningtonextend selection if shift is down, bug #50939
2001-12-23 Owen Taylor1.3.12, interface, binary age 0.
2001-12-17 Havoc PenningtonAdd Unicode control char menu, based on patch from...
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-12-03 Alex LarssonReturn FALSE from expose handlers.
2001-12-03 Havoc PenningtonHmm, setter functions normally assign the new value...
2001-11-28 Havoc Penningtonput the warning explaining the validation error in...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-14 Havoc Penningtonfix Control-E so it doesn't move to a new line each...
2001-11-14 Havoc Penningtondocs including reference to bugzilla bug about how...
2001-11-13 Havoc Penningtonfix to properly replace selection with Return or Tab
2001-11-13 Havoc Penningtonadd border width to requisition, request non-anchored...
2001-11-09 Hans Breueruse g_strcasecmp(), some poor platforms don't have...
2001-11-06 Havoc Penningtonexpose the child widgets in here (gtk_text_view_realize...
2001-11-01 Owen TaylorAdd: - A ::retrieve_surrounding signal that asks the...
2001-10-31 Owen TaylorAdd a "menu" property and notify on it. (#62798, Padrai...
2001-10-30 Havoc PenningtonUpdate the IM spot location here, if text was invalidat...
2001-10-27 Havoc PenningtonCall update_im_spot_location here explicitly
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-25 Matt Wilsoncall gtk_text_view_destroy_layout after gtk_text_view_s...
2001-10-24 Havoc Penningtondon't create layout if we didn't have one (gtk_text_vie...
2001-10-23 Havoc Penningtononly sensitize Cut if selection contains some editable...
2001-10-23 Havoc Penningtonoops, didn't quite compile.
2001-10-23 Havoc PenningtonCorrectly keep the same text on the top of the screen...
2001-10-23 Anders CarlssonUse an image menu item here (popup_targets_received...
2001-10-23 Havoc Penningtonqueue a resize here; will temporarily slow down the...
2001-10-23 Havoc PenningtonUpdate IM spot location at appropriate times, #50626
2001-10-23 Havoc Penningtonscroll to cursor on grab focus, unless it's caused...
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-10-22 Havoc Penningtonfix #62365
2001-10-22 Havoc Penningtonfix #62436
2001-10-22 Havoc PenningtonFix #62366
2001-10-22 Owen TaylorFixing popup menus to have "Paste" sensitized correctly...
2001-10-22 Havoc Penningtonrip out "height_lines" and "width_columns" properties...
2001-10-22 Owen TaylorDeprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)
2001-10-20 Manish Singhsince GtkIMContext derives directly from GObject now...
2001-10-03 Owen TaylorAllow NUOL for @target_list to mean, use gtk_drag_dest_...
2001-09-27 Havoc Penningtonadd demo of passing non-stock label in to gtk_dialog_ne...
2001-09-25 Havoc Penningtonfix for #50317
2001-09-25 Havoc Penningtonuse gtk_text_iter_can_insert
2001-09-25 Owen Taylorue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat...
2001-09-22 Havoc Penningtondon't pass key press to IM context if cursor isn't...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-09-12 Padraig O'Briaingtk/gtktextview.c Add support for Ctrl+Up/Down arrow...
2001-09-11 Joshua N Pritikinminor fixes
2001-09-07 Havoc Penningtonupdate adjustments after validating destination yrange...
2001-08-31 Owen TaylorInstead of always mirroring the selection to a single...
2001-08-30 Havoc Penningtonput validate idle at resize - 2 just for flexibility
2001-08-30 Havoc Penningtonapply fix to #58420 from Hidetoshi Tajima and Matthias...
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorGet the foreground color from 'text', nor 'base'. ...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-18 Owen TaylorFix idles and timeouts to be properly surrounded by
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-07-02 James Henstridgesame here for PANGO_TYPE_TAB_ARRAY.
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-24 Owen TaylorRemoved - didn't work and not particularly useful anywa...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-08 Havoc Penningtonadded this function
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-04 Havoc Penningtonhandle case where text_view->layout == NULL by assuming...
2001-06-04 Havoc PenningtonHandle case where we need to parse the xsetting as...
2001-06-01 Havoc Penningtonimplement overwrite mode
2001-05-30 Owen TaylorValidate value from GDK settings against parameter...
2001-05-25 Havoc Penningtonget sizes an icon set can render without falling back...
2001-05-22 Alexander LarssonAdded properties. Based on patch by Lee Mallabone.
2001-05-18 Owen TaylorReset style attributes even if the widget isn't realized.
2001-05-07 Havoc Penningtonfix some shell typos
2001-05-03 Owen TaylorPatch from Juan Pablo Mendoza Mendoza to fix things...
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-18 Havoc Penningtonfix to properly queue resizes when the image is set
2001-04-17 Owen TaylorReleased 1.3.4
2001-04-12 Jonathan Blandfordfix a fixme.
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-24 Havoc Penningtonfix warnings
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-07 Havoc Penningtonuse PRIORITY_VALIDATE
2001-03-07 Tim Janikmarshaller fixes.
2001-03-04 CET Mikael Hermanssonfixed bug #51097 about setting gtk_text_view_set_border...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-21 Alexander LarssonAdded new menu separator item. The drawing and size...
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-02-08 Havoc Penningtonremove validation idle
2001-01-31 Havoc Penningtonbracket in #ifdef GTK_ENABLE_BROKEN.
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-23 Havoc Penningtonrename member fields from GTK_WRAPMODE_WORD to GTK_WRAP...
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-17 Owen TaylorRemove unused variable.
2001-01-12 Havoc Penningtonoffset the current invalid region, fixes redraw bug...
2001-01-06 Havoc Penningtonhack on this a bit
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-12-31 Havoc PenningtonRearrange all the scroll-while-dragging-or-selecting...
next