1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
2006-02-04 Phil Blundell <pb@reciva.com>
* Version 0.97 released.
2006-02-04 Phil Blundell <pb@reciva.com>
* gpe-gallery.desktop (Categories): Add "Media".
2005-04-22 Florian Boor <florian.boor@kernelconcepts.de>
* Released Version 0.96
2005-03-11 Florian Boor <florian.boor@kernelconcepts.de>
* main.c: Remove unused render.h, fixed window icon code.
Converted GpeIconlist to GpeIconListView.
2005-01-29 Phil Blundell <philb@gnu.org>
* main.c: Guard mcheck code with #ifdef USE_MCHECK.
2004-09-07 Florian Boor <florian.boor@kernelconcepts.de>
* Released Version 0.95
* main.c: Added scrollbars if necessary.
* main.c: Fixed several displaying issues.
* Makefile: V 0.95
2004-09-06 Florian Boor <florian.boor@kernelconcepts.de>
* main.c: Make images that fit in size unmovable.
* main.c: Remember last rotation setting.
* main.c, image_tools.c: Fixed rotation.
2004-08-30 Florian Boor <florian.boor@kernelconcepts.de>
* main.c: Fix to prevent close button to disappear.
* main.c: Fixed button order in slideshow dialog.
2004-08-20 Florian Boor <florian.boor@kernelconcepts.de>
* Released V 0.94
* main.c: Fixed various sources of warnings and segfaults.
* Makefile: Turn off debug per default.
2004-08-11 Florian Boor <florian.boor@kernelconcepts.de>
* Released V 0.93
* main.c: Fixed three bugs causing segfaults.
* Makefile: V 0.93
2004-08-09 Florian Boor <florian.boor@kernelconcepts.de>
* Released V 0.92
* main.c: Improved file type checking.
* gpe-gallery.applications: Updated MIME types.
* Makefile: Version is 0.92
2004-07-12 Florian Boor <florian.boor@kernelconcepts.de>
* Fixed segfault due to missing check.
2004-07-01 Florian Boor <florian.boor@kernelconcepts.de>
* Makefile: Updated MIME stuff to latest standards.
2004-06-08 Florian Boor <florian.boor@kernelconcepts.de>
* Removed obsolete icons: list_view.png, icon_view.png.
* main.c: Use icons provided by gpe-icons.
2004-06-03 Florian Boor <florian.boor@kernelconcepts.de>
* Released V 0.91
* Pushed version to 0.91
* Makefile: Some more tweaks to work with oe.
2004-05-24 Florian Boor <florian.boor@kernelconcepts.de>
* main.c: Removed setting of toolbar style for more fexibility.
We'll use xsettings to set this in future.
* main.c: add_directory(): Fixed small memory hole.
* main.c: Fixed big memory hole.
2004-03-08 Philip Blundell <philb@gnu.org>
* Makefile: Add dependency tracking.
(PACKAGE_CFLAGS, PACKAGE_CPPFLAGS, PACKAGE_LDFLAGS): Define and
use instead of CFLAGS, CPPFLAGS and LDFLAGS.
2003-03-23 Phil Blundell <pb@nexus.co.uk>
* familiar/postinst: Deleted.
2003-12-06 Philip Blundell <philb@gnu.org>
* Version 0.8.2 released.
2003-12-06 Philip Blundell <philb@gnu.org>
* familiar/control1 (Source): Added.
2003-07-06 Moray Allan <moray@sermisy.org>
* Makefile (install_program): Install .desktop file with .desktop filename extension.
* Makefile, main.c (main): Removed legacy GTK1 code.
2003-03-24 Philip Blundell <philb@gnu.org>
* Version 0.8.1 released.
2003-03-24 Philip Blundell <philb@gnu.org>
* familiar/postinst: Deleted.
2003-03-23 Damien Tanner <dctanner@dctanner>
* main.c (main): Fit to window code now works, removed compile time warnings.
2003-03-23 Colin Marquardt <colin@marquardt-home.de>
* Makefile (install-program): New name for 'install' ('install' is
now provided by Makefile.dpkg_ipkg).
(CVSBUILD): New variable.
(BUILD): New variable.
Use variable PACKAGE where possible.
(install-program): Use install -s for the binary, get rid of strip call.
2003-03-16 Damien Tanner <dctanner@gekk>
* main.c: Working fullscreen toggle.
* image_tools.c (image_tools_rotate): Rotates 90 degrees at a time.
(image_tools_rotate): Fixed bug that cause a black dot in the corner of the image when rotating.
2003-03-15 Philip Blundell <philb@gnu.org>
* Version 0.7 released.
2003-03-15 Damien Tanner <dctanner@gekk>
* main.c: Removed alot of errors and print statements.
(render_list_view_expose_event): Fixed a new leaking strings.
(render_list_view_free): Fixed the memory leak!
2003-03-14 Damien Tanner <dctanner@gekk>
* main.c: Automatic detection of single image or directory when loading from the command line.
2003-03-10 Damien Tanner <dctanner@gekk>
* main.c (render_list_view_free): An attempt to prevent gpe-gallery from bloating in memory size.
2003-03-09 Philip Blundell <philb@gnu.org>
* Version 0.6 released.
2003-03-09 Damien Tanner <dctanner@gekk>
* main.c (main): Fully working (but not yet optimized) list view and the ability to switch between icon and list view.
|