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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360
|
1.9.5
~~~~~
* Fixed a bug with transitions of small images endlessly waiting for
the window to resize.
* Updated Bulgarian translation.
* Two new commands to fit the image in height or width.
* New command line option to specify the initial window geometry.
* Swedish translation.
* The framerate limiter is also used during transitions.
* This changed the transitions configuration.
1.9.4
~~~~~
* Require gtk+-2.6.
* Bulgarian translation.
* Fixed the getdelim(3) replacement for non-GNU systems.
* Windows now contain the GLiv logo.
* Force -lX11 in X11 libraries.
* Added an option to disable the OpenGL bilinear filtering.
* Added a command to reload the current image.
* Russian translation update.
* Thumbnails browser.
* Split the "No automatic image centering" in different initial image positions.
* The "Transformations" menu has been reorganized.
* Added a command to hide all floating windows at once.
* Updated documentation.
* Improved framerate limiter.
* Automatically rebuild the menus when new images are inserted.
1.9.3
~~~~~
* New menu entry to open a directory.
* Initial Kinyarwanda translation.
* Vietnamese translation.
* "Pause" as a keybinding to toggle the slideshow.
* Files are sorted in natural order, such that 2.jpg comes before 10.jpg.
1.9.2
~~~~~
* Faster loading of collections.
* Faster switching between images.
* Added an option to keep transformations between images.
* Turkish translation
1.9.1
~~~~~
* Fixed the bug which caused images to be added at the end of the list.
1.9
~~~
* Most options are now configurable only in the configuration file.
* Detect when a user action changes the image.
* Added the %b and %d directives when writing actions.
* The configuration file can be specified on the command line.
* Updated Russian translation.
* German, French and Russian manual page.
* New command line option to add all files in the directory when loading a file.
* Added a preview to the open dialog.
* Ctrl-Arrow key rotates by 90 degrees instead of 45.
* New command line option (-o) to directly save a collection.
* Files in collections are now saved in the same order as in the list.
* Ability to jump to any image given its number.
* Switching images during the slideshow can change its direction.
1.8.4
~~~~~
* Require gtk+-2.4.
* The framerate limiter is more accurate and is by default enabled at 100 fps.
* Faster collection loading, the file is now mmapped.
* Slovak translation.
1.8.3
~~~~~
* New menu item to open the current image directory menu.
* The PageUp and PageDown can be used to switch images.
* Fixed a thinko in the case where automatic centering is disabled.
* Transitions can be disabled in a more intuitive way.
1.8.2
~~~~~
* Options are saved when quitting.
* Brazilian Portuguese translation update.
* German translation.
* Cosmetic fixes.
* Events are processed during transitions.
1.8.1
~~~~~
* Updated Dutch translation.
* Notice on the window when seeing the first or last image.
* New option to disable the quit confirmation dialog.
* Installation of a .desktop file.
* Support for system wide glivrc configuration file.
* OpenGL errors reports are quieter.
* Updated Romanian translation.
* After loading a collection, we jump to the first image in that collection.
* Fixed an initialization bug in the client/server mode.
* Alpha-blended transitions between images.
* Menu names are saved untranslated. It means that if you use a localized
GLiv, you'll have to recreate your personal menus accelerators.
* The Ctrl modifier is no longer ignored.
* Moved the homepage to http://guichaz.free.fr/gliv.
1.8
~~~
* New option to keep only one image in memory.
* OpenGL errors are now reported.
* Diagonal movement using the arrow keys.
* Threaded loading is back.
* The maximize and scale down options no longer implie full screen mode.
* The dithering is faster, but needs some testing on big endian machines.
* Framerate limiter to decrease CPU usage, disabled by default.
* _gliv file for Zsh's completion.
* Thumbnails.
* Removal of ImageMagick support.
* A new option dialog made with Glade and AWK.
* Images menus rebuilding can be stopped, so has been reenabled by default.
* Dutch and Romanian translations.
* New option to disable the automatic window resizing.
* GLiv collections (see the man page).
* Smarter mnemonics.
* The cursor changes to show the current action.
* New option to read filenames from stdin separated by zeros.
* Some minor bugs have been fixed.
* GLiv can now be launched without creating a new window.
* Keyboard accelerators can be used with or without the Control key.
* New option to disable the automatic image centering.
* Saner command line options handling.
1.7.1
~~~~~
* Russian translation.
* Updated Brazilian Portuguese translation.
* Progress shown when rebuilding the images menus.
* The slide show can loop in both directions.
* ImageMagick loading is more robust.
* Faster looping slide show when there are only two images.
1.7
~~~
* Dropped gtk+-1.2 support, gtk+-2.2 is now required as well as GtkGLExt.
This should reconcile GLiv with nVidia boards.
* New option to disable the mnemonics in the images menus, it makes the
images menus creation faster.
* Images menus are no longer built by default.
* Added support for gzipped and bzip2ed images using ImageMagick.
* Fixed a crashing bug when opening a file when only one image is loaded.
* New tiler to load ImageMagick pictures with many layers.
* Brazilian Portuguese translation.
* Once the window has been manually resized, it will no longer be
automatically resized unless when going back from full screen mode.
* Ability to delete the current displayed file.
* The images list is not sorted by default, use -S to sort it.
* Slide show with a timer.
* New option to make the slide show loop.
1.6
~~~
* Added mipmap support (read the man page).
* Loading an image and building the images menus are now less blocking.
* Improved drag and drop support.
* GLiv does not start with the Open dialog if there are no filenames on the
command line.
* Some speedups.
* Some minor changes in the GUI.
* Support for the GTK+-2.0 Accelerator Maps.
* Most controls are in the menus, so the keyboard accelerators can be changed.
1.5.3
~~~~~
* ImageMagick detection is now done at runtime.
* Minor bug fixes.
* Build fixes.
* Two new menus to sort or shuffle the current images list.
1.5.2
~~~~~
* Use GtkGLArea-2.0 with GTK+-2.0.
* Optional scrollbars (reliable only with GTK+-2.0).
* Build fixes.
* Neither gliv --version nor gliv --help will start GTK.
* Made the directories menu a bit smarter.
* Ability to zoom by dragging the mouse holding Shift.
* Initial drag and drop support.
1.5.1
~~~~~
* Finished the port to GTK+-2.0 as well as the back port to GTK+-1.2.
* New option to disable the images menus creation at startup.
* Horizontal and vertical flip.
1.5
~~~
* Compile fix when ImageMagick is disabled.
* The zoom ratio in the status bar was not updated during a window resizing.
* Simplified mnemonics handling.
* Files opened with the dialog are inserted at the good place.
* ImageMagick loadings does not block anymore.
* The status bar indicates which file is loaded.
* The getopt replacement is provided.
* Control+left or right arrow rotates by 0.1 degree.
* Two new menus to load images in the list.
1.4.5
~~~~~
* Fixed crashing bug with dithering.
* Better history support.
* New option to the open dialog to load all files in the directory when just
one is selected.
1.4.4
~~~~~
* The tiler has been improved.
* Added an option to try loading every file whatever the extension is.
* Now you can change the background color as well as the alpha checks.
* The maximize option is separated between maximize and scale_down, if you use
the configuration file, you should re save it.
* I18n, currently only in French.
* The usual fixes.
1.4.3
~~~~~
* Fixed freeze when the cursor was toggled during critical rendering.
* The delay before hiding the cursor is now in millisecond.
1.4.2
~~~~~
* Added the rotation, available with the Control key.
* Added dithering, -t option.
* Removed useless nanosleep().
* Minor bug fixes.
1.4.1
~~~~~
* Compile fix for OpenGL detection.
* Loading using ImageMagick or gdk-pixbuf based on the filename extension.
* Fixed the bug which caused images to be over zoomed when starting in
full screen mode.
1.4
~~~
* Initial port to GTK+-2.0 (with backward compatibility).
* Use of gdk-pixbuf instead of Imlib2.
* New option to show checks behind transparent images.
* History support for panning and zooming.
* Added menu entries.
* Better tiler.
* No more blurring when not zooming.
* Some optimizations for big images.
* Use of ImageMagick to load unsupported image files.
1.3.1
~~~~~
* Improved the Open dialog.
* Minor fixes.
1.3
~~~
* The 'c' key to toggle the cursor is now 'd' to hide it.
* Faster loading of images.
* New option (-z) to make the pointer the zoom center.
* Fix for garbage displayed on startup on some systems.
* Added an option file.
* Better handle of window resizing when the Maximize option is set.
* When moving the image, the pointer is warped around the screen.
* Improved the ftw replacement.
* Minor fixes.
1.2
~~~
* Doesn't crash if OpenGL not available at runtime.
* Open dialog visible in full screen mode.
* Doesn't blur the border of big images.
* Option dialog.
* New menu entries and key bindings.
* When not using -s the file list is sorted.
* If the image loading crashes, output the filename.
* As always, minor fixes.
1.1.3
~~~~~
* The menu bar is usable in full screen mode.
* GLiv can be used without command line argument.
* Minor fixes.
1.1.2
~~~~~
* Faster refresh when switching images.
1.1.1
~~~~~
* Faster initialization when starting in full screen mode.
* Improved the ftw replacement.
* Modified the autoconf macro to find OpenGL.
1.1
~~~
* Almost totally rewritten.
* GTK interface.
* No more threaded loading.
* New key bindings.
* Lots of minor fixes and improvements.
1.0.3
~~~~~
* Fixed segfault on exit.
1.0.2
~~~~~
* Added binary package support using EPM.
* Now, GLiv can be used with no WM running.
* Better handle of dirty exit.
* The -m flag is used in window mode too.
* Several 'gliv -s' launched at the same time will have different
slide show orders.
1.0.1
~~~~~
* Less re-computations of the projection.
* Image cleared to avoid display of memory garbage.
* Another fix for the full screen problem.
* Minor optimizations and bug fixes.
1.0
~~~
* Initial stable release.
|