summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Apply patch from Lee Mallabone to add object properties.Jonathan Blandford2001-03-055-1/+35
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-0510-105/+135
* Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.Alexander Larsson2001-03-051-0/+2
* Made the "parent_class" pointer static. The pixbuf-engine coincidentiallyMichael Natterer2001-03-051-1/+2
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-054-2/+43
* Convert from GtkArg to GParam (originally based on patch from LeeAlexander Larsson2001-03-052-157/+404
* fixed compiler warnings by inserting some consts. Added missingMET 2001 Sven Neumann2001-03-051-40/+45
* fixed bug #51097 about setting gtk_text_view_set_border_window_size() ifCET Mikael Hermansson2001-03-041-0/+9
* Detectable auto-repeat - make a repeating key generateOwen Taylor2001-03-031-13/+39
* Add shift-clicking to extend the selection. (Roughly based on patch fromOwen Taylor2001-03-031-6/+78
* Remove spurious const.Owen Taylor2001-03-032-4/+9
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-023-58/+335
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-0210-50/+140
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-027-196/+307
* Sanitize GtkRowReference.Jonathan Blandford2001-02-285-485/+502
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-2816-367/+46
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-289-120/+236
* test the window state stuffHavoc Pennington2001-02-276-4/+524
* small (not only) portability fixesHans Breuer2001-02-254-22/+41
* actually put /* */ around #endif comment.Jonathan Blandford2001-02-251-1/+1
* Only draw the column that is exposed.Jonathan Blandford2001-02-234-78/+103
* Update. Mention the gtk-1-3-win32-production branch.Tor Lillqvist2001-02-232-6/+2
* add functions for signal emission.Jonathan Blandford2001-02-224-75/+112
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-218-231/+95
* unbreak this functionHavoc Pennington2001-02-215-128/+351
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-216-34/+82
* Added new menu separator item. The drawing and size handling is still doneAlexander Larsson2001-02-217-3/+148
* Convert to new property API, patch from Lee MallaboneHavoc Pennington2001-02-214-100/+186
* New function to create an icon set from a pixbuf.Jonathan Blandford2001-02-203-0/+33
* Add a "markup" property.Alexander Larsson2001-02-203-9/+56
* Queue a redraw if the selectable setting was changed.Alexander Larsson2001-02-201-1/+6
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-198-29/+121
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-197-116/+116
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-199-59/+221
* updated for win32 msvc buildHans Breuer2001-02-196-4/+8
* use the visual scroll steps.Havoc Pennington2001-02-198-14/+149
* Copy data and free data with free().Alexander Larsson2001-02-191-1/+1
* Comment out property assignments, these don't work yet.92001-02-191-2/+2
* missed a couple spaces before parensHavoc Pennington2001-02-181-4/+4
* clean this up a bit.Havoc Pennington2001-02-181-41/+43
* fix screwup with shadowed variables that had broken size request in someHavoc Pennington2001-02-176-23/+77
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-178-20/+26
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-1714-922/+226
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-1718-153/+942
* Removed gtktreemodelsimple.[ch] removedJonathan Blandford2001-02-163-616/+0
* New files. Implement GtkTreeModelMapping.Alexander Larsson2001-02-165-17/+743
* add "static" to a private function (gtk_image_menu_item_class_init):Havoc Pennington2001-02-151-21/+92
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-1315-57/+589
* Remove gdkcc.h reference.Owen Taylor2001-02-133-3/+48
* New function, copied from X11 version.Tor Lillqvist2001-02-112-9/+11