summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing NULL on valist.Owen Taylor2001-03-291-25/+130
* make this somewhat key-navigableHavoc Pennington2001-03-241-2/+2
* fix warningsHavoc Pennington2001-03-241-3/+1
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-4/+4
* use PRIORITY_VALIDATEHavoc Pennington2001-03-071-1/+1
* marshaller fixes.Tim Janik2001-03-071-2/+2
* fixed bug #51097 about setting gtk_text_view_set_border_window_size() ifCET Mikael Hermansson2001-03-041-0/+9
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-4/+3
* Added new menu separator item. The drawing and size handling is still doneAlexander Larsson2001-02-211-1/+2
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-1/+1
* remove validation idleHavoc Pennington2001-02-081-1/+8
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-311-1/+0
* adapt to handle PangoColorHavoc Pennington2001-01-261-1/+1
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-231-3/+3
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-2/+8
* sync to tree changesHavoc Pennington2001-01-191-41/+38
* Remove unused variable.Owen Taylor2001-01-171-7/+4
* offset the current invalid region, fixes redraw bug while scrolling theHavoc Pennington2001-01-121-247/+527
* hack on this a bitHavoc Pennington2001-01-061-4/+4
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-6/+6
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-156/+278
* do begin/end user action where appropriate (gtk_text_view_commit_handler):Havoc Pennington2000-12-181-0/+8
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-44/+49
* remove unused call to get_last_line()Havoc Pennington2000-12-141-8/+8
* doh, this was broken beyond believe.Tim Janik2000-12-131-53/+51
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-2/+2
* make need_im_reset flag effective to avoid reset_ic operation being done82000-12-091-3/+4
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-81/+0
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-0/+144
* Changes by Hans Breuer:Tor Lillqvist2000-11-301-1/+1
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-11/+130
* Apply patch from Mikael Hermansson to temporarily stop blinking while theHavoc Pennington2000-11-161-26/+107
* Invalidate the side windows when we invalidate the main window.Havoc Pennington2000-11-151-4/+53
* ed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-151-19/+2
* offset redraw rect by xoffset in addition to yoffset, so horizontalHavoc Pennington2000-11-151-0/+1
* Fix drag-and-drop to default to GDK_ACTION_MOVE if the drag is within aHavoc Pennington2000-11-141-5/+21
* spiff up the demo a bit; reveals still more bugs.Havoc Pennington2000-11-141-1/+1
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-95/+92
* Free the filename of the module file.Havoc Pennington2000-11-131-11/+308
* change demo install dir to datadir/gtk+-2.0/demoHavoc Pennington2000-11-131-4/+4
* Make parent_class static.Owen Taylor2000-11-121-17/+136
* Make DND copy pixbufs and tags when source and target share a tag table.Havoc Pennington2000-11-091-22/+93
* Half-ass somewhat fix this function, so that scrolling to the insertionHavoc Pennington2000-11-071-4/+0
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-4/+4
* Derive from GtkDialog, and use stock buttons. Should be 100% sourceHavoc Pennington2000-11-061-0/+1
* Added a bunch of stuff from unusedHavoc Pennington2000-11-041-3/+3
* Docs (gtk_text_tag_table_size): return a signed intHavoc Pennington2000-11-031-81/+363
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-23/+117
* Rename delete_at_cursor delete_from_cursor, and move to move_cursor.Havoc Pennington2000-10-301-32/+32
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-642/+642