summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change run action signals to be named insert_at_cursor andHavoc Pennington2000-10-301-29/+29
* And fix the marshaller for GtkTextView::delete.Robert Brady2000-10-281-1/+1
* add new marshaller for GtkTextView.Robert Brady2000-10-281-1/+1
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-1/+1
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-9/+9
* Some updatesHavoc Pennington2000-10-181-3/+3
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-5/+17
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-76/+345
* Handle NULL start/end pointersHavoc Pennington2000-09-301-5/+5
* fix indentationHavoc Pennington2000-09-301-44/+154
* Implement the side windows.Havoc Pennington2000-09-291-86/+565
* Set up infrastructure to deal with lots of scrolling child windows, andHavoc Pennington2000-09-281-88/+546
* Draw the focus, and leave space to do so.Havoc Pennington2000-09-251-42/+89
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-350/+220
* Fix up visibility so that focus, cursor_visible and blink interactOwen Taylor2000-09-081-41/+40
* Rename GtkTextStyleValues to GtkTextAttributesHavoc Pennington2000-08-311-5/+5
* update to reflect text widget changes.Havoc Pennington2000-07-251-94/+258
* Fix bug where redraw wasn't being done properly when height of dirtyOwen Taylor2000-07-221-2/+6
* use FALSE for size_only most of the time when callingOwen Taylor2000-07-141-0/+2
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-021-16/+16