]> Pileus Git - ~andy/gtk/history - gtk
Updated Spanish translation
[~andy/gtk] / gtk /
2011-12-18 Ignacio Casal Quin... textlayout: cleanup
2011-12-18 Paolo BorelliUse gtk_text_layout_get_iter_at_line
2011-12-18 Paolo BorelliRemove useless get_iter_at_line calls.
2011-12-17 Rui Matostests: Add a test for latest commit
2011-12-17 Rui Matoswidget: Flip the sensitive flag even if the state doesn...
2011-12-16 Benjamin Ottefilechooserentry: Catch tab key earlier
2011-12-16 Benjamin Ottefilechooserentry: Do inline completion only when openin...
2011-12-16 Benjamin Ottefilechooserentry: Remove unused enum
2011-12-16 Benjamin Ottefilechooserentry: Allow NULL as base folder again
2011-12-16 Benjamin Ottefilechooserentry: Don't show files when selecting directory
2011-12-16 Benjamin Ottefilechooserentry: Remove beep function
2011-12-16 Benjamin Ottefilechooserentry: Simplify load completion
2011-12-16 Benjamin Ottefilechooserentry: Use a GtkFileFilter for filtering
2011-12-16 Benjamin Ottefilesystemmodel: Add a toggle for whether directories...
2011-12-16 Benjamin Ottefilechooserentry: Remove the file column
2011-12-16 Benjamin Ottefilechooserentry: Simplify code
2011-12-16 Benjamin Ottefilechooserentry: Refactor function
2011-12-16 Benjamin Ottefilechooserentry: Set minimum key length to 0
2011-12-16 Benjamin Ottefilechooserentry: Simplify refresh_current_folder_and_f...
2011-12-16 Benjamin Ottefilechooserentry: Get rid of unused member variable
2011-12-16 Benjamin Ottefilechooserentry: Remove _gtk_file_chooser_entry_set_fi...
2011-12-16 Benjamin Ottefilechooserentry: Use completion for completion
2011-12-16 Benjamin Ottefilechooserentry: Add gtk_file_chooser_entry_get_comple...
2011-12-16 Benjamin Ottefilechooserentry: Don't update the folder when completing
2011-12-16 Benjamin Ottefilechooserentry: Don't override activate
2011-12-16 Benjamin Ottefilechooserentry: Simplify append_common_prefix()
2011-12-16 Benjamin Ottefilechooserentry: Remove completion feedback
2011-12-16 Benjamin Ottefilechooserentry: Redo completion popup trigger
2011-12-16 Benjamin Ottefilechooserentry: Get rid of RefreshMode
2011-12-16 Benjamin Ottefilechooserentry: Use inline completion
2011-12-16 Benjamin Ottefilechooserentry: Merge function
2011-12-16 Benjamin Ottefilechooserentry: Set the text column of the entry...
2011-12-16 Benjamin Ottefilechooserentry: Simplify match_selected function
2011-12-16 Benjamin Ottefilechooserentry: Keep an extra column for the full...
2011-12-16 Benjamin Otteentrycompletion: Export gtk_entry_completion_compute_pr...
2011-12-16 Benjamin Ottefilechooserentry: Redo _gtk_file_chooser_entry_get_file...
2011-12-16 Benjamin Ottefilechooserentry: Modify _gtk_file_chooser_entry_get_cu...
2011-12-16 Benjamin Ottefilechooserentry: Split out function
2011-12-16 Benjamin Ottefilechooserentry: Simplify code
2011-12-16 Benjamin Ottefilechooserentry: Ensure the base folder is always...
2011-12-16 Benjamin Ottefilechooserentry: Don't complain about incomplete hostnames
2011-12-16 Benjamin Ottefilechooserentry: Start autocomplete immediately
2011-12-16 Benjamin Ottefilechooserentry: Remove file_system argument
2011-12-16 Benjamin Ottefilechooserentry: Simplify code
2011-12-16 Benjamin Ottefilechooserentry: Move _gtk_file_system_parse()
2011-12-16 Benjamin Ottegtkfolder: Remove
2011-12-16 Benjamin Ottefilechooserentry: Use a GtkFileSystemModel
2011-12-16 Benjamin Ottefilechooserentry: Store the liststore as a treemodel
2011-12-16 Benjamin Ottefilechooserentry: Make appending / to directories simpler
2011-12-16 Benjamin Ottefilechooserentry: Only append / to directory names...
2011-12-16 Benjamin Ottefilechooserentry: Don't trim away the slash after direc...
2011-12-16 Benjamin Ottefilechooserentry: Fold in start_loading_current_folder()
2011-12-16 Benjamin Ottefilechooserentry: The file system cannot be NULL
2011-12-16 Benjamin Ottefilechooserentry: Make the filesystem a construct-only...
2011-12-16 Benjamin Ottefilechooserentry: Keep finished_loading variable ourselves
2011-12-16 Benjamin Ottefilechooserentry: force_reload is never TRUE
2011-12-16 Benjamin Ottefilechooserentry: Fold function into other
2011-12-16 Benjamin Ottefilechooserentry: Reorganize function
2011-12-16 Benjamin Ottefilechooserentry: Use the actual discarding function...
2011-12-16 Benjamin Ottefilechooserentry: Don't use a magic number
2011-12-16 Benjamin Otteentry: Move freeze/thaw into begin/end_change
2011-12-16 Benjamin Otteentry: Don't try to handle Tab in entry completions
2011-12-16 Benjamin Ottetests: Relax a refcount comparison check
2011-12-16 Benjamin Ottea11y: Don't emit children-changed when nothing changed
2011-12-16 Benjamin Ottetreeview: Run unref helper for all rows
2011-12-16 Matthias ClasenFix more linking fallout
2011-12-16 Matthias ClasenDoc typo fix
2011-12-16 Matthias ClasenDoc typo fix
2011-12-16 Matthias ClasenCosmetic changes
2011-12-16 Benjamin Ottea11y: Remove unused gtk_cell_accessible_set_cell_data()
2011-12-16 Benjamin Ottea11y: Make boolean cell render report its states the...
2011-12-16 Benjamin Ottea11y: Refactor treeview code even more
2011-12-16 Benjamin Ottea11y: Redo function signature
2011-12-16 Benjamin Ottea11y: Implement GtkContainerCellAccessible.update_cache
2011-12-16 Benjamin Ottea11y: Move update_cache to GtkCellAccesible
2011-12-16 Benjamin Ottea11y: Redo cell update function
2011-12-16 Benjamin Ottea11y: Remove unused function
2011-12-16 Benjamin Ottea11y: remove now unused property lists
2011-12-16 Benjamin Ottea11y: Don't copy data between renderers
2011-12-16 Benjamin Ottea11y: Use cell renderer creation funcs unconditionally
2011-12-16 Benjamin Ottegtk: Add accessible types for cell renderers
2011-12-16 Benjamin Ottea11y: Use the accessible type
2011-12-16 Benjamin Ottecellrenderer: Add API to keep the accessible type
2011-12-16 Benjamin OtteAPI: cellrenderer: Add a private struct
2011-12-16 Benjamin Ottea11y: Add GtkRendererCellAcessible::renderer
2011-12-16 Benjamin Ottea11y: Remove unused variable
2011-12-16 Benjamin Ottetreeview: Send changed signal directly to a11y code
2011-12-16 Benjamin Ottetreeview: Emit cursor-changed signal when new model...
2011-12-16 Benjamin Ottea11y: Improve treeview's add/remove_selection()
2011-12-16 Benjamin Ottea11y: Improve get_selected_rows()
2011-12-16 Benjamin Ottea11y: Improve table_is_row_selected()
2011-12-16 Benjamin Ottetreeview: Signal selection changes to the accessible
2011-12-16 Benjamin Ottea11y: Emit children-changed properly for treeviews
2011-12-16 Benjamin Ottetreeview: Remove unnecessary accessible_expanded()
2011-12-16 Benjamin Ottetreeview: Add add() function to accessible
2011-12-16 Benjamin Ottetreeview: Set expandable flag from treeview
2011-12-16 Benjamin Ottea11y: Redo cell accessible action handling
2011-12-16 Benjamin Ottea11y: Remove "toggle" action from cell renderers
2011-12-16 Benjamin Ottetreeview: Set EXPANDED state directly on a11y elements
2011-12-16 Benjamin Ottetreeview: Deprecate gtk_tree_view_set_destroy_count_func()
next