| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not, in any circumstances, distribute gtk.immodules. | Owen Taylor | 2000-11-16 | 8 | -5/+67 |
* | cvsignore updates | Owen Taylor | 2000-11-16 | 4 | -1/+7 |
* | Point -rpath to the right install location. | Owen Taylor | 2000-11-16 | 9 | -5/+83 |
* | Apply patch from Mikael Hermansson to temporarily stop blinking while the | Havoc Pennington | 2000-11-16 | 11 | -28/+187 |
* | Remove the locale-specific gtkrc's, as they only contain a "fontset" line, | Robert Brady | 2000-11-16 | 32 | -319/+58 |
* | Don't move back one char when we are actually at the end of the paragraph. | Owen Taylor | 2000-11-16 | 8 | -5/+47 |
* | Kill stray conflict line. | Robert Brady | 2000-11-16 | 7 | -7/+0 |
* | 'o' < 'p'. | Robert Brady | 2000-11-16 | 9 | -3/+94 |
* | remove unecessary rules for win32-specific config-substituted targets. If | Owen Taylor | 2000-11-16 | 15 | -36/+88 |
* | Implement essential color cycling feature | Havoc Pennington | 2000-11-15 | 9 | -0/+576 |
* | Add s'more TODO items. | Elliot Lee | 2000-11-15 | 1 | -3/+11 |
* | Invalidate the side windows when we invalidate the main window. | Havoc Pennington | 2000-11-15 | 10 | -72/+116 |
* | ed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2000-11-15 | 10 | -37/+109 |
* | If indent is negative, don't move the first line out into the margin, | Havoc Pennington | 2000-11-15 | 8 | -13/+49 |
* | offset redraw rect by xoffset in addition to yoffset, so horizontal | Havoc Pennington | 2000-11-15 | 8 | -0/+43 |
* | Remove extra pixel from the cursor (render_layout_line): fix reversed test | Havoc Pennington | 2000-11-15 | 8 | -3/+52 |
* | Fixed some debug macros. | Alexander Larsson | 2000-11-15 | 8 | -1/+37 |
* | Added virtual functions set_pixel, get_color, fill_span and draw_drawable | Alexander Larsson | 2000-11-15 | 15 | -508/+1324 |
* | use PANGO_PIXELS() to convert to pixels | Havoc Pennington | 2000-11-15 | 8 | -6/+44 |
* | change "offset" to "rise" | Havoc Pennington | 2000-11-15 | 14 | -23/+114 |
* | The return value of g_getenv() isn't freeable, so g_strdup it. | Robert Brady | 2000-11-15 | 10 | -2/+231 |
* | Install gtk.immodules, needed for operation of gtk programs. | Elliot Lee | 2000-11-15 | 8 | -1/+36 |
* | Fix reversed > that was causing Home to go to end of previous line. | Owen Taylor | 2000-11-15 | 10 | -7/+88 |
* | Add -avoid-version for all modules. | Owen Taylor | 2000-11-15 | 2 | -10/+14 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 17 | -121/+357 |
* | Rename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dll | Tor Lillqvist | 2000-11-14 | 10 | -11/+11 |
* | Add new objects. | Tor Lillqvist | 2000-11-14 | 11 | -10/+100 |
* | Remove. New file. New file Corresponding changes. | Tor Lillqvist | 2000-11-14 | 13 | -104/+194 |
* | Remove, useless. A distribution already has a built gtkcompat.h. | Tor Lillqvist | 2000-11-14 | 10 | -113/+63 |
* | Fix drag-and-drop to default to GDK_ACTION_MOVE if the drag is within a | Havoc Pennington | 2000-11-14 | 8 | -5/+63 |
* | removed accidentally committed debugging message | Owen Taylor | 2000-11-14 | 1 | -2/+0 |
* | Fix srcdir != builddir | Owen Taylor | 2000-11-14 | 58 | -3006/+5226 |
* | Add some new template files to cvs | Owen Taylor | 2000-11-14 | 3 | -0/+331 |
* | cd to srcdir before calling gtkdoc-fixref, distribute index.sgml. | Owen Taylor | 2000-11-14 | 35 | -444/+865 |
* | Fixed previous UTF-8 crack | Szabolcs Ban | 2000-11-14 | 1 | -1/+1 |
* | Use the glib iconv wrappers. | Alexander Larsson | 2000-11-14 | 8 | -16/+50 |
* | Fixed | Szabolcs Ban | 2000-11-14 | 1 | -2/+2 |
* | spiff up the demo a bit; reveals still more bugs. | Havoc Pennington | 2000-11-14 | 9 | -39/+168 |
* | fix bug where GC didn't always get updated properly | Havoc Pennington | 2000-11-14 | 18 | -201/+573 |
* | Add a couple of missing G_GNUC_CONST's. | Elliot Lee | 2000-11-13 | 8 | -5/+26 |
* | confirm path != NULL ditto | Jonathan Blandford | 2000-11-13 | 9 | -7/+111 |
* | Free the filename of the module file. | Havoc Pennington | 2000-11-13 | 18 | -305/+996 |
* | Cleanup and reindent of GtkFB. | Alexander Larsson | 2000-11-13 | 28 | -2361/+2556 |
* | GCompareFunc -> GEqualFunc where applicable. | Sebastian Wilhelmi | 2000-11-13 | 18 | -88/+291 |
* | Forgot to add this file | Havoc Pennington | 2000-11-13 | 1 | -0/+275 |
* | change demo install dir to datadir/gtk+-2.0/demo | Havoc Pennington | 2000-11-13 | 16 | -14/+175 |
* | Rename this testgtk to gtk-demo to avoid confusion, and install it so | Havoc Pennington | 2000-11-13 | 19 | -1116/+157 |
* | Fix a URL. | Robert Brady | 2000-11-13 | 2 | -2/+4 |
* | Add an "invisible_char" argument to set the char displayed when visibility | Havoc Pennington | 2000-11-13 | 11 | -18/+226 |
* | Fall back to "fixed" if we can't get a native font in the right encoding. | Robert Brady | 2000-11-13 | 8 | -9/+47 |