summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add destroy function.Jonathan Blandford2001-03-091-334/+356
* Actually unref the nodes. Fixes bug #50058.Jonathan Blandford2001-03-094-28/+91
* add support for invisible cells. (gtk_tree_view_bin_expose): dittoJonathan Blandford2001-03-082-44/+41
* add prerequesite on gobjects.Jonathan Blandford2001-03-081-0/+1
* re-enabled event watcher emission hooks.Tim Janik2001-03-081-11/+10
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-0811-84/+92
* Make G_CONST_RETURN.Owen Taylor2001-03-084-7/+56
* uglify so that size request gets tested.Havoc Pennington2001-03-082-9/+40
* removed old emission hook API.Tim Janik2001-03-073-29/+5
* use PRIORITY_VALIDATEHavoc Pennington2001-03-072-1/+3
* remove trailer (gtk_entry_set_property): remove trailerHavoc Pennington2001-03-076-38/+265
* new function, turns off decorations for a window.Havoc Pennington2001-03-0720-124/+249
* dum di dumTim Janik2001-03-071-0/+1
* marshaller fixes.Tim Janik2001-03-0749-618/+405
* Removed warningAlexander Larsson2001-03-071-1/+1
* Add visible field to allow you to hide cell renderers.Jonathan Blandford2001-03-072-4/+23
* Add "clicked" signal back to columns.Jonathan Blandford2001-03-061-4/+8
* Add animation of activation by, on activate, pressing the button, andOwen Taylor2001-03-064-8/+133
* set the class closure offset for the window_state_event to point atJames Henstridge2001-03-061-1/+1
* Updated docs to be saneJonathan Blandford2001-03-061-13/+13
* fix busted /* comment */Jonathan Blandford2001-03-061-1/+1
* Apply patch from John Margaglione to add object properties.Jonathan Blandford2001-03-051-2/+177
* 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