summaryrefslogtreecommitdiff
path: root/thunar/thunar-standard-view.c
Commit message (Expand)AuthorAgeFilesLines
* giant commitReplaceGtkAction47Alexander Schwinn2020-05-151-1222/+223
* Fix typo in debug message: happend -> happenedUnit 1932020-04-121-1/+1
* Add examples to "Select by Pattern" dialog (Bug #16587)Theo Linkspfeifer2020-03-231-1/+20
* NULL is the proper sentinel for g_object_new() (Bug #16310)Sébastien Marie2020-01-071-1/+1
* Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list view)Alexander Schwinn2019-12-221-6/+23
* Thunar 1.8.10 crashing on startup in FreeBSD and Fedora, caused byOlivier Duchateau2019-11-141-0/+2
* Crash on refresh if remote folder has been removed (Bug #15961)Alexander Schwinn2019-09-261-1/+9
* Ensure user customizable action uses currently selected file path (Bug #15119)Reuben Green2019-09-221-9/+11
* Do not insert hyphens at intra-word line breaks (Bug #15856)Andre Miranda2019-08-251-0/+2
* Get rid of bitwise AND in logical expression (Bug #15352)Evangelos Foutras2019-07-021-4/+3
* Replace Trash action with Delete as needed (Bug #15352)Evangelos Foutras2019-07-011-4/+10
* Improve explanation string for "invert selection" action (Bug #15625)Alexander Schwinn2019-06-241-1/+1
* Deactivate "Move to Trash" menu entry on volumes without trash (Bug #15352)Theo Linkspfeifer2019-05-291-2/+8
* Restore right-click drag and drop functionality (Bug #14583)Theo Linkspfeifer2019-05-171-4/+12
* Fix queued context menu popupTheo Linkspfeifer2019-05-171-1/+21
* Drop unused macrosAndre Miranda2019-04-141-4/+0
* Fix g_type_class_add_private is deprecatedAndre Miranda2019-04-141-4/+3
* Fixed compiler warning, removed unused code and added comment toAlexander Schwinn2018-09-261-15/+2
* Add preferences item to toggle the delete in the context menuAlexander Schwinn2018-09-121-0/+4
* More options for thumbnail size (Bug #14451)Alexander Schwinn2018-07-311-0/+10
* Fix of messed up row-height with disabled "automatically expand columnsAlexander Schwinn2018-07-301-1/+3
* Fix of messed up row-height with disabled "automatically expand columnsAlexander Schwinn2018-07-291-3/+1
* Add german (and custom) date format (Bug #14527)Alexander Schwinn2018-07-181-0/+1
* Fix standard view border during drag and drop (Bug #14523)Andre Miranda2018-07-161-7/+6
* Add property to enable/disable frames on thumbnails (Part II)Alexander Schwinn2018-07-111-3/+4
* Add property to enable/disable frames on thumbnailsAlexander Schwinn2018-06-241-0/+29
* Replace gtk_paint_shadow by gtk_render_frameAndre Miranda2018-06-051-4/+2
* Replace gtk_drag_beginAndre Miranda2018-06-021-1/+6
* Drop thunar-stockAndre Miranda2018-06-021-2/+1
* Silence gdk_threads_* deprecationsAndre Miranda2018-06-021-6/+6
* Replace gdk_window_get_pointer by gdk_window_get_device_positionAndre Miranda2018-06-021-2/+9
* Fix more warningsAndre Miranda2018-05-291-2/+2
* Used G_GNUC_BEGIN_IGNORE_DEPRECATIONS on gtk_action and dependencies.Alexander Schwinn2018-05-291-1/+68
* Fix typosAndre Miranda2018-04-051-1/+1
* Fixed creation of .desktop file when dropping URL into folder (bugManuel Grießmayr2018-02-251-48/+50
* Fixed an uncritical "use after free" ( check if NULL after free )Alexander Schwinn2018-02-181-1/+2
* removed deprecated method "gtk_menu_popup" and remainsAlexander Schwinn2018-02-151-11/+6
* Introduce ThunarxMenuAndre Miranda2017-11-191-33/+15
* Simplify icon handling of ThunarxMenuItemAndre Miranda2017-11-021-1/+1
* Rename thunarx methods *_actions to *_menu_itemsAndre Miranda2017-11-021-16/+14
* Eschew GtkAction from Thunarx APIAndre Miranda2017-11-021-15/+21
* move all .css to one place: thunar-applicationAlexander Schwinn2017-09-231-11/+2
* Handle a few deprecationsAndre Miranda2017-09-021-1/+1
* Fix some non-deprecation warningsAndre Miranda2017-08-251-1/+1
* Replace GtkV/HBox by GtkBoxAndre Miranda2017-08-251-1/+1
* Fix small styling detailsAndre Miranda2017-08-141-0/+12
* Rebinded ctrl-x ctrl-c and ctrl-v in the menu, so that these key combinations...Francesco Pasa2017-08-141-3/+3
* Replace gdk_spawn_on_screen by g_spawn_asyncAndre Miranda2017-08-141-3/+13
* Get rid of GTK_STOCK_*Jonas Kümmerlin2017-08-141-7/+7
* Make Thunar core compile and not crash with Gtk3Jonas Kümmerlin2017-08-141-23/+25