summaryrefslogtreecommitdiff
path: root/src/fr-window.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08don't use gdk_drawable_get_sizeZenWalker1-3/+2
based on file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=245271bfd9c959e3bbc913eec8e291746cdc221c
2016-05-27drop old GTK+2 codemonsta1-31/+10
2016-05-26GTK3 fr-window: don't use deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-05-26Gtk3 fr-window: do not use deprecated gdk_cursor_newraveit651-1/+4
2015-10-14fixed overwrite check when the files to be extracted are inside a folderraveit651-9/+13
author ZenWalker <[email protected]> fixes https://github.com/mate-desktop/engrampa/issues/103
2015-10-01don't crash when opening archives on network drive (ftp, smb, ...)monsta1-1/+1
fixes https://github.com/mate-desktop/engrampa/issues/85
2015-10-01fixed ngettext usageDmitry Mikhirev1-2/+2
2015-05-19GTK3: set top and bottom margin of statusbar to zeroraveit651-0/+7
This reduce the size of the statusbar that it looks like GTK2 version. The size can now controled with .frame.flat and/or .flat.button selector by the theme.
2014-11-24fr-window: edata is never usedinfirit1-1/+0
2014-11-23engrampa doesn't delete directories w/ files withininfirit1-1/+26
consider '/path/to/dir' and '/path/to/dir/' the same path Based on FR commit: 238b11888a6d88af70d056963257a7bf2cf4192c From: Paolo Bacchilega <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=632339 closes #69
2014-11-22progress dialog: show the archive name in the main message..infirit1-117/+69
and simplified the code a bit Based on FR commit: 9e741444ddfc986a996bd20356fb0028d84eb347 From: Paolo Bacchilega <[email protected]>
2014-11-22fixed missing prototype warninginfirit1-1/+1
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]>
2014-11-22set a fixed title for the progress dialoginfirit1-0/+1
Based on commit: fd497f4f9db806ce97f68d0366ae1f7fd37eccd1 From: Paolo Bacchilega <[email protected]>
2014-11-22Added a D-BUS service to create and extract archives.infirit1-12/+99
Initial commits from FR: f998fd8e33a08d686a1071db87d21f4a83963d99 4078d1a9e5ddae3357302791432fc61d82ff37e4 58c55b06f30014326f27bdf94c406ceee0897731 Improvements and fixes from FR: D-Bus service: added GetSupportedTypes method ace4f31c586641fcf7ad1de165cd7f27b5a371c1 1399b9a84b0d4f4a5015066b0d7cec7e048d59dc From: Paolo Bacchilega <[email protected]>
2014-11-22do not update if the progress dialog is nullinfirit1-0/+3
Based on FR commit: be63c259099367a73332be59b5bcee4d0c6519f1 From: Paolo Bacchilega <[email protected]>
2014-11-22enable interactive search in the file listinfirit1-1/+1
Based on FR commit: 574906a243f7bb8b2b63654d9b0be91fe2bcf738 From: Paolo Bacchilega <[email protected]>
2014-11-22do not reload the archive if the operation was canceledinfirit1-2/+3
Based on FR commit: fce07b555afa34a17ce7faf6c7936915a3bf250b From: Paolo Bacchilega <[email protected]>
2014-11-22fixed compiler warningsinfirit1-12/+9
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341 From: Paolo Bacchilega <[email protected]>
2014-11-22make the progress dialog largerinfirit1-1/+1
Based on FR commit: d7fab57c445a02bf08b90d5cb3ffb44b4b04cdbc From: Paolo Bacchilega <[email protected]>
2014-11-22progress dialog: show the number of remaining files to complete the operationinfirit1-3/+26
instead of the name of the file added/removed/extracted. Based on FR commit: bf2b5d2352cfcd9d4345dda7976208672838dce1 From: Paolo Bacchilega <[email protected]>
2014-11-22allow the user to cancel addition and deletion of filesinfirit1-12/+0
Based on FR commit: 815ad36da74abdc9e4948500af402e3f7d67e3ba From: Paolo Bacchilega <[email protected]>
2014-11-22removed unused functionsinfirit1-19/+0
Based on FR commit: 73fd3c56d567550be85574315d7a2beaec192970 From: Paolo Bacchilega <[email protected]>
2014-11-22set a fixed title for the progress dialoginfirit1-6/+16
Based on FR commit: fd497f4f9db806ce97f68d0366ae1f7fd37eccd1 From: Paolo Bacchilega <[email protected]>
2014-11-21added an icon to the progress dialoginfirit1-24/+20
Based on FR commit: f6fa4bdb5ccc059a6b13938e6b017bcefed2c8ab From: Paolo Bacchilega <[email protected]>
2014-11-20Remove unused variableinfirit1-1/+0
2014-11-20Gtk3: Silence the GtkBox and GtkPaned deprecation warningsinfirit1-0/+6
2014-11-20do not set the border width for any dialoginfirit1-5/+0
Based on FR commit: 2d1d283b71d4c5bf830ecc38a560df9b93932215 From: Paolo Bacchilega <[email protected]>
2014-11-20make the progresss dialog modal when not in batch modeinfirit1-3/+8
Based on FR commit: 35ad1e2f8b9e2f8609fd663dd3138d482930d116 From: Paolo Bacchilega <[email protected]>
2014-11-20fixed bug when pasting files in another pathinfirit1-0/+2
remove the leading directory separator from the original name before moving the file in the new location. Based on FR commit: 25eea1c2b80200af7c166fa317bcefbc4874de7d From: Paolo Bacchilega <[email protected]>
2014-11-19Ask overwrite confirmation when extracting files with drag&dropinfirit1-39/+217
Based on FR commit: 8e2f58d8a56eb2dd27448274c732d3f0324401b5 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=590609
2014-11-19Change strings to use ellipsisinfirit1-1/+1
Based on FR commit: 281b4b5d773a058820ca46ed9ff56c308d3672c0 From: Ekaterina Gerasimova <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=666447
2014-11-19set a mnemonic for the label in the request dialoginfirit1-2/+2
Based on FR commit: 41dec4d902314789b5e2c247fe5a4d8890b5542b From: Paolo Bacchilega <[email protected]>
2014-11-19Several string improvements taken from file-rollerinfirit1-4/+4
From commits: Improvement suggestion for string in archive properties dialog: 93c9cafc8c0e053642cae85ec29c8fc2e6e7aeb1 Improvement suggestion for string in password dialog: b2329ca509b7e1e5cb767512904657468bcd3652 Improve string in error dialog: 2479dc30e9855cefbd23aa55215316528d318430 Bad string in the error dialog 'Could not rename the file': 689fb2dd268bc38a81cfd547656d74108b17ba60
2014-11-19use GtkRecentAction objects to create the recent file choosersinfirit1-57/+49
Based on FR commits: 8e5e4bfa3f98f2f6b848be1aa5df35e3a173a203 b68e78583ec73337558f0f2c48002f53117e7757 From: Paolo Bacchilega <[email protected]>
2014-11-19Drop compat code for Glib < 2.32infirit1-13/+0
2014-11-19Pointer arithmetic fixes for end of string accessinfirit1-1/+1
Based on FR commit: 3d7fa24ca267e333d7406eff38ec02b519110ecc From: Iain Nicol <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=651416
2014-11-19do not set the "last output" dialog as modal to allow the user to resize itinfirit1-1/+1
Based on FR commit: b950fd5ac1be8d32734a13b2a87d95ade702256d From: Paolo Bacchilega <[email protected]>
2014-11-19Gtk3: use gdk_display_get_app_launch_context instead of ↵infirit1-0/+8
gdk_app_launch_context_new Taken from FR commit: 02f2fa8dc6c41d04e105b02f662b23a2c910d6cb From: Paolo Bacchilega <[email protected]>
2014-11-19added focus stealing prevention codeinfirit1-11/+24
Based on FR commit: 1a31dc3abbe42dcee6de79495bca0af1d69991cc From: Paolo Bacchilega <[email protected]>
2014-10-02Use Caja GSettings schema optionallyBalló György1-10/+24
This makes Caja dependency optional. Closes https://github.com/mate-desktop/engrampa/pull/60
2014-06-28Do not set the selected app as the system defaultengrampa-1.9.0Paolo Bacchilega1-10/+0
Original commit: https://git.gnome.org/browse/file-roller/commit/?id=5a62707f7776aa88110f6c51b84189635deafe67 Closes https://github.com/mate-desktop/engrampa/issues/47
2014-05-17Also use gdk_window_get_* for gtk2infirit1-4/+0
2014-05-17Drop support for gtk+ < 2.24infirit1-15/+0
2013-11-16fix the GTK3 versionElias Aebi1-2/+7
2013-11-15add the primary-toolbar style classElias Aebi1-0/+3
2013-11-15port to GTK3Elias Aebi1-4/+1
2013-11-13replace GDK_<keyname> with GDK_KEY_<keyname>Elias Aebi1-16/+16
2013-09-26fr-window: Assertion check to prevent ptr dereferenceAlexander von Gluck IV1-0/+2
* clang static analysis shows that if this function is called with file_list set to NULL, it would be dereferenced.
2013-03-27Fix garbled dir on extraction (closes GH-1)Ingo Saitz1-2/+8
Add a missing \0 on receiving the char* from the XDS_ATOM. g_strndup is needed, because the returned char* is of fixed length and one byte too small if it has no final \0.
2012-11-22Fix deprecations and warningsScott Balneaves1-4/+22