20
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace two calls of gtk_container_add with gtk_button_set_image for compatibility with gtk2/3/(mostly)4 More... 9 months ago
src/gtk/menu-items.c: use g_file_get_contents() More... 9 months ago
Render the LICENSE in the Help->About->License dialog More... 9 months ago
add gftp_get_doc_dir() / show AUTHORS file in About More... 9 months ago
gtk_image_new_from_stock is deprecated in newer versions of GTK. Replace with gtk_image_new_from_icon_name() to remain forward compatible with gtk 3.10+ More... 9 months ago
- Correct compilation error in update_file_status More... 9 months ago
lib/protocol_ftp.c: fix segfault More... 9 months ago
src/gtk: now the new transfer GtkTreeView works More... 10 months ago
- Silence a few more compiler warnings More... 10 months ago
gftp-gtk.c: GTK3: hack to set a proper size for the log window More... 10 months ago
src/gtk: fix compilation with gtk3 More... 10 months ago
lib/protocols.c: fix warning if NLS is disabled More... 10 months ago
src/gtk: Wg_mutex -> g_mutex More... 10 months ago
lib/protocol_ftp.c: fix potential memleak More... 10 months ago
lib/protocol_ftp: improve ftp_read_response() More... 10 months ago
use g_strstrip More... 10 months ago
Limit Warnings - minor corrections by casting - silence all gtk deprecation warnings This can disabled by commenting out the first line #pragma /* #pragma GCC diagnostic ignored "-Wdeprecated-declarations" */ More... 10 months ago
GtkTreeView Transfer Window implementation (WIP) More... 10 months ago
handle (new) DOS date/time variant More... 10 months ago
remove FSP support (again) More... 10 months ago
build listbox.c as typical source file More... 10 months ago
create_portable_gftp.sh: tweaks More... over 1 year ago
ftp: always ignore PASV address unless PRET is detected... More... over 1 year ago
lib/sshv2.c: use gftp_protocol_default_port() More... over 1 year ago
lib: Wg_mutex -> g_mutex More... over 1 year ago
update readme More... over 1 year ago
add docs/create_portable_gftp.sh More... over 1 year ago
lib: don't apply gftp_expand_path() to BASE_CONF_DIR, CONFIG_FILE, BOOKMARKS_FILE & LOG_FILE More... over 1 year ago
Follow XDG Base Directory Specification More... over 1 year ago
require GLIB >= 2.32 (again) More... over 1 year ago