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 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551
|
2001-02-10 Gediminas Paulauskas <menesis@delfi.lt>
* configure.in, Makefile.am, src/Makefile.am,
viewer/Makefile.am, .cvsignore, src/.cvsignore,
viewer/.cvsignore: use xml-i18n-tools for translations.
* src/preferences-dialog.glade.h, eog.desktop,
viewer/GNOME_EOG.oafinfo: removed, now generated.
* eog.desktop.in, viewer/GNOME_EOG.oaf.in: new files.
* viewer/main.c: call textdomain() to get localised menus in Nautilus.
2001-02-06 Martin Baulig <baulig@suse.de>
Bumped version number to 0.6.
[Translators, this isn't the release yet; there'll
be 2-3 days left since we need to wait for Bonobo.]
* configure.in: Depend on Bonobo 0.35, GConf 0.12,
gnome-print 0.25 and OAF 0.6.2.
2001-01-26 Simos Xenitellis <simos@hellug.gr>
* eog.desktop: Added entries for el.
2001-01-17 Michael Meeks <michael@helixcode.com>
* configure.in (have_bonobo): depend on Bonobo 0.32
2000-12-19 Michael Meeks <michael@helixcode.com>
* configure.in (have_bonobo): depend on Bonobo 0.31
2000-12-08 Arik Devens <arik@gnome.org>
* README: Added myself as an author.
2000-12-07 Arik Devens <arik@gnome.org>
* THANKS: Ditto.
* AUTHORS: Changed email address to be current.
2000-11-23 Yukihiro Nakai <nakai@gnome.gr.jp>
* configure.in: Add zh_CN.GB2312 to ALL_LINGUAS
2000-11-20 Martin Baulig <baulig@suse.de>
* configure.in: Check for libpng and libjpeg.
2000-11-16 Martin Baulig <baulig@suse.de>
* bonobo/: Disable build of this directory, the
bonobo-image-generic has been merged into the
nautilus-image-viewer.
* configure.in: Require Bonobo >= 0.28
2000-11-02 Michael Meeks <michael@helixcode.com>
* configure.in: Require Bonobo >= 0.27
2000-10-27 Martin Baulig <baulig@suse.de>
* CVSVERSION: New file.
* configure.in (--enable-more-warnings): New configure command line
argument to enable additional compiler warnings.
(EXTRA_WARNING_CFLAGS): Set and AC_SUBST this to the extra warnings.
2000-10-26 Martin Baulig <baulig@suse.de>
* idl/: New directory.
* viewer/: New directory.
* configure.in: Require bonobo, gnome-print and oaf.
2000-10-14 Martin Baulig <baulig@suse.de>
* bonobo/ChangeLog: New file.
2000-10-10 Jacob "Ulysses" Berkman <jacob@helixcode.com>
* configure.in: add pt_BR to ALL_LINGUAS
2000-09-25 Yukihiro Nakai <nakai@gnome.gr.jp>
* eog.desktop: Add Japanese entry.
2000-04-25 Christophe Merlet <christophe@merlet.net>
* eog.desktop : Added [fr] section .
2000-09-04 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Bumped version number to 0.5.
* configure.in: Require gdk-pixbuf 0.9.0 or later.
* eog.spec.in: Sort of updated the specfile; I have not bothered
to test it. If you are lazy enough to expect rpm -ta to work, you
deserve to lose.
2000-08-20 Federico Mena Quintero <federico@helixcode.com>
* configure.in (AC_OUTPUT): Added doc/Makefile and doc/C/Makefile.
* Makefile.am (SUBDIRS): Added doc.
2000-08-16 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Bumped version number to 0.4. Removed stale
gnumeric_executable cruft from the initial cut & paste.
* README: Updates.
* DEPENDS: List gconf and libglade.
2000-08-10 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Require gconf 0.8. HAH.
2000-08-09 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Require gconf 0.7 or later.
* eog.schemas: Completed the schema descriptions.
2000-08-03 Michael Meeks <michael@helixcode.com>
* configure.in (have_gprint): update for BonoboX
2000-07-24 Dan Winship <danw@helixcode.com>
* bonobo/bonobo-image-generic.c (load_image_from_stream): Fix the
sense of a comparison so we set a CORBA exception when something
goes wrong, rather than when something goes right.
2000-07-10 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Added the GCONF_CONFIG_SOURCE stuff, from Havoc.
* Makefile.am (install-data-local): Ditto.
2000-07-06 Michael Meeks <michael@helixcode.com>
* bonobo/io-png.[ch]: Create; nicked from gdk-pixbuf-save
and updated.
* bonobo/bonobo-image-generic.c: turn off debug [ doh ]
(load_image_from_stream): fix some sillyness and clean, kill
leak. (save_image_to_stream): implement.
(destroy_view): free various widgets.
* bonobo/Makefile.am (bonobo_image_generic_SOURCES): add io-png.[ch]
2000-07-04 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (configure_size): set allocation.
(view_size_allocate_cb): change interpolation depending on size.
2000-06-13 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (redraw_all_cb): rename to
(resize_all_cb): and update to just resize.
(load_image_from_stream): use it.
(animation_destroy): don't kill timeout.
(animation_state_clean): instead do it here.
(animation_init): make it start at the beggining of the
animation. (skip_frame): re-order frame walking.
(animation_cur_frame): implement.
(animation_area_exposed): use it here.
2000-06-12 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (view_size_allocate_cb): set
size_allocated to false initially. (configure_size): set size
allocated flag.
2000-06-26 Federico Mena Quintero <federico@helixcode.com>
* eog.schemas: Beautified and completed the schema file.
2000-06-21 Federico Mena Quintero <federico@helixcode.com>
* Makefile.am: Added the GConf schema instalation foo.
* configure.in: Likewise.
2000-06-21 Darin Adler <darin@eazel.com>
* configure.in: Added zm_TW.Big5 to ALL_LINGUAS. Perhaps this is
a mistake and the .po file should be removed. I can't tell. But
without this change people can't build.
2000-06-20 Arik Devens <arik@helixcode.com>
* configure.in: added gconf support
* Makefile.am: added gconf support
* src/main.c: added gconf_init
* src/preferences.c (prefs_init): added loading of gconf values
from database...
* eog.schemas: added eog defaults for the gconf database
2000-06-12 Maciej Stachowiak <mjs@eazel.com>
* bonobo/image-generic.oafinfo: Replaced image/x with a set of
mime types for the image types actually supported by gdk-pixbuf.
2000-06-11 Eskil Heyn Olsen <eskil@eazel.com>
* eog.spec.in: Added a specfile for EOG
* configure.in: Generate the specfile
* Makefile.am: DIST the spec.in and spec.
2000-05-29 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (load_image_from_stream): Fix
stupid bug misordering the arguments, kill redundant exception init.
2000-05-26 Dan Winship <danw@helixcode.com>
* bonobo/bonobo-image-generic.c (load_image_from_stream): fix up
CORBA exception usage.
2000-05-25 Gene Z. Ragan <gzr@eazel.com>
* bonobo/bonobo-image-generic.c: (load_image_from_stream),
(bonobo_object_factory):
Modifed this code to work with the changes made to Bonobo by
Dan Winship. This is untested and should be revisited.
2000-05-18 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Added checks for Glade.
2000-05-13 Iain Holmes <ih@csd.abdn.ac.uk>
* bonobo/bonobo-image-generic.c (view_factory_common): increment
running objects to stop random death syndrome.
2000-05-01 Michael Meeks <michael@helixcode.com>
* configure.in (Configuration): add oaf_support printout.
2000-05-08 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Moved the gnome-config flags around.
2000-05-03 Pablo Saratxaga <pablo@mandrakesoft.com>
* src/window.c: replaced 5% with 5%% in messages, to avoid false
positives when checking the po translations files
2000-05-01 Anders Carlsson <andersca@gnu.org>
* configure.in: Check if bonobo uses oaf so you don't have to
specify --enable-oaf.
2000-04-27 Maciej Stachowiak <mjs@eazel.com>
* bonobo/image-generic.oafinfo: Added standard Bonobo and Nautilus
attributes so this can be automatically selected as the nautilus
image viewer, not hardcoded.
2000-04-23 Maciej Stachowiak <mjs@eazel.com>
Optionally use OAF:
* configure.in, acconfig.h: Add --enable-oaf configure option to
allow building the bonobo control OAF-enabled instead of
GOAD-enabled.
* bonobo/Makefile.am: Link against OAf and install .oafinfo file when
configured with --enable-oaf
* bonobo/bonobo-image-generic.c: Use OAF calls and IIDs when
configured with --enable-oaf.
* bonobo/image-generic.oafinfo: New OAF activation record.
2000-04-23 Federico Mena Quintero <federico@helixcode.com>
* THANKS: Thanks.
2000-04-22 Fatih Demir <kabalak@gmx.net>
* eog.desktop : Added [tr] section .
2000-04-20 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Bumped version number to 0.3.
(AC_INIT): src/render.c does not exist anymore; use
src/image-view.c as the test file.
* DEPENDS: Added gnome-print.
* configure.in (have_gprint): We require gnome-print 0.18 or
later.
2000-04-19 Ville Hautamaki <villeh@cs.joensuu.fi>
* configure.in: (ALL_LINGUAS): added Finnish
2000-04-19 Jarkko Ranta <jjranta@cc.joensuu.fi>
* ee.desktop: Finnish update
2000-04-18 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in (ALL_LINGUAS): added Catalan
2000-04-17 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (render_fn): add rgba gnome-print
support; this means you need HEAD gnome-print.
2000-04-17 Jarkko Ranta <jjranta@cc.joensuu.fi>
* ee.desktop: Finnish update
2000-04-13 Federico Mena Quintero <federico@helixcode.com>
* Makefile.am (EXTRA_DIST): Added TODO.
* TODO: New file.
* configure.in: Added check for gdk-pixbuf-0.7.0.
2000-04-13 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (render_fn): update for new print API.
2000-04-11 Darin Adler <darin@eazel.com>
* bonobo/bonobo-image-generic.c (render_pixbuf), (configure_size),
(view_size_allocate_cb), (skip_frame), (animation_init),
(animation_area_exposed): Update for new GdkPixbuf.
* src/image-view.c (paint_rectangle): Update for new GdkPixbuf.
2000-04-09 Michael Meeks <michael@helixcode.com>
* acconfig.h: cover ENABLE_GPRINT
* configure.in: gnome print support.
* bonobo/bonobo-image-generic.c (render_fn): implement print.
2000-04-07 Pablo Saratxaga <pablo@mandrakesoft.com>
* cofnigure.in (ALL_LINGUAS): added Lithuanian
2000-04-05 Dan Damian <dand@dnttm.ro>
* configure.in: Added "ro" to ALL_LINGUAS.
2000-04-01 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (get_prop, set_prop): new property API.
2000-04-01 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (scaled_view_factory): nail silly bug.
(view_size_allocate_cb): kill annoying debug.
2000-03-27 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (view_factory_common): re-engineer to
setup scaled and use the window more intelligently.
2000-03-26 ERDI Gergo <cactus@cactus.rulez.org>
* configure.in (ALL_LINGUAS): Added Hungarian (hu) translation
2000-03-22 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (animation_area_exposed): brutal hack
for a demo at GUADEC, it seems this provides a better solution at least
for now.
2000-03-11 Alastair McKinstry <mckinstry@computer.org>
* configure.in (ALL_LINGUAS): Added Irish translation.
* eog.desktop. Added Irish translation.
2000-03-07 Maciej Stachowiak <mjs@eazel.com>
* bonobo/bonobo-image-generic.c: Split embeddable:image-generic
into two different views, one which always scales the image to
available space, and one which always shows it at natural size and
provides scrollbars if necessary.
* bonobo/image-generic.gnorba (eog-image-viewer): new embeddable
type, also generated from embeddable-factory:image-generic.
2000-02-26 Federico Mena Quintero <federico@helixcode.com>
* DEPENDS: We depend on Bonobo, too.
2000-02-16 Lauris Kaplinski <lauris@ariman.ee>
* configure.in: added et to ALL_LINGUAS
* eog.desktop: added et translation
2000-02-15 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-image-generic.c (bonobo_animator_control_prop_value_changed_cb):
restart animation. (skip_frame): stop it.
2000-02-11 Mathieu Lacage <mathieu@advogato.org>
* src/.cvsignore: chuuut.
* bonobo/.cvsignore: chuuuuuut.
* configure.in: check against bonobo 0.7 instead of 0.4.
2000-02-04 Michael Meeks <mmeeks@gnu.org>
* bonobo/bonobo-image-generic.c (animation_init): fixup alpha.
(skip_frame): fix leaks.
Various misc. fixes all over.
2000-01-28 Michael Meeks <michael@mejm2.dow.cam.ac.uk>
* bonobo/bonobo-image-generic.c (render_pixbuf): split out.
2000-01-28 Michael Meeks <michael@mejm2.dow.cam.ac.uk>
* bonobo/bonobo-image-generic.c: Update for new bonobo API.
Use gdk_pixbuf_scale_simple.
2000-01-16 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Include the gnomecanvaspixbuf library in calls to
gnome-config.
* bonobo/Makefile.am (gnorba_DATA): Do not install the stuff in
gnorba_DATA if we are not using bonobo.
1999-12-30 Tomasz Koczko <kloczek@pld.org.pl>
* configure.in, eog.desktop, po/pl.po: added Polish translation (based
on GNOME PL translation resources).
1999-12-29 Richard Hult <rhult@hem.passagen.se>
* configure.in (ALL_LINGUAS): Added Swedish translation (sv).
* eog.desktop: Dito.
1999-12-27 Yuri Syrota <rasta@renome.rovno.ua>
* configure.in: Added "uk" to ALL_LINGUAS.
1999-12-17 Michael Meeks <mmeeks@gnu.org>
* bonobo/bonobo-image-generic.c (bonobo_object_factory): update
to new bonobo. (init_bonobo_image_generic_factory): global factory.
(bod_destroy_cb): implement. (bod_destroy): kill.
(view_size_query_cb): kill. (view_factory): ditto.
(destroy_view): implement. (copy_to_file): kill nasty kludge.
(view_size_allocate_cb): failure cases.
Killed polymorhpic cached reproid throught.
Scads more preconditions.
* bonobo/image-generic.gnorba: prune guff.
* bonobo/Makefile.am (gnorba_DATA): kill annoying warning.
1999-12-03 Federico Mena Quintero <federico@redhat.com>
* eog.desktop: Added .desktop file from n0mada@wanadoo.es.
* Makefile.am: Install eog.desktop, and distribute that file and
Tigert's turbo-studly icon.
1999-11-22 Tuomas Kuosmanen <tigert@gimp.org>
* gnome-eog.png: Added an icon for Eye of Gnome. Federico, I hope
you like it? :)
1999-11-09 Michael Meeks <mmeeks@gnu.org>
* bonobo/bonobo-image-generic.c: Mangle up.
(gdk_pixbuf_scale): Snarf from gdk-pixbuf ( cheat )
1999-11-09 Michael Meeks <mmeeks@gnu.org>
* Makefile.am: add bonobo
* configure.in (gnumeric_executable): add Bonobo detection.
* config.h.in: Add ENABLE_BONOBO.
1999-11-08 Matthias Warkus <mawa@iname.com>
* configure.in: Added "de" to ALL_LINGUAS.
1999-10-29 Sergey Panov <sipan@mit.edu>
* configure.in: Added "ru" to ALL_LINGUAS.
1999-10-12 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added "gl" to ALL_LINGUAS.
1999-10-04 Yukihiro Nakai <nacai@iname.com>
* configure.in: Added "ja" to ALL_LINGUAS.
1999-10-02 Sung-Hyun Nam <namsh@kldp.org>
* configure.in: Added "ko" to ALL_LINGUAS.
1999-09-28 Federico Mena Quintero <federico@redhat.com>
* configure.in: Added "es" to ALL_LINGUAS.
1999-09-28 Kjartan Maraas <kmaraas@online.no>
* configure.in: Added "da" to ALL_LINGUAS.
1999-09-28 Tristan Tarrant <ttarrant@etnoteam.it>
* Added "it" to ALL_LINGUAS.
1999-09-27 Federico Mena Quintero <federico@redhat.com>
Prepared version 0.1.
* HACKING: Included hacking policies for the Eye of Gnome.
* NEWS: Updated for the first 0.1 release.
* Makefile.am: Added a number of files to EXTRA_DIST.
1999-09-23 Kjartan Maraas <kmaraas@online.no>
* no.po: Added "no" to ALL_LINGUAS.
1999-09-23 Federico Mena Quintero <federico@redhat.com>
* configure.in: Output the src/stock/Makefile as well.
1999-09-15 Federico Mena Quintero <federico@redhat.com>
* Started the ChangeLog.
|