| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply patch from Lee Mallabone to add object properties. | Jonathan Blandford | 2001-03-05 | 5 | -1/+35 |
* | renamed "child_toggled" to "has_child_toggled". | Jonathan Blandford | 2001-03-05 | 10 | -105/+135 |
* | Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window. | Alexander Larsson | 2001-03-05 | 1 | -0/+2 |
* | Made the "parent_class" pointer static. The pixbuf-engine coincidentially | Michael Natterer | 2001-03-05 | 1 | -1/+2 |
* | Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. New | Alexander Larsson | 2001-03-05 | 4 | -2/+43 |
* | Convert from GtkArg to GParam (originally based on patch from Lee | Alexander Larsson | 2001-03-05 | 2 | -157/+404 |
* | fixed compiler warnings by inserting some consts. Added missing | MET 2001 Sven Neumann | 2001-03-05 | 1 | -40/+45 |
* | fixed bug #51097 about setting gtk_text_view_set_border_window_size() if | CET Mikael Hermansson | 2001-03-04 | 1 | -0/+9 |
* | Detectable auto-repeat - make a repeating key generate | Owen Taylor | 2001-03-03 | 1 | -13/+39 |
* | Add shift-clicking to extend the selection. (Roughly based on patch from | Owen Taylor | 2001-03-03 | 1 | -6/+78 |
* | Remove spurious const. | Owen Taylor | 2001-03-03 | 2 | -4/+9 |
* | use _gdk_region_get_xrectangles() | Havoc Pennington | 2001-03-02 | 3 | -58/+335 |
* | Patch from ChiDeok Hwang to move call to sync_selection() up a few lines | Owen Taylor | 2001-03-02 | 10 | -50/+140 |
* | Move handling of buttons fully in gtktreeviewcolumn. This code is less | Jonathan Blandford | 2001-03-02 | 7 | -196/+307 |
* | Sanitize GtkRowReference. | Jonathan Blandford | 2001-02-28 | 5 | -485/+502 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 16 | -367/+46 |
* | Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): Proxy | Jonathan Blandford | 2001-02-28 | 9 | -120/+236 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 6 | -4/+524 |
* | small (not only) portability fixes | Hans Breuer | 2001-02-25 | 4 | -22/+41 |
* | actually put /* */ around #endif comment. | Jonathan Blandford | 2001-02-25 | 1 | -1/+1 |
* | Only draw the column that is exposed. | Jonathan Blandford | 2001-02-23 | 4 | -78/+103 |
* | Update. Mention the gtk-1-3-win32-production branch. | Tor Lillqvist | 2001-02-23 | 2 | -6/+2 |
* | add functions for signal emission. | Jonathan Blandford | 2001-02-22 | 4 | -75/+112 |
* | removed signals. Moved to inherit from GObject instead of GtkObject. | Jonathan Blandford | 2001-02-21 | 8 | -231/+95 |
* | unbreak this function | Havoc Pennington | 2001-02-21 | 5 | -128/+351 |
* | Changed name to be set_cell_data_func to make it clear what the functino | Jonathan Blandford | 2001-02-21 | 6 | -34/+82 |
* | Added new menu separator item. The drawing and size handling is still done | Alexander Larsson | 2001-02-21 | 7 | -3/+148 |
* | Convert to new property API, patch from Lee Mallabone | Havoc Pennington | 2001-02-21 | 4 | -100/+186 |
* | New function to create an icon set from a pixbuf. | Jonathan Blandford | 2001-02-20 | 3 | -0/+33 |
* | Add a "markup" property. | Alexander Larsson | 2001-02-20 | 3 | -9/+56 |
* | Queue a redraw if the selectable setting was changed. | Alexander Larsson | 2001-02-20 | 1 | -1/+6 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 8 | -29/+121 |
* | hmm, someone changed GLib without fixing GTK | Havoc Pennington | 2001-02-19 | 7 | -116/+116 |
* | test was backward, so deprecated functions were excluded by default | Havoc Pennington | 2001-02-19 | 9 | -59/+221 |
* | updated for win32 msvc build | Hans Breuer | 2001-02-19 | 6 | -4/+8 |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 8 | -14/+149 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -1/+1 |
* | Comment out property assignments, these don't work yet. | 9 | 2001-02-19 | 1 | -2/+2 |
* | missed a couple spaces before parens | Havoc Pennington | 2001-02-18 | 1 | -4/+4 |
* | clean this up a bit. | Havoc Pennington | 2001-02-18 | 1 | -41/+43 |
* | fix screwup with shadowed variables that had broken size request in some | Havoc Pennington | 2001-02-17 | 6 | -23/+77 |
* | default initialize the generated ENTER_NOTIFY event with 0, otherwise not | Tim Janik | 2001-02-17 | 8 | -20/+26 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 14 | -922/+226 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 18 | -153/+942 |
* | Removed gtktreemodelsimple.[ch] removed | Jonathan Blandford | 2001-02-16 | 3 | -616/+0 |
* | New files. Implement GtkTreeModelMapping. | Alexander Larsson | 2001-02-16 | 5 | -17/+743 |
* | add "static" to a private function (gtk_image_menu_item_class_init): | Havoc Pennington | 2001-02-15 | 1 | -21/+92 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 15 | -57/+589 |
* | Remove gdkcc.h reference. | Owen Taylor | 2001-02-13 | 3 | -3/+48 |
* | New function, copied from X11 version. | Tor Lillqvist | 2001-02-11 | 2 | -9/+11 |