| Commit message (Expand) | Author | Age | Files | Lines |
* | fix screwup with shadowed variables that had broken size request in some | Havoc Pennington | 2001-02-17 | 1 | -0/+33 |
* | default initialize the generated ENTER_NOTIFY event with 0, otherwise not | Tim Janik | 2001-02-17 | 1 | -0/+24 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -1/+20 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -0/+40 |
* | Removed gtktreemodelsimple.[ch] removed | Jonathan Blandford | 2001-02-16 | 1 | -0/+5 |
* | New files. Implement GtkTreeModelMapping. | Alexander Larsson | 2001-02-16 | 1 | -0/+14 |
* | If we're going to have a demo, we might as well pass in real values. | Jonathan Blandford | 2001-02-16 | 1 | -0/+6 |
* | add "static" to a private function (gtk_image_menu_item_class_init): | Havoc Pennington | 2001-02-15 | 1 | -0/+7 |
* | Add a shortcut if the window and the current clip_region doesn't overlap. | Alexander Larsson | 2001-02-13 | 1 | -0/+10 |
* | replaced deprecated gtk_drawing_area_size | Sven Neumann | 2001-02-13 | 1 | -2/+6 |
* | Don't reference last_cursor if it is null. Fixes crash when rotating the | Alexander Larsson | 2001-02-13 | 1 | -0/+13 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -0/+56 |
* | Remove gdkcc.h reference. | Owen Taylor | 2001-02-13 | 1 | -0/+17 |
* | Remove gdkcc-win32.c from here, too. | Tor Lillqvist | 2001-02-11 | 1 | -1/+3 |
* | New function, copied from X11 version. | Tor Lillqvist | 2001-02-11 | 1 | -0/+20 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 1 | -0/+21 |
* | moved back to a sane value! | Jonathan Blandford | 2001-02-08 | 1 | -0/+5 |
* | let's darken colors, not lighten them. | Havoc Pennington | 2001-02-08 | 1 | -0/+5 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -0/+63 |
* | convert area_height to pango dimensions after painting the background. We | Sven Neumann | 2001-02-07 | 1 | -0/+6 |
* | Fix syntax error introduced with earlier commit) (pointed out by Ollie | Owen Taylor | 2001-02-06 | 1 | -0/+11 |
* | s/MISK/MISC/ | GMT 2001 Tony Gale | 2001-02-05 | 1 | -0/+4 |
* | gdk/gdk.def Provide dummy implementations. | Tor Lillqvist | 2001-02-04 | 1 | -0/+6 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 1 | -0/+15 |
* | Fix bug reported by Mikael Hermansson with patch from Mikael (if there was | Havoc Pennington | 2001-02-03 | 1 | -0/+7 |
* | Remove confusing comment about X11. | Owen Taylor | 2001-02-03 | 1 | -0/+17 |
* | docs | Havoc Pennington | 2001-02-03 | 1 | -0/+136 |
* | Make gdk_colormap_sync private since it was never exported in a header | Owen Taylor | 2001-02-02 | 1 | -0/+33 |
* | [ Merges of fixes from gtk-1-2, mostly ] | Owen Taylor | 2001-02-02 | 1 | -0/+135 |
* | A bunch of whitespace cleanup. | Alexander Larsson | 2001-01-31 | 1 | -0/+13 |
* | bracket in #ifdef GTK_ENABLE_BROKEN. | Havoc Pennington | 2001-01-31 | 1 | -0/+16 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 1 | -0/+55 |
* | add several missing instances of Alex's name, remove conflict indicators | Owen Taylor | 2001-01-29 | 1 | -7/+5 |
* | Fix stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>. | Jonathan Blandford | 2001-01-27 | 1 | -0/+6 |
* | add GtkTreeRowReference which holds a handle to a specific row (particular | Havoc Pennington | 2001-01-27 | 1 | -0/+10 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -0/+76 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 1 | -0/+16 |
* | Apparantly i forgot to check in the changelog. :) | Alexander Larsson | 2001-01-24 | 1 | -0/+9 |
* | Don't leak built-in cursors. | 3 | 2001-01-23 | 1 | -0/+18 |
* | rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems | Havoc Pennington | 2001-01-23 | 1 | -0/+6 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -0/+24 |
* | Don't leak visible_region. Use visible_region instead of region. | 2 | 2001-01-22 | 1 | -0/+12 |
* | Don't leak the PangoFontDescriptor. | 2 | 2001-01-22 | 1 | -0/+5 |
* | Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make work | Jonathan Blandford | 2001-01-21 | 1 | -0/+15 |
* | byte_offset variable was being used to mean both "offset into layout" and | Havoc Pennington | 2001-01-19 | 1 | -0/+7 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -2/+47 |
* | Define EMULATE_GDKFONT. Add extra pango_font stuff to GfkFontPrivate. | 9 | 2001-01-19 | 1 | -0/+11 |
* | Add "getters" for all the non-deprecated set_foo functions. Added missing | Havoc Pennington | 2001-01-18 | 1 | -0/+7 |
* | gtk/gtkmain.c Use the new | Tor Lillqvist | 2001-01-17 | 1 | -1/+22 |
* | Set the attributes onto the PangoLayout even if they are newly created | Owen Taylor | 2001-01-17 | 1 | -0/+6 |