| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -19/+27 |
* | bracket in #ifdef GTK_ENABLE_BROKEN. | Havoc Pennington | 2001-01-31 | 1 | -0/+1 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -18/+0 |
* | GCompareFunc -> GEqualFunc where applicable. | Sebastian Wilhelmi | 2000-11-13 | 1 | -1/+1 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -273/+269 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -12/+12 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -37/+45 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -13/+25 |
* | if the widget is not editable, don't silently eat up GDK_Return, GDK_Home | Tim Janik | 1999-02-24 | 1 | -1/+7 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Revise algorithm for scrolling backwards. This one might actually work | Owen Taylor | 1999-02-21 | 1 | -16/+16 |
* | Use a ScrolledWindow test how Text widgets work within ScrolledWindow. | Owen Taylor | 1999-02-16 | 1 | -1/+2 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 1 | -3/+0 |
* | Instead of drawing a background pixmap in with gdk_draw_pixmap(), set it | Owen Taylor | 1999-01-20 | 1 | -67/+45 |
* | Fix typo [ gtk-mailund-990116-0: Thomas Mailund Jensen | Owen Taylor | 1999-01-17 | 1 | -1/+1 |
* | Fixed cut and paste bug when comparing text property bg colors. [ Matt | Owen Taylor | 1999-01-10 | 1 | -2/+2 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -3/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -2/+2 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -12/+14 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -194/+402 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -4/+4 |
* | 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 |