]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2009-10-21 Javier JardónFix some compilation warning
2009-10-21 Javier JardónFix some compilation warning
2009-10-20 Javier JardónFix a compilation warning
2009-10-20 Javier JardónFix a compilation warning
2009-10-20 Javier JardónFix compilation warning
2009-10-20 Javier JardónRemove some unnused variables
2009-10-19 Marek KasikA small correction of previous commit
2009-10-19 Matthias ClasenCorrect a small oversight
2009-10-18 Tor LillqvistUse correct size for root window with multiple monitors
2009-10-18 Tor LillqvistDelete a couple of leftover commented-out lines
2009-10-18 Tor LillqvistAdd missing newline to debugging output
2009-10-18 Tor LillqvistDelete unused leftover static function
2009-10-18 Tor LillqvistMore meaningful debugging output in gdk_win32_window_ge...
2009-10-18 Tor LillqvistRemove unused variables and static functions
2009-10-18 Tor LillqvistCorrect function names in debugging output
2009-10-18 Matthias ClasenDon't omit GTK_ICON_SIZE_DIALOG
2009-10-18 Matthias ClasenFix a problem in GtkImage size allocation
2009-10-17 Simos XenitellisUpdated Greek translation
2009-10-17 Jorge GonzálezUpdated Spanish translation
2009-10-16 Christian DywanUndefine GTK_DISABLE_DEPRECATED in testinput to keep...
2009-10-16 Christian DywanDeprecate GtkInputDialog
2009-10-16 Tor LillqvistFix build on Windows
2009-10-15 Debarshi RayUse G_BEGIN/END_DECLS in gtkcellrendererspinner.h
2009-10-15 Federico Mena... Fix thinkos in which fields get used
2009-10-15 Federico Mena... Oops, it's gsize, not GSize
2009-10-15 Federico Mena... Fix a g_strdup_printf()
2009-10-15 Federico Mena... Put the list of column types in a macro
2009-10-15 Federico Mena... Clarify the arguments of g_file_query_info_async()
2009-10-15 Federico Mena... Make copy_attribute() a function instead of a macro
2009-10-15 Federico Mena... Don't leak a treepath if the treeview is not populated yet
2009-10-15 Federico Mena... Factor out function to set a fixed size for the icon...
2009-10-15 Federico Mena... Comment that the column order needs to be kept in sync...
2009-10-15 Federico Mena... Fix typo in a comment
2009-10-15 Federico Mena... Make get_selected_file() return a ref'ed file
2009-10-15 Federico Mena... In set_filter(), handle the case where the new filter...
2009-10-15 Federico Mena... s/get_is_visible/iter_is_visible for clarity
2009-10-15 Federico Mena... Remove obsolete comment
2009-10-15 Federico Mena... Make the code match the docs in _gtk_file_system_model_...
2009-10-15 Federico Mena... Free some missing fields in ::finalize()
2009-10-15 Federico Mena... Clarify variable names in gtk_file_system_model_sort()
2009-10-15 Federico Mena... Nothing to do for ref/unref_node
2009-10-15 Federico Mena... Clarify a couple of spots with comments
2009-10-15 Federico Mena... Clarify array indexes vs. row numbers
2009-10-15 Federico Mena... Big comment on how GtkFileSystemModel works
2009-10-15 Federico Mena... Remove obsolete code to use a cached mime-type
2009-10-15 Federico Mena... Fix thinko in node_should_be_visible()
2009-10-15 Federico Mena... Factory out functions to emit row_inserted, row_changed...
2009-10-15 Federico Mena... When updating a file, handle the case where the old...
2009-10-15 Federico Mena... When removing a file, also remove it from the file_look...
2009-10-15 Federico Mena... Comment on how the file_lookup hash table gets rebuilt...
2009-10-15 Federico Mena... Clarify the arguments to g_file_query_info_async()
2009-10-15 Federico Mena... Show an error dialog when we can't read the folder...
2009-10-15 Federico Mena... Clarify the code flow in gtk_file_system_model_got_files()
2009-10-15 Federico Mena... Remove the dir_thaw_source while disposing the model
2009-10-15 Federico Mena... Make _gtk_file_system_model_remove_file() static
2009-10-15 Federico Mena... Make _gtk_file_system_model_add_file() static
2009-10-15 Federico Mena... Clarify the comments that some fields in GtkFileSystemM...
2009-10-15 Federico Mena... Clarify the arguments to g_file_monitor_directory()
2009-10-15 Federico Mena... Clarify an argument to g_file_enumerate_children_async()
2009-10-15 Federico Mena... Fix and tighten an assertion
2009-10-15 Federico Mena... Complete the documentation string for _gtk_file_system_...
2009-10-15 Federico Mena... Start with a file array with a resonable preallocated...
2009-10-15 Federico Mena... Compute the node size only once to avoid the scary...
2009-10-15 Federico Mena... g_error() as soon as we catch an invalid column type
2009-10-15 Benjamin OtteImprove show_and_select_files() function
2009-10-15 Benjamin OtteRemove unused error argument from show_and_select_files()
2009-10-15 Benjamin OtteEnable the size column in recent files/search
2009-10-15 Benjamin OtteUse the faster accessor function in the sort functions
2009-10-15 Benjamin OtteConvert recent files to a GtkFileSystemModel
2009-10-15 Benjamin OtteConvert search to use a GtkFileSystemModel
2009-10-15 Benjamin OtteDon't count the "enter directory name" line as a select...
2009-10-15 Benjamin OtteAdd a constructor to filesystem model that does not...
2009-10-15 Benjamin OtteMake the filesystem model filter API use a GtkFileFilter
2009-10-15 Benjamin OtteOnly query the absolutely necessary attributes
2009-10-15 Benjamin OtteLoad icons on-demand
2009-10-15 Benjamin OtteUse the GtkTreeSortable of the filesystem model
2009-10-15 Benjamin OtteClean up code to use the model directly
2009-10-15 Benjamin OtteReplace the cell data computations
2009-10-15 Benjamin OtteConsolidate tree models for different browse modes
2009-10-15 Benjamin OtteSimplify gtk_file_chooser_default_unselect_file()
2009-10-15 Benjamin OtteCreating the model no longer fails
2009-10-15 Benjamin OtteImplement new GtkFileSystemModel
2009-10-15 Benjamin Ottemove GtkFileSystemModel private stuff out of the privat...
2009-10-15 Xan LopezDo not assign the parent class twice
2009-10-15 Paolo BorelliNotify the "active" property of the spinner only when...
2009-10-15 Matej UrbančičUpdated Slovenian translation
2009-10-15 Matej UrbančičUpdated Slovenian translation
2009-10-15 Emmanuele Bassigtk-demo: Remove C99-ism from list_store example
2009-10-15 Daniel NylanderUpdated Swedish translation
2009-10-15 A S AlamCompleting translation for Punjabi
2009-10-15 Javier JardónMove documentation to inline comments: GtkToolShell
2009-10-15 Javier JardónMove documentation from templates to inline comments...
2009-10-15 Javier JardónMove documentation from templates to inline comments...
2009-10-15 Javier JardónMove documentation from templates to inline comments...
2009-10-15 Bastien NoceraFix GtkSpinner using style before it's set
2009-10-14 Bastien NoceraFix property links in GtkSpinner
2009-10-14 Leonid KanterUpdated Russian translation
2009-10-14 Bastien NoceraAdd GtkSpinner::animation-duration style property
2009-10-14 Matthias ClasenAdd GtkSpinner to the widget gallery
2009-10-14 Matthias ClasenDocumentation and stylistic fixups
next