Simplify vflist_get_formatted()
[geeqie.git] / src / remote.cc
3 days ago Arkadiy IllarionovSilence GtkAction deprecation warnings
2024-04-16 Colin ClarkSome command line options are not GNU/POSIX compliant (2)
2024-04-14 Colin ClarkCommand line auto-completion - further enhancements
2024-04-13 Colin ClarkSome command line options are not GNU/POSIX compliant
2024-04-04 Colin ClarkCommand line auto-completion enhancements
2024-03-15 Colin ClarkAditional remote command - window list
2024-03-09 Colin ClarkReplace single value enums with constexpr <type>
2024-02-19 Arkadiy IllarionovFix include-what-you-use warnings
2024-02-14 Arkadiy IllarionovSort headers using clang-tidy
2024-02-13 Arkadiy IllarionovCleanup main.h header
2024-02-07 Colin Clarkclang-tidy: readability-isolate-declaration
2024-02-07 Colin Clarkclang-tidy: modernize-macro-to-enum
2024-02-03 Colin Clarkclang-tidy: readability-else-after-return
2023-10-18 Colin ClarkRemove certain command line options
2023-09-28 Colin ClarkGTK4: gtk_window_move(), gtk_window_set_position()
2023-09-03 Colin ClarkEliminate compiler warnings
2023-09-02 Zbigniew Jędrzejew... Do not truncate socket path
2023-08-29 Arkadiy IllarionovRemove structs and some enums from typedefs.h
2023-08-22 Arkadiy IllarionovSimplify gr_action_list
2023-08-20 Arkadiy IllarionovSimplify GString usage
2023-08-12 Colin ClarkAllow .desktop files to be linked to programmable mouse...
2023-08-11 Colin ClarkImplement remote keyboard actions
2023-08-04 Colin Clark(Re)-implement natural and case sorting
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-07-25 Arkadiy IllarionovFix some memory leaks
2023-07-22 Arkadiy IllarionovReplace string_list_free with g_list_free_full
2023-07-20 Colin ClarkRemove dead code
2023-07-08 Rosen Penevclang-tidy: remove misleading const
2023-07-04 Rosen Penevclang-tidy: fixes from version 16
2023-07-02 Colin ClarkRemote --get-file-info method
2023-06-16 Rosen Penevadd missing stuff
2023-06-11 Rosen Penevclang-tify: remove void
2023-06-11 Rosen Penevclang-tidy: use using
2023-06-09 Rosen Penevclang-tidy: use nullptr
2023-06-08 Rosen Penevclang-tidy: C to C++ casts
2023-06-04 Rosen Penevclang-tidy: modernize-use-auto
2023-05-24 Colin ClarkDocumentation: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE
2023-04-07 Colin ClarkFix c++ compiler warnings
2023-03-31 Colin ClarkFix c++ compiler warnings
2023-03-30 Colin ClarkChange c-style typecasts to c++ style
2023-03-29 Colin ClarkFix more c++ compiler warnings
2023-03-29 Colin ClarkFix some c++ compiler warnings
2023-03-21 Omari StephensAdds a `--selection-remove` command to the remote API.
2023-03-21 Omari StephensAdds a `--selection-clear` command to the remote API.
2023-03-21 Omari StephensAdds a `--selection-add` command to the remote API.
2023-03-21 Omari StephensAdds a `--get-selection` remote command that shows...
2023-03-08 Colin ClarkBug fix: Remote option --list-add parameter
2022-10-06 Colin ClarkRemove redundant includes
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...