summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Updates for releasethunar-4.16.0Simon Steinbeiss2020-12-231-1/+30
|
* Updates for releasexfce-4.16pre2thunar-4.15.3Alexander Schwinn2020-11-011-0/+25
|
* Updates for releasexfce-4.16pre1thunar-4.15.2Alexander Schwinn2020-08-231-0/+27
|
* Updates for releasethunar-4.15.1Alexander Schwinn2020-07-021-1/+17
|
* Updates for releasethunar-4.15.0Andre Miranda2020-06-181-0/+70
|
* update NEWS according to NEWS of 1.8.15 releaseAlexander Schwinn2020-05-241-54/+85
|
* update NEWS file and version, according to 1.8.13 releaseAlexander Schwinn2020-03-231-0/+100
|
* update NEWS file according to xfce-4.14 branchAlexander Schwinn2019-07-201-0/+38
|
* updated NEWS and configure.ac.in according to recent releasesAlexander Schwinn2019-05-181-0/+59
|
* updated NEWS and configure.ac.in according to recent releasesAlexander Schwinn2019-01-271-0/+7
|
* updated NEWS and configure.ac.in according to recent releasesAlexander Schwinn2019-01-241-0/+29
|
* update NEWS file with 1.8.2 release infoAlexander Schwinn2018-09-261-0/+34
|
* Updates for releasethunar-1.8.1Andre Miranda2018-06-131-0/+8
|
* Updates for releasethunar-1.8.0Alexander Schwinn2018-06-061-0/+11
|
* Use all lowercase URL for Thunar's websiteAndre Miranda2018-04-051-1/+1
| | | | Also remove the trailing slash
* Updates for releasethunar-1.7.2Alexander Schwinn2018-04-051-0/+19
|
* Updates for releasethunar-1.7.1Alexander Schwinn2018-02-151-0/+40
|
* Updates for releasethunar-1.7.0Andre Miranda2017-11-251-0/+36
|
* Updates for releasethunar-1.6.12Simon Steinbeiss2017-07-011-0/+11
|
* Updates for releasethunar-1.6.11Simon Steinbeiss2017-02-131-0/+16
|
* Post release tag bumpHarald Judt2015-05-221-6/+6
|
* Updates for releasethunar-1.6.10Harald Judt2015-05-221-0/+9
|
* Updates for releasethunar-1.6.9Harald Judt2015-05-171-0/+29
|
* Updates for releasethunar-1.6.8Harald Judt2015-05-051-0/+27
|
* Updates for releasethunar-1.6.7Harald Judt2015-04-201-0/+41
|
* Updates for releasethunar-1.6.6Harald Judt2015-02-281-0/+22
|
* Post release tag bumpHarald Judt2015-02-201-1/+1
|
* Updates for releasethunar-1.6.5Harald Judt2015-02-201-0/+29
|
* Updates for the release.thunar-1.6.4Andrzej2015-01-041-0/+29
|
* Updates for release.thunar-1.6.3Nick Schermer2013-05-051-0/+16
|
* Updates for release.thunar-1.6.2Nick Schermer2012-12-271-0/+22
|
* Updates for release.thunar-1.6.1Nick Schermer2012-12-091-0/+26
|
* Updates for release.thunar-1.6.0Nick Schermer2012-12-021-0/+19
|
* Updates for release.thunar-1.5.3Nick Schermer2012-11-241-0/+21
|
* Updates for release.thunar-1.5.2Nick Schermer2012-11-101-0/+47
|
* Updates for release.thunar-1.5.1Nick Schermer2012-10-311-0/+40
|
* Updates for release.thunar-1.5.0Nick Schermer2012-10-141-0/+47
|
* Updates for release.thunar-1.4.0Nick Schermer2012-04-281-4/+13
|
* Move away from using a hard-coded size for window icons (bug #8626).Jannis Pohlmann2012-04-151-1/+2
| | | | | | | | | | | | | | | The previous commit wasn't actually related to this bug. The problem here was that the xfwm4 tab window now allows themes to change the size of the displayed window icons but Thunar still hard-coded its own window icons to 48px. From this commit Thunar on uses thunar_file_get_icon_name(current_dir) to get an icon name for the current directory and and then calls gtk_window_set_icon_name() rather than asking ThunarIconFactory for a 48px GdkPixbuf that cannot be scaled up nicely. This is ok because we only ever set icons for directories and for those ThunarIconFactory never returns anything but a GdkPixbuf based on an icon name anyway. It never returns a GdkPixbuf loaded from an absolute path or anything.
* Add an 64x64 and 128x128 icon for Thunar (bug #8626).Jannis Pohlmann2012-04-151-0/+4
|
* Updates for release.thunar-1.3.2Nick Schermer2012-04-141-1/+17
|
* Tpa: Make the plugin fit a single row of the panel.Andrzej2012-03-281-0/+4
|
* Updates for release.thunar-1.3.1Nick Schermer2012-03-281-10/+28
|
* Update NEWS.Jannis Pohlmann2012-03-261-1/+2
|
* Add a "Skip All" button to the file overwrite dialog (bug #4263).Eric Koegel2012-03-131-0/+1
|
* Improve sorting of file names that include numbers (bug #5359).Peter de Ridder2012-02-271-0/+1
| | | | | | This commit improves the handling of leading zeros of numbers in file names. Previously, the order was not always predictable and was also often incorrect.
* Fix handling %U when launching multiple files with an app (bug #7456).John Lindgren2012-02-261-0/+1
| | | | | | | | | | | | GIO returns a newly allocated GAppInfo every time g_app_info_get_default_for_type() is called. This means that if we use a GHashTable and g_direct_hash() to associate GAppInfos with files to be launched with each of them, we will actually end up with multiple GAppInfos that are the same, and each of them will only have a single file associated. To fix this, we now use a fake hash function that causes GHashTable to always search the GAppInfo in the collision list.
* Fix crash when removing an ancestor of the current folder (bug #8168).Jannis Pohlmann2012-02-261-0/+1
| | | | | | | Whenever we release the GFileMonitor of a ThunarFolder, we also need to disconnect from its signals. Otherwise one of the signal handlers might still be called, potentially with corrupted user data (which was the case here).
* Respect ThunarIconFactory::show-thumbnails. Fixes a regression.Jannis Pohlmann2011-12-271-0/+1
| | | | | | Whenever show-thumbnails is toggled, we need to either show thumbnails again immediately or cancel any pending requests to put tumbler back into idle mode.
* Update NEWS.Jannis Pohlmann2011-11-061-0/+2
|