summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* use GTK_IS_TREE_VIEW_COLUMN() in g_return_if_fail here.Kristian Rietveld2007-06-061-1/+1
* new function. (#342471, Lorenzo Gil Sanchez).Kristian Rietveld2007-06-063-0/+23
* remove unused call to gtk_widget_size_request(). (Reported by CarlosKristian Rietveld2007-06-061-3/+0
* bail out if last_window is not a GdkWindow anymore. (Fixes #434021,Kristian Rietveld2007-06-061-3/+3
* also remove the auto expand timeout if it exists.Kristian Rietveld2007-06-061-0/+6
* drop the paper sheet. d is used for search, rather than find within aJakub Steiner2007-06-054-853/+340
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-045-34/+169
* gtk/gtklinkbutton.h Change function argument "link" to "link_" to fixCody Russell2007-06-042-2/+2
* Check if down_button is NULL. This happens when the pathbar button for theCody Russell2007-06-041-1/+4
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-041-0/+4
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-046-70/+122
* Add a create-window signal that allows to override the globalMatthias Clasen2007-06-043-6/+81
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-043-153/+3
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-033-3/+153
* Initialize unthemed_icon to NULL to avoid accessing uninitialized memoryTorsten Schönfeld2007-06-031-1/+1
* Fix typoMatthias Clasen2007-06-032-2/+2
* Remove g_return_if_fail checks from private functions.Xan Lopez2007-06-031-64/+0
* The page num parameter is unused is redundant and unused inXan Lopez2007-06-031-20/+18
* Forgotten fileMatthias Clasen2007-06-021-2/+1
* don't switch submenu opening direction for overlapping reasons if there isMichael Natterer2007-06-011-2/+8
* change fix for #347883 to not obfuscate the code.Michael Natterer2007-06-011-8/+5
* Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405,Yevgen Muntyan2007-06-015-54/+288
* use text colors from widget style to draw cursor instead of hardcodedYevgen Muntyan2007-06-011-6/+8
* transform the ink_rect using pango_extents_to_pixels to avoid roundingKristian Rietveld2007-05-311-1/+2
* Reset the internal response_requested flag, once the response triggered by fi...Mathias Hasselmann2007-05-311-8/+11
* Queue a resize if the size changed. (#418047, Alex Graveley)Matthias Clasen2007-05-301-1/+5
* Fix to update the file chooser entryEmmanuele Bassi2007-05-301-15/+2
* Correct the handling of display names.Matthias Clasen2007-05-301-3/+31
* Small cleanup in gtk_notebook_set_current_page and fix doc typo.Xan Lopez2007-05-291-7/+4
* Add back variable declaration removed in r17958.Carlos Garnacho2007-05-281-0/+1
* Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.Carlos Garcia Campos2007-05-283-1/+5
* Document some more signalsMatthias Clasen2007-05-281-34/+72
* Improve docsMatthias Clasen2007-05-281-68/+62
* forgotten fileMatthias Clasen2007-05-281-1/+1
* Move docs inlineMatthias Clasen2007-05-271-0/+83
* More doc fixageMatthias Clasen2007-05-261-8/+8
* More doc fixesMatthias Clasen2007-05-261-1/+1
* Bring docs in shapeMatthias Clasen2007-05-261-15/+14
* Document new apiMatthias Clasen2007-05-261-2/+2
* Document new apiMatthias Clasen2007-05-261-5/+11
* Document new apiMatthias Clasen2007-05-262-3/+5
* document new apiMatthias Clasen2007-05-261-11/+13
* Document new apiMatthias Clasen2007-05-261-16/+15
* Document new apiMatthias Clasen2007-05-261-1/+1
* Document new apiMatthias Clasen2007-05-261-2/+23
* Fix typo to get the build working.Richard Hult2007-05-261-1/+1
* More of the sameMatthias Clasen2007-05-262-45/+51
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-2610-420/+411
* Formatting fixes.Matthias Clasen2007-05-262-155/+139
* Allow to separate GtkTextMark creation from buffer insertion. (#132818,Matthias Clasen2007-05-267-35/+217