| Commit message (Expand) | Author | Age | Files | Lines |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -3/+3 |
* | deprecated gtk_widget_freeze_accelerators and | Tim Janik | 1998-11-28 | 1 | -14/+15 |
* | minor buglet | Tim Janik | 1998-11-23 | 1 | -1/+2 |
* | disconnect hadj & vadj, not 2 * hadj. | Tim Janik | 1998-11-23 | 1 | -7/+9 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -27/+143 |
* | Optimizations for moving point n places. (gtk-mailund-980718-0, Thomas | Owen Taylor | 1998-11-16 | 1 | -34/+48 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -121/+64 |
* | new function to toggle line wrapping like gtk_text_set_word_wrap () | Martin Baulig | 1998-10-18 | 1 | -0/+16 |
* | Don't request a new size from the WM if we asked for the same size beforemerge-to-themes-2-5 | Owen Taylor | 1998-09-15 | 1 | -44/+60 |
* | Make sure the mark we pass to line start is the beginning of a real line, | Owen Taylor | 1998-08-25 | 1 | -8/+23 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 1 | -128/+354 |
* | Check to see if we've computed our geometry yet, and if not, ignore the | Owen Taylor | 1998-08-21 | 1 | -18/+16 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 1 | -749/+749 |
* | Removed has_cursor, set the cursor beginning of Text when creating the | Owen Taylor | 1998-08-11 | 1 | -53/+32 |
* | Undraw the cursor before (possibly) deleting the cursor's text property. | Owen Taylor | 1998-08-04 | 1 | -12/+59 |
* | We free things from the text property MemChunk, so it needs to be | Owen Taylor | 1998-07-21 | 1 | -7/+48 |
* | signdness corrections all ove the place. implementation of object | Tim Janik | 1998-07-16 | 1 | -28/+42 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+3 |
* | Remove --g-fatal-warnings flag from argv. | Owen Taylor | 1998-06-19 | 1 | -77/+184 |
* | gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl | Owen Taylor | 1998-06-15 | 1 | -0/+38 |
* | Fixed broken list-removal code. | Owen Taylor | 1998-06-11 | 1 | -14/+17 |
* | Renamed g_const_pointer => gconstpointer. | Owen Taylor | 1998-06-10 | 1 | -1/+1 |
* | Removed g_object_pointer_hash, which was just g_direct_hash. | Owen Taylor | 1998-06-09 | 1 | -2/+2 |
* | Added style_set handler. | Owen Taylor | 1998-05-22 | 1 | -35/+34 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -12/+59 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -1/+1 |
* | Allow the user to use the popup list like a menu. | Owen Taylor | 1998-04-30 | 1 | -43/+71 |
* | Don't read the character past the end of the text. | Owen Taylor | 1998-04-14 | 1 | -2/+8 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Removed incorrect part of assertion that was causing failures for | Owen Taylor | 1998-04-11 | 1 | -2/+1 |
* | Fixed a sign problem (typedef gint guint!). Added some checks to make sure | Owen Taylor | 1998-04-11 | 1 | -3/+3 |
* | Take border in account properly. | Owen Taylor | 1998-04-06 | 1 | -1/+2 |
* | Test for need to recompute geometry with GTK_WIDGET_REALIZED(), not | Owen Taylor | 1998-04-04 | 1 | -2/+2 |
* | Call recompute_geometry() upon realization, since it can't be done in the | Owen Taylor | 1998-04-04 | 1 | -0/+2 |
* | If the widget is _not_ a descendant of a Window widget, propagate key | Owen Taylor | 1998-03-27 | 1 | -9/+2 |
* | /home/otaylor/commit | Owen Taylor | 1998-03-24 | 1 | -0/+1 |
* | Added optional word wrap, controlled by new function | Owen Taylor | 1998-03-23 | 1 | -3/+44 |
* | ( From: James Henstridge <james@daa.com.au> ) | Owen Taylor | 1998-03-18 | 1 | -1/+5 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 1 | -1/+1 |
* | Some cleanups of signedness warnings | Owen Taylor | 1998-03-14 | 1 | -3/+5 |
* | applied gtk-bolliet-980310-0.patch.gz which adds more checks and | Tim Janik | 1998-03-11 | 1 | -3/+3 |
* | Merging release_1_0 changes into the main tree. | Owen Taylor | 1998-03-10 | 1 | -23/+47 |
* | commiting changes from owen: | Owen Taylor | 1998-03-10 | 1 | -86/+303 |
* | - Show selection correctly when starting selection with arrows | Owen Taylor | 1998-03-08 | 1 | -39/+85 |
* | Disallow pasting into non-editable widgets. | Owen Taylor | 1998-03-07 | 1 | -81/+186 |
* | > - parent_class = gtk_type_class (gtk_widget_get_type ()); | Tim Janik | 1998-03-01 | 1 | -1/+1 |
* | gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -2/+2 |
* | gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -46/+77 |
* | gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -225/+695 |