summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* accessible: At an important note to the docsBenjamin Otte2011-12-191-1/+5
* accessible: Check the widgeyt actually changed when settingBenjamin Otte2011-12-191-1/+8
* accessible: Make widget a propertyBenjamin Otte2011-12-191-0/+59
* treeview: Only set focus column in setter functionBenjamin Otte2011-12-191-7/+7
* a11y: Simplify codeBenjamin Otte2011-12-191-54/+25
* Use the workarea when placing popupsMatthias Clasen2011-12-1816-25/+23
* textlayout: cleanupIgnacio Casal Quinteiro2011-12-181-49/+47
* Use gtk_text_layout_get_iter_at_linePaolo Borelli2011-12-181-21/+11
* Remove useless get_iter_at_line calls.Paolo Borelli2011-12-181-14/+1
* tests: Add a test for latest commitRui Matos2011-12-171-0/+20
* widget: Flip the sensitive flag even if the state doesn't changeRui Matos2011-12-171-8/+4
* filechooserentry: Catch tab key earlierBenjamin Otte2011-12-161-27/+21
* filechooserentry: Do inline completion only when opening filesBenjamin Otte2011-12-161-2/+28
* filechooserentry: Remove unused enumBenjamin Otte2011-12-161-6/+0
* filechooserentry: Allow NULL as base folder againBenjamin Otte2011-12-161-11/+16
* filechooserentry: Don't show files when selecting directoryBenjamin Otte2011-12-161-0/+8
* filechooserentry: Remove beep functionBenjamin Otte2011-12-161-8/+2
* filechooserentry: Simplify load completionBenjamin Otte2011-12-161-49/+22
* filechooserentry: Use a GtkFileFilter for filteringBenjamin Otte2011-12-161-79/+25
* filesystemmodel: Add a toggle for whether directories are filteredBenjamin Otte2011-12-162-10/+43
* filechooserentry: Remove the file columnBenjamin Otte2011-12-161-6/+1
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-122/+10
* filechooserentry: Refactor functionBenjamin Otte2011-12-161-36/+25
* filechooserentry: Set minimum key length to 0Benjamin Otte2011-12-161-0/+1
* filechooserentry: Simplify refresh_current_folder_and_file_part()Benjamin Otte2011-12-161-19/+9
* filechooserentry: Get rid of unused member variableBenjamin Otte2011-12-161-6/+0
* filechooserentry: Remove _gtk_file_chooser_entry_set_file_part()Benjamin Otte2011-12-163-29/+7
* filechooserentry: Use completion for completionBenjamin Otte2011-12-161-153/+22
* filechooserentry: Add gtk_file_chooser_entry_get_completion_text()Benjamin Otte2011-12-161-8/+12
* filechooserentry: Don't update the folder when completingBenjamin Otte2011-12-161-53/+4
* filechooserentry: Don't override activateBenjamin Otte2011-12-161-20/+0
* filechooserentry: Simplify append_common_prefix()Benjamin Otte2011-12-161-133/+20
* filechooserentry: Remove completion feedbackBenjamin Otte2011-12-161-269/+1
* filechooserentry: Redo completion popup triggerBenjamin Otte2011-12-161-94/+40
* filechooserentry: Get rid of RefreshModeBenjamin Otte2011-12-161-35/+12
* filechooserentry: Use inline completionBenjamin Otte2011-12-161-87/+19
* filechooserentry: Merge functionBenjamin Otte2011-12-161-9/+3
* filechooserentry: Set the text column of the entry completionBenjamin Otte2011-12-161-0/+2
* filechooserentry: Simplify match_selected functionBenjamin Otte2011-12-161-23/+9
* filechooserentry: Keep an extra column for the full pathBenjamin Otte2011-12-161-5/+23
* entrycompletion: Export gtk_entry_completion_compute_prefix()Benjamin Otte2011-12-163-6/+24
* filechooserentry: Redo _gtk_file_chooser_entry_get_file_part()Benjamin Otte2011-12-161-2/+10
* filechooserentry: Modify _gtk_file_chooser_entry_get_current_folder()Benjamin Otte2011-12-162-6/+26
* filechooserentry: Split out functionBenjamin Otte2011-12-161-4/+15
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-18/+4
* filechooserentry: Ensure the base folder is always validBenjamin Otte2011-12-161-3/+12
* filechooserentry: Don't complain about incomplete hostnamesBenjamin Otte2011-12-161-56/+6
* filechooserentry: Start autocomplete immediatelyBenjamin Otte2011-12-161-31/+2
* filechooserentry: Remove file_system argumentBenjamin Otte2011-12-163-16/+3
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-18/+15