| Commit message (Expand) | Author | Age | Files | Lines |
* | test was backward, so deprecated functions were excluded by default | Havoc Pennington | 2001-02-19 | 18 | -60/+474 |
* | updated for win32 msvc build (forgot this before) | Hans Breuer | 2001-02-19 | 3 | -3/+3 |
* | updated for win32 msvc build | Hans Breuer | 2001-02-19 | 16 | -14/+295 |
* | GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those two | Havoc Pennington | 2001-02-19 | 14 | -22/+158 |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 15 | -14/+331 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 14 | -21/+148 |
* | Comment out property assignments, these don't work yet. | 9 | 2001-02-19 | 9 | -4/+39 |
* | sync up automated changes made by gtk-doc (manually verified correctness) | Havoc Pennington | 2001-02-18 | 2 | -47/+17 |
* | docs | Havoc Pennington | 2001-02-18 | 2 | -1/+12 |
* | missed a couple spaces before parens | Havoc Pennington | 2001-02-18 | 1 | -4/+4 |
* | clean this up a bit. | Havoc Pennington | 2001-02-18 | 8 | -41/+78 |
* | fix screwup with shadowed variables that had broken size request in some | Havoc Pennington | 2001-02-17 | 13 | -23/+308 |
* | default initialize the generated ENTER_NOTIFY event with 0, otherwise not | Tim Janik | 2001-02-17 | 15 | -20/+194 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 23 | -955/+368 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 29 | -174/+1335 |
* | Removed gtktreemodelsimple.[ch] removed | Jonathan Blandford | 2001-02-16 | 10 | -616/+35 |
* | New files. Implement GtkTreeModelMapping. | Alexander Larsson | 2001-02-16 | 13 | -34/+908 |
* | Updated russian translation. | Valek Frob | 2001-02-16 | 2 | -77/+649 |
* | If we're going to have a demo, we might as well pass in real values. | Jonathan Blandford | 2001-02-16 | 8 | -1/+43 |
* | add "static" to a private function (gtk_image_menu_item_class_init): | Havoc Pennington | 2001-02-15 | 8 | -21/+141 |
* | Add a shortcut if the window and the current clip_region doesn't overlap. | Alexander Larsson | 2001-02-13 | 9 | -1/+79 |
* | replaced deprecated gtk_drawing_area_size | Sven Neumann | 2001-02-13 | 8 | -15/+43 |
* | Don't reference last_cursor if it is null. Fixes crash when rotating the | Alexander Larsson | 2001-02-13 | 12 | -1735/+95 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 28 | -99/+1296 |
* | Remove gdkcc.h reference. | Owen Taylor | 2001-02-13 | 11 | -3/+186 |
* | Use the new snazzy mother-of-all-gtk-doc-makefiles. | Owen Taylor | 2001-02-12 | 25 | -2621/+8114 |
* | Remove gdkcc-win32.c from here, too. | Tor Lillqvist | 2001-02-11 | 8 | -8/+21 |
* | New function, copied from X11 version. | Tor Lillqvist | 2001-02-11 | 15 | -1631/+208 |
* | windows (file is blank) | Havoc Pennington | 2001-02-09 | 5 | -3/+90 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 17 | -1963/+220 |
* | moved back to a sane value! | Jonathan Blandford | 2001-02-08 | 8 | -1/+36 |
* | let's darken colors, not lighten them. | Havoc Pennington | 2001-02-08 | 9 | -3/+36 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 30 | -499/+2314 |
* | convert area_height to pango dimensions after painting the background. We | Sven Neumann | 2001-02-07 | 8 | -1/+44 |
* | Use g_free, since the buffer is allocated with g_try_alloc(). | Alexander Larsson | 2001-02-07 | 2 | -1/+6 |
* | PACKAGE must be gtk20, no? | Christophe Merlet | 2001-02-06 | 3 | -2/+5 |
* | Oupsss, forgotten lots of errors in french translation. | Christophe Merlet | 2001-02-06 | 2 | -19/+21 |
* | Updated French translation. | Christophe Merlet | 2001-02-06 | 4 | -110/+565 |
* | Fix syntax error introduced with earlier commit) (pointed out by Ollie | Owen Taylor | 2001-02-06 | 9 | -6/+78 |
* | s/MISK/MISC/ | GMT 2001 Tony Gale | 2001-02-05 | 8 | -4/+32 |
* | gdk/gdk.def Provide dummy implementations. | Tor Lillqvist | 2001-02-04 | 9 | -0/+55 |
* | HELL! premature insanity, back out old rc-data changes. | Tim Janik | 2001-02-04 | 5 | -489/+0 |
* | and on goes the crusade. it just takes another dozen patchup commits | Tim Janik | 2001-02-04 | 1 | -3/+0 |
* | hell, what CVS magic is going on here? | Tim Janik | 2001-02-04 | 1 | -2/+1 |
* | erk, post-commit fixups | Tim Janik | 2001-02-04 | 1 | -2/+0 |
* | patch this to call g_type_init() untill the new inlined pixbuf code makes its... | Tim Janik | 2001-02-04 | 1 | -0/+3 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 27 | -55/+659 |
* | Add the intro docs section | Havoc Pennington | 2001-02-04 | 2 | -2/+54 |
* | Fix bug reported by Mikael Hermansson with patch from Mikael (if there was | Havoc Pennington | 2001-02-03 | 8 | -2/+54 |
* | Remove confusing comment about X11. | Owen Taylor | 2001-02-03 | 10 | -9/+123 |