summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-0165-338/+365
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-0142-159/+173
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-0114-19/+21
* Don't use GTK_WIDGET_NO_WINDOW in internal code anymoreJavier Jardón2010-03-013-38/+39
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-0132-88/+94
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-0145-119/+136
* Add introspection annotation for gtk_builder_get_objectFlorian Müllner2010-02-251-2/+2
* Add some missing docsMatthias Clasen2010-02-231-0/+19
* doc fixesMatthias Clasen2010-02-231-1/+1
* Correct annotations for gtk_tree_view_get_path_at_posMatthias Clasen2010-02-231-4/+4
* Handle out-of-bounds parameters in gtk_assistant_get_nth_pageMatthias Clasen2010-02-231-1/+5
* Fix a segfault in gtk_assistant_set_current_pageMatthias Clasen2010-02-231-1/+1
* Clarify the docs for gtk_info_bar_set_default_responseMatthias Clasen2010-02-231-0/+3
* Add some padding in tool buttonsMatthias Clasen2010-02-231-1/+1
* [docs] Fix GtkPlug::embedded signal documentationCarlos Garcia Campos2010-02-221-2/+1
* Emit GtkPlug::embedded signal when plug/socket are in the same process tooCarlos Garcia Campos2010-02-221-0/+2
* [Annotations] Add array length for GtkTreeStoreViktor Pracht2010-02-191-3/+3
* [annotations] Add allow-none for gtk_menu_popupJohan Dahlin2010-02-191-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-1989-329/+329
* Bug 548026 - No accessor for GtkWidget.requisitionMichael Natterer2010-02-193-0/+30
* widget: ensure boolean before comparingStefan Kost2010-02-151-0/+2
* widget: don't check before setting to avoid costly type checksStefan Kost2010-02-151-18/+8
* Revert "Drop duplicate declarations"Javier Jardón2010-02-131-0/+7
* Fix a compatibility problemMatthias Clasen2010-02-121-0/+1
* Drop duplicate declarationsMatthias Clasen2010-02-121-7/+0
* Remove duplicate definitions of gtk_widget_set/get_realized/mappedChristian Dywan2010-02-121-6/+0
* Allow calling gtk_widget_style_attach() only when realizedMichael Natterer2010-02-111-0/+1
* Fix compilation warning: return FALSE instead NULLJavier Jardón2010-02-111-1/+1
* Fix compilation warning: cast to GCompareFuncJavier Jardón2010-02-111-1/+2
* Add some more goddamn accessorsMatthias Clasen2010-02-093-0/+110
* Avoid overlap of scale marksMatthias Clasen2010-02-091-9/+79
* Avoid a crash when setting a tooltip on a GtkCalendarMatthias Clasen2010-02-091-4/+4
* Fix a refcounting issues in GtkPlugMatthias Clasen2010-02-091-14/+21
* Allow running without any im contextMatthias Clasen2010-02-091-3/+37
* Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newvAlan Knowles2010-02-092-2/+2
* Correctly clone the toolbutton's icon-name image widgetChristian Persch2010-02-091-0/+6
* Use correct processorArchitecture for x86_64 in manifest fileTor Lillqvist2010-02-091-1/+1
* Move documentation to inline comments: GtkAccelLabelJavier Jardón2010-02-092-2/+90
* [gtk] Deprecate GtkCurveType enumChristian Dywan2010-02-071-0/+2
* gtk: fix crash in _gtk_rbtree_find_offset() called from update_prelight()Michael Natterer2010-02-061-4/+6
* Bug 554420 - Seal GtkTextTagCody Russell2010-02-041-28/+28
* Bug 608993 - Add gtk_widget_style_attach()Michael Natterer2010-02-043-5/+34
* Remove existing signal connections in gtk_drag_dest_unset().Cody Russell2010-01-291-0/+14
* Implement gtk_paned_get_handle_windowChristian Dywan2010-01-293-0/+24
* Do not update paned position if it's already at the given valueChristian Dywan2010-01-291-0/+3
* [docs] Fix GtkOffscreenWindow documentationJavier Jardón2010-01-281-7/+9
* Small memory fixPaul Davis2010-01-221-2/+2
* Bug 607778 - Add accessors for GtkEntry's windowsMichael Natterer2010-01-223-0/+73
* Bug 607082 - Add accessors for sealed GtkRange membersMichael Natterer2010-01-223-0/+169
* GtkTreeView: plug a leaking GtkTreeRowReferenceClaudio Saavedra2010-01-221-2/+1