summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* need to use gtk_tree_model_filter_get_iter_full() since the path returnedKristian Rietveld2006-06-021-1/+1
* allow returning partial informationMatthias Clasen2006-06-021-13/+22
* Add gtkprintoperationpreview.[ch] Set default preview command. HardcodedAlexander Larsson2006-06-0213-171/+935
* Fix a typo (spotted by Paolo Borelli and coverity).Emmanuele Bassi2006-06-021-1/+1
* Add an icon-spacing style property for the same purpose.Matthias Clasen2006-06-012-8/+78
* bits from the preview patchMatthias Clasen2006-06-013-28/+38
* add docsMatthias Clasen2006-06-011-2/+70
* Intern signal names.Matthias Clasen2006-06-011-5/+5
* more canonical signal namesMatthias Clasen2006-06-011-2/+2
* use canonical signal namesMatthias Clasen2006-06-011-1/+1
* Add docsMatthias Clasen2006-06-011-72/+136
* Don't treat manual_scale like a percentage, its a factor.Matthias Clasen2006-05-311-1/+1
* Document signals. (#302556, Stefan Kost)Matthias Clasen2006-05-311-6/+56
* Further updates from the GtkPrintContext functions rename.Alexander Larsson2006-05-311-4/+4
* Remove request_details_tag with g_signal_handler_disconnect, notAlexander Larsson2006-05-311-4/+28
* Change some function names to be longer and better.Matthias Clasen2006-05-314-22/+22
* Don't run the custom page size dialog. (#340444, Christian Persch)Matthias Clasen2006-05-311-43/+56
* fix the buildMatthias Clasen2006-05-311-1/+1
* Clarify the docs of the color-set and font-set signals. (#343438, OlexiyMatthias Clasen2006-05-312-7/+15
* Don't skip internal children when emitting grab-notify. (#343425, MarkkuMatthias Clasen2006-05-311-1/+1
* Add a GtkButton::image-position property with getter and setter, to allowMatthias Clasen2006-05-313-15/+110
* only check sort column id if connected to sortable model.Kristian Rietveld2006-05-301-4/+11
* Add a spaceJohan Dahlin2006-05-291-1/+1
* removed forgotten declaration of _gtk_dialog_get_response_for_widget(),Michael Natterer2006-05-291-2/+0
* applied patch from Chris Wilson which replaces a useless loop withMichael Natterer2006-05-291-6/+3
* select the current focus row if nothing is selected and ctrl is notKristian Rietveld2006-05-281-5/+17
* refactor to work correctly in RTL mode.Kristian Rietveld2006-05-282-14/+59
* handle cell_even_ruled_sorted and cell_odd_ruled_sorted for the selectedKristian Rietveld2006-05-281-2/+4
* add GTK_ARROW_NONE.Kristian Rietveld2006-05-282-16/+27
* avoid some trivial differences in translated stringsMatthias Clasen2006-05-281-1/+1
* broken pipeKristian Rietveld2006-05-281-4/+21
* set the sizing type of the new column to FIXED,Kristian Rietveld2006-05-271-2/+6
* only unref if elt->ref_count > 0, (gtk_tree_model_filter_row_deleted):Kristian Rietveld2006-05-271-2/+2
* Small refactoring. (#340428, Paolo Borelli).Kristian Rietveld2006-05-272-56/+42
* really fix #333284.Kristian Rietveld2006-05-271-1/+1
* broken pipeKristian Rietveld2006-05-272-19/+39
* Cleaned up icons by Diana Fong.Matthias Clasen2006-05-264-0/+0
* queue a redraw for the full width of the row, not just the width we gotKristian Rietveld2006-05-261-1/+1
* set dy to page_size + height in the event dy + page_size is about toKristian Rietveld2006-05-261-0/+4
* allow positioning bubblesMatthias Clasen2006-05-253-0/+60
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-253-6/+21
* Fix the handling of modality by copying what GtkFileChooserButton does.Matthias Clasen2006-05-242-13/+16
* Make collate check button insensitiveMatthias Clasen2006-05-241-5/+15
* Make the range entry insensitive if another range option is selected.Matthias Clasen2006-05-241-0/+10
* Make style properties in dynamic types work betterMatthias Clasen2006-05-241-4/+61
* Add model property for GtkCellView, part of #172535.Henrique Romano2006-05-241-2/+24
* Custom tab labelMatthias Clasen2006-05-245-14/+76
* Add gtk_print_unix_dialog_set_manual_capabilities that controls whatAlexander Larsson2006-05-249-36/+185
* Do the begin-print emission in the idle, so that the print dialog goesMatthias Clasen2006-05-231-30/+31
* Add a boolean show-progress property, and show a progress dialog if it isMatthias Clasen2006-05-236-22/+191