| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve a bit. | Tor Lillqvist | 2000-07-04 | 8 | -42/+56 |
* | Handle also WM_SYSCHAR, and other changes to get handling of Alt+nnn or | Tor Lillqvist | 2000-07-04 | 12 | -91/+364 |
* | font charset is iso8859-1, not iso-8859-1. | Owen Taylor | 2000-07-03 | 8 | -2/+38 |
* | Use g_get_charset() instead of g_get_codeset(). | Owen Taylor | 2000-07-03 | 12 | -6/+78 |
* | Ignore calls with <= width or height. | Owen Taylor | 2000-07-03 | 26 | -1072/+1216 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 20 | -40/+122 |
* | *** empty log message *** | Owen Taylor | 2000-07-02 | 8 | -6/+37 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 23 | -130/+368 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 17 | -207/+414 |
* | Move Changes-1.4.txt to the appropriate name. | Owen Taylor | 2000-07-02 | 8 | -0/+35 |
* | Add a is_foreign flag to the structure. Do not call XFreePixmap on pixmaps | Owen Taylor | 2000-07-02 | 10 | -4/+58 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 38 | -4033/+1315 |
* | When actually returning expose events, make sure to set the count field | Owen Taylor | 2000-07-01 | 9 | -20/+78 |
* | Change DocBook layout slightly | BST 2000 Tony Gale | 2000-06-28 | 8 | -35/+43 |
* | Finish Section 6. Add Section 7. | BST 2000 Tony Gale | 2000-06-28 | 8 | -0/+410 |
* | Start of Section 6. | BST 2000 Tony Gale | 2000-06-28 | 8 | -1/+437 |
* | Put 1.3.1 in warning message, not 1.3.0. | Owen Taylor | 2000-06-26 | 10 | -20/+111 |
* | If possible, create only a single shm segment and use multiple parts of it | Owen Taylor | 2000-06-26 | 9 | -123/+312 |
* | file dialog_default.png was initially added on branch gtk-hp-patches. | Havoc Pennington | 2000-06-26 | 0 | -0/+0 |
* | Add Sections 4 & 5. | BST 2000 Tony Gale | 2000-06-26 | 8 | -1/+1393 |
* | remove gtkfeatures.GTK_HP_PATCHES_BRANCHPOINT | Tim Janik | 2000-06-24 | 1 | -1/+0 |
* | make the current version number 1.3.1 (binary age 0, interface age 0). | Tim Janik | 2000-06-24 | 19 | -908/+935 |
* | Updated Slovenian translations | Andraz Tori | 2000-06-24 | 1 | -166/+127 |
* | Use anonymous mark instead of making up a bogus name for first_para_mark | Havoc Pennington | 2000-06-23 | 10 | -8/+61 |
* | - A number of types in GDK have become subclasses of GObject. For the | Havoc Pennington | 2000-06-23 | 1 | -0/+29 |
* | updated italian translation | Christopher R. Gabriel | 2000-06-23 | 2 | -311/+262 |
* | Change filename. Add Section 3. | BST 2000 Tony Gale | 2000-06-22 | 8 | -0/+233 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 20 | -135/+265 |
* | Move file to here. TODO: Update Makfile.am | BST 2000 Tony Gale | 2000-06-22 | 8 | -0/+35 |
* | Add Section 2 | BST 2000 Tony Gale | 2000-06-22 | 8 | -13/+266 |
* | New file. Start of DocBook version of the FAQ. | BST 2000 Tony Gale | 2000-06-22 | 8 | -0/+341 |
* | Define version numbers for GDK_PIXBUF_*, as they get substituted into a | Owen Taylor | 2000-06-22 | 8 | -0/+62 |
* | Work with srcdir != builddir. | Raja R Harinath | 2000-06-22 | 13 | -18/+102 |
* | Change 1.4 version numbers to 2.0. | Owen Taylor | 2000-06-21 | 8 | -51/+79 |
* | Indentation fixups to GTK+ standard. | Owen Taylor | 2000-06-21 | 9 | -1062/+1225 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 33 | -154/+1582 |
* | Use gtk_get_default_language | Havoc Pennington | 2000-06-21 | 15 | -71/+240 |
* | Revert accidental changes from Federico's last commit. | Owen Taylor | 2000-06-21 | 1 | -31/+9 |
* | Use gunichar instead of gint when appropriate in the interfaces | Havoc Pennington | 2000-06-21 | 16 | -184/+142 |
* | Removed mistakenly added generated sgml | Owen Taylor | 2000-06-21 | 39 | -65947/+389 |
* | use $(mkinstalldirs) not $(MKINSTALLDIRS) | Christopher Blizzard | 2000-06-21 | 8 | -2/+37 |
* | Finish the job Elliot started of removing font setting test for text | Owen Taylor | 2000-06-21 | 9 | -22/+48 |
* | .cvsignore additions | Owen Taylor | 2000-06-21 | 2 | -0/+6 |
* | Remove use of libunicode in favor of new GLib functions. | Owen Taylor | 2000-06-21 | 20 | -170/+249 |
* | Triditional Chinese PO File 2000/06/21 | Jing-Jong Shyue | 2000-06-21 | 1 | -502/+516 |
* | Fix conditionality to work the "right" way. Missed commits from previous. | Elliot Lee | 2000-06-20 | 14 | -23/+740 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 101 | -2868/+5434 |
* | Oops.GTK_BEFORE_GDK_GOBJECT_MERGE | Elliot Lee | 2000-06-20 | 5 | -0/+5346 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 22 | -42/+174 |
* | *** empty log message *** | Elliot Lee | 2000-06-20 | 28 | -470/+1356 |