summaryrefslogtreecommitdiff
path: root/src/fr-window.c
AgeCommit message (Collapse)AuthorFilesLines
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
2012-11-05Port to gsettingsraveit1-173/+165
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-3/+3
2011-11-09renaming fileroller to engrampaPerberos1-7/+7
2011-11-09initialPerberos1-0/+8855