Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-19 | Prevent a NULL pointer deref in mktime_from_string(). | infirit | 1 | -16/+25 | |
It's possible to call mktime_from_string() with NULL arguments for day, month and year. This would in turn lead to calling atoi(NULL), which leads to a crash. So instead fill in any NULL values with the corresponding unit from Jan 1st 1970. Based on FR commit: 2899c092f249a4fa822a896baf128b6c8c75b634 From: Jasper Lievisse Adriaanse <[email protected]> | |||||
2014-11-19 | do not set the "last output" dialog as modal to allow the user to resize it | infirit | 1 | -1/+1 | |
Based on FR commit: b950fd5ac1be8d32734a13b2a87d95ade702256d From: Paolo Bacchilega <[email protected]> | |||||
2014-11-19 | Gtk3: use gdk_display_get_app_launch_context instead of ↵ | infirit | 1 | -0/+8 | |
gdk_app_launch_context_new Taken from FR commit: 02f2fa8dc6c41d04e105b02f662b23a2c910d6cb From: Paolo Bacchilega <[email protected]> | |||||
2014-11-19 | added focus stealing prevention code | infirit | 1 | -11/+24 | |
Based on FR commit: 1a31dc3abbe42dcee6de79495bca0af1d69991cc From: Paolo Bacchilega <[email protected]> | |||||
2014-11-19 | do not expand the extra widget in the 'new' dialog | infirit | 1 | -0/+4 | |
Based on FR commit: 02e93b44321f6c9bdad5af1a0d4d9251b8456242 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-19 | use the provided action instead of always using CREATE_NEW_ARCHIVE | infirit | 1 | -1/+1 | |
Based on FR commit: 82ab7cefc04a1313acf77cb8662fc1e32ccc0a52 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-19 | use g_get_user_config_dir instead of using .config/mate | infirit | 5 | -27/+55 | |
Also provide an automatic migration mechanism. Based on FR commit: 7fd220a834f16b260da8f5ddc1250c43b9dbefd8 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-19 | fixed thel macro name | infirit | 1 | -3/+3 | |
Taken from FR commit: 7ab015e3b96b0b8df33dd30d54216ee202a1c5e9 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-19 | renamed some variables to make the code clearer | infirit | 1 | -12/+13 | |
Taken from FR commit: f0cadcb012c7393aafb056a01260f997ee23e93a From: Paolo Bacchilega <[email protected]> Picked this up as it makes it easier to use more code in the future. | |||||
2014-11-19 | Fixed crash when clicking Cancel in Add Files | infirit | 1 | -3/+6 | |
This reworks the patch already taken from gnome bug 631472 as there is more done in the commit that makes sense. Taken from FR commit: 77e9b777042c557c961f058ecab2691a4fd19a62 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=631472 | |||||
2014-11-19 | don't leak memory | monsta | 3 | -4/+7 | |
2014-10-02 | Use Caja GSettings schema optionally | Balló György | 1 | -10/+24 | |
This makes Caja dependency optional. Closes https://github.com/mate-desktop/engrampa/pull/60 | |||||
2014-07-11 | Fix possible errors with some password protected files | monsta | 1 | -7/+23 | |
2014-06-28 | Do not set the selected app as the system defaultengrampa-1.9.0 | Paolo Bacchilega | 1 | -10/+0 | |
Original commit: https://git.gnome.org/browse/file-roller/commit/?id=5a62707f7776aa88110f6c51b84189635deafe67 Closes https://github.com/mate-desktop/engrampa/issues/47 | |||||
2014-06-07 | Can't open file inside a .rar archive (with unar) | infirit | 1 | -3/+2 | |
From file-roller commit a830397ab745bdfe2659f214b5384dc7ef5c76cf url: https://git.gnome.org/browse/file-roller/commit/?id=a830397ab745bdfe2659f214b5384dc7ef5c76cf This commit fixes engrampa issue #55 | |||||
2014-05-17 | Also use gdk_window_get_* for gtk2 | infirit | 1 | -4/+0 | |
2014-05-17 | gtk2 fixup | infirit | 2 | -20/+0 | |
2014-05-17 | Drop support for gtk+ < 2.24 | infirit | 1 | -15/+0 | |
2014-02-13 | Fix zip file extract broken by 93134547b19b35556388b4a94df29ff5570d1c06 | infirit | 1 | -1/+1 | |
2014-02-09 | Fix translation of some menu items | Stefano Karapetsas | 1 | -3/+3 | |
2013-12-15 | Merge pull request #34 from NiceandGently/master | Stefano Karapetsas | 1 | -0/+8 | |
add support for cab and .ar files + zip improvements | |||||
2013-11-16 | fix the GTK3 version | Elias Aebi | 2 | -2/+19 | |
2013-11-15 | add the primary-toolbar style class | Elias Aebi | 1 | -0/+3 | |
2013-11-15 | port to GTK3 | Elias Aebi | 3 | -10/+10 | |
2013-11-13 | replace GDK_<keyname> with GDK_KEY_<keyname> | Elias Aebi | 1 | -16/+16 | |
2013-11-11 | zip: fixed -- position for the extraction command, added for list and test | raveit65 | 1 | -0/+5 | |
2013-11-11 | fixed error when creating zip archives with files starting with an hyphen | raveit65 | 1 | -0/+3 | |
2013-10-28 | 7z: changed the compression level options | raveit65 | 1 | -4/+9 | |
normal compression : from "-mx=5" to "-mx=7" maximum compression: from "-mx=7" to "-mx=9 -m0=lzma2" https://bugzilla.gnome.org/show_bug.cgi?id=635083 | |||||
2013-10-28 | engrampa does not build without packagekit | raveit65 | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=634356 | |||||
2013-10-28 | adds Windows Imaging Format (.wim, .swm) support | raveit65 | 2 | -0/+4 | |
2013-10-28 | package installer: don't display an error message if the user cancelled the ↵ | raveit65 | 1 | -18/+31 | |
operation | |||||
2013-10-24 | Merge pull request #26 from NiceandGently/master | Stefano Karapetsas | 2 | -43/+128 | |
add support for rar-5.0x | |||||
2013-10-07 | add support for rar-5.0x | raveit65 | 2 | -43/+128 | |
2013-09-26 | fr-window: Assertion check to prevent ptr dereference | Alexander von Gluck IV | 1 | -0/+2 | |
* clang static analysis shows that if this function is called with file_list set to NULL, it would be dereferenced. | |||||
2013-08-01 | Merge pull request #21 from infirit/unarchiver | Stefano Karapetsas | 4 | -2/+432 | |
Add unarchiver support | |||||
2013-08-01 | Merge pull request #23 from infirit/yelptools | Stefano Karapetsas | 1 | -1/+1 | |
Use yelp-tools instead of mate-doc-utils | |||||
2013-07-31 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+1 | |
2013-07-30 | automake fixes: INCLUDES -> AM_CPPFLAGS | infirit | 2 | -2/+2 | |
2013-06-30 | Add unachiver support | infirit | 4 | -2/+432 | |
Based on the following commits from file-roller, https://git.gnome.org/browse/file-roller/commit/?id=2575177ac037d2a8d8f3056b10685928d80d6275 https://git.gnome.org/browse/file-roller/commit/?id=f26caa6d5b76d406976ea78630fbaae4c8126a2e | |||||
2013-03-27 | Fix garbled dir on extraction (closes GH-1) | Ingo Saitz | 1 | -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-22 | Fix deprecations and warnings | Scott Balneaves | 6 | -12/+46 | |
2012-11-17 | Can't open rar files with password protected file data and headers. | Steve Zesch | 1 | -0/+6 | |
2012-11-17 | Fixed error when a filename contains the % sign | Steve Zesch | 1 | -23/+1 | |
2012-11-17 | Removed unused variables. | Steve Zesch | 2 | -5/+2 | |
2012-11-17 | Added g_warning message when a symbolic link could not be created. | Steve Zesch | 1 | -1/+1 | |
2012-11-17 | file-roller crashes when clicking Cancel in Add Files | Steve Zesch | 1 | -1/+6 | |
2012-11-05 | Port to gsettings | raveit | 22 | -1643/+449 | |
2012-10-09 | Fixed fsf addresses. Closes #4. | Steve Zesch | 103 | -112/+112 | |
2012-07-11 | fix wrong app name | Stefano Karapetsas | 1 | -1/+1 | |
2012-04-29 | move config folder to .config/mate, thanks to gapan | Stefano Karapetsas | 1 | -4/+4 | |