Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-07 | Redefined most XML parsing functions,more helpers | rootavish | 2 | -49/+367 | |
This commit as compared to previous ones has much more changes as: > The xml parsing functions were not generic enough to my needs and needed to be redefined as well as renamed . > I also set up the document tree for the document using these parsers.All that is now left is to serve these to a webview. > Fixed a typo in epub-document.h TODO: integrate with Atril frontend. | |||||
2014-05-30 | Created a Makefile for minizip, modified epub Makefile | rootavish | 4 | -6/+22 | |
I created a Makefile for the minizip backend, since i am only using part of that library and modified the epub backend to work with the library. Also modified the configure script to suit our purpose. The epub backend can now be compiled using the make command in the epub directory, although it cannot still be compiled as a part of atril. | |||||
2014-05-30 | created a separate directory for minizip content, fixed indentation in ↵ | rootavish | 7 | -3/+3 | |
configure.ac Moved ioapi.c unzip.c unzip.h and ioapi.h into a separate directory backend/epub/minizip Fixed an indentation problem in configure.ac, which was affecting the displayed result. Also fixed a typo in epub-document.h where i had wrongly named the function. | |||||
2014-05-30 | Added functions to extract epub archive,fixed header | rootavish | 7 | -34/+3252 | |
In this commit i added functionality to extract an epub archive to a temporary location.Again i tried to keep the design modular. This will be changed as changes come along. I also fixed the header to the standard atril backend header. Performed some code cleaning, naming functions as in the atril style of coding. | |||||
2014-05-24 | XML parsing for ePub | rootavish | 4 | -4/+155 | |
using libxml some functions were written which will be used to get keywords,attributes from files such as the ePub container.tried to keep the code generalised so as to facilitate reusability of code. | |||||
2014-05-18 | adding epub support : created Makefiles,modified configuration script | rootavish | 4 | -0/+69 | |
kickoff commit to add ePub support , creating a subdirectory structure and modified makefiles and configure script to accomodate for ePub . As the sources are done , these will be further changed accordingly . | |||||
2014-05-11 | Fix typo in Makefile.am | infirit | 1 | -1/+1 | |
2014-05-03 | Update NEWS | Stefano Karapetsas | 1 | -1/+1 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 2 | -2/+5 | |
2014-04-30 | Add keywords key to .desktop files, close #78 | infirit | 1 | -0/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-04-28 | Sync translations with transifex | mate-i18n | 8 | -153/+158 | |
2014-04-28 | Bump version to 1.9.0 | Stefano Karapetsas | 2 | -1/+6 | |
2014-03-30 | Merge pull request #76 from Glorf/master | Stefano Karapetsas | 2 | -7/+19 | |
GTK3-compatibility fixes. | |||||
2014-03-24 | Changes to make possible compiling in GTK3 mode. Needs --disable-caja flag set! | Glorf | 2 | -7/+19 | |
2014-03-19 | djvu: Fix case sensitive search | Stefano Karapetsas | 3 | -4/+16 | |
Closes https://github.com/mate-desktop/atril/issues/41 Closes https://github.com/mate-desktop/atril/pull/74 This commit is based on Aleksi Blinnikka one from #74 | |||||
2014-03-01 | Bump version to 1.8.0atril-1.8.0 | Stefano Karapetsas | 2 | -4/+4 | |
2014-03-01 | Sync translations with transifex | Stefano Karapetsas | 6 | -187/+190 | |
2014-02-25 | smclient: Add missing declaration | Stefano Karapetsas | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/atril/issues/72 | |||||
2014-02-24 | Add missing include | Stefano Karapetsas | 1 | -0/+1 | |
2014-02-23 | Sync translations with transifex | Stefano Karapetsas | 1 | -5/+5 | |
2014-02-23 | Fix double free | Stefano Karapetsas | 1 | -3/+4 | |
2014-02-20 | Sync translations with transifex | Stefano Karapetsas | 9 | -36/+40 | |
2014-02-18 | Bump version to 1.7.90atril-1.7.90 | infirit | 1 | -1/+1 | |
2014-02-18 | Add NEWS for MATE and update it. | infirit | 1 | -0/+11 | |
2014-02-18 | Add check-news for automake and move old gnome NEWS | infirit | 2 | -1/+1 | |
2014-02-18 | shell: Show "filename (title)" in the window title. | José Aliste | 1 | -2/+9 | |
Based on a patch by Wouter Bolsterlee. Fixes bug #386292 | |||||
2014-02-17 | Merge pull request #67 from hekel/master | Stefano Karapetsas | 1 | -36/+64 | |
Update Manual | |||||
2014-02-15 | Sync translations with transifex | Stefano Karapetsas | 12 | -143/+147 | |
2014-02-14 | Update Manual | hekel | 1 | -36/+64 | |
2014-02-09 | Bump version to 1.7.2atril-1.7.2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-09 | Sync translations with transifex | Stefano Karapetsas | 86 | -19033/+19901 | |
2014-02-09 | Merge pull request #66 from bl0ckeduser/master | Sander Sweers | 1 | -1/+1 | |
Fix duplicated string (#65) | |||||
2014-02-09 | Fix duplicated string (#65) | bl0ckeduser | 1 | -1/+1 | |
2014-02-09 | Merge pull request #64 from bl0ckeduser/expandwin | Stefano Karapetsas | 4 | -3/+70 | |
Implement window expand functionality (#53) | |||||
2014-02-09 | Merge pull request #63 from bl0ckeduser/master | Stefano Karapetsas | 3 | -3/+14 | |
Fix for #47 (Ctrl-A in search field) | |||||
2014-02-08 | Implement window expand functionality (#53) | bl0ckeduser | 4 | -3/+70 | |
2014-02-08 | Fix for #47 (Ctrl-A in search field) | bl0ckeduser | 3 | -3/+14 | |
2014-01-24 | Bump version to 1.7.1atril-1.7.1 | infirit | 1 | -1/+1 | |
2014-01-24 | Fix thumbnails sidebar resizing issues with GTK3 | Stefano Karapetsas | 1 | -1/+30 | |
Closes #58 https://github.com/mate-desktop/atril/issues/58 https://git.gnome.org/browse/evince/commit/shell/ev-sidebar-thumbnails.c?id=a621f05b42468606c8a04446d54b637ecdd05c9b https://git.gnome.org/browse/evince/commit/shell/ev-sidebar-thumbnails.c?id=1e88e7fd7630c28453475e48b98941ce11b130a6 | |||||
2014-01-23 | Merge pull request #60 from oz123/fix_icons | Stefano Karapetsas | 3 | -0/+0 | |
Fixed icons | |||||
2014-01-23 | fix missing lines | oz123 | 1 | -0/+0 | |
2014-01-23 | fix border in the 22x22 icon | oz123 | 1 | -0/+0 | |
2014-01-23 | fix border in the smallest icon | oz123 | 1 | -0/+0 | |
2014-01-23 | toolbar-editor: Fix a crash when dropping an item to the toolbar | Stefano Karapetsas | 1 | -1/+11 | |
https://git.gnome.org/browse/evince/commit/?h=gnome-3-4&id=c528881454c18ab29e300c3e3f2726409806eed3 | |||||
2014-01-22 | toolbar-editor: Fix dragging items out of the toolbar | Stefano Karapetsas | 1 | -0/+38 | |
When 'window-dragging' is True, GtkToolbar starts a drag in the 'button-press-event'. By connecting a callback to 'button-press-event' after setting gtk_drag_source_set that return TRUE we prevent GtkToolbar handler to be called. https://git.gnome.org/browse/evince/commit/?h=gnome-3-0&id=c48141968a2b374fe7a666feaf2635a82a528dac | |||||
2014-01-22 | Use primary-toolbar style in GTK3 | Stefano Karapetsas | 1 | -0/+5 | |
2014-01-22 | Use gtk_widget_get_preferred_size with GTK3 | Stefano Karapetsas | 3 | -0/+16 | |
2014-01-22 | Make the toolbar editor fill its window with GTK3 | Stefano Karapetsas | 1 | -0/+4 | |
https://github.com/mate-desktop/atril/issues/58 https://git.gnome.org/browse/evince/commit/shell?h=gnome-3-0&id=018fd207e39c8eea5abdd17973914e6f3936ffdd | |||||
2014-01-22 | smclient: Add missing includes | Stefano Karapetsas | 1 | -0/+1 | |
Closes #57 https://github.com/mate-desktop/atril/issues/57 | |||||
2014-01-21 | Merge pull request #56 from infirit/master | Stefano Karapetsas | 3 | -5/+4 | |
Fixes for building with gtk3 |