date | project | content | link |
|---|
| 05:26 on May 10, 2005 | gnome | Commit by Helvetix :: gimp/ (4 files in 2 dirs): ( link) - app/composite/gimp-composite-sse2.c: Repaired a latent bug in gimp_composite_lighten_rgba8_rgba8_rgba8_sse2 where setting up the alpha masks were not done correctly. A redundant (better?) fix to bug #164061 [http://bugzilla.gnome.org/show_bug.cgi?id=164061] Use movntq instructions to avoid processor cache pollution. Some adjustments to register allocation specifications.
| # |
| 05:57 on Mar 06, 2005 | gnome | Commit by Helvetix :: gimp/ (4 files in 2 dirs): ( link) - app/composite/gimp-composite-altivec.[ch]
- app/composite/gimp-composite-altivec-installer.c
- app/composite/gimp-composite-altivec-test.c: Added updates from starox-gimp at starox dot org (Frederic Leroy) to implement Altivec instruction optimisations. Regenerated sources.
- app/composite/gimp-composite-mmx.c: Replaced a pesky movntq instruction with a movq. Movntq is an SSE instruction, not an MMX instruction.
| # |
| 17:30 on Mar 05, 2005 | gnome | Commit by Helvetix :: gimp/ (8 files in 2 dirs): ( link) - app/composite/gimp-composite-generic.c
- app/composite/gimp-composite-mmx.c
- app/composite/gimp-composite-sse.c Incorporated a very clean patch from starox-gimp at starox dot org (Frederic Leroy) which improves the generic performance of the burn compositing function. Speed is improved at a cost of a 64k look-up table which is probably manageable for 8bpp images, but at larger bpp images (which currently are not supported by the GIMP) this is unlikely to be tolerable. The generic C implementation of the burn function uses this look-up table, the mmx/sse implementations have been commented out.
| # |
| 07:39 on Mar 04, 2005 | gnome | Commit by Helvetix :: gimp/ (3 files in 2 dirs): ( link) | # |
| 17:09 on Jan 04, 2005 | gnome | Commit by Helvetix :: gimp-web/ (7 files in 2 dirs): ( link) - tutorials/Perl-Debugged/index.htrw
- tutorials/Basic_Scheme/index.htrw
- tutorials/Basic_Perl/index.htrw: Removed references to the helvetix-fixes alternative stylesheet.
| # |
| 02:11 on Dec 29, 2004 | gnome | Commit by Helvetix :: gimp-web/ (13 files in 3 dirs): ( link) - programmatic/contest/gallery.py
- programmatic/admin/contest/gallery-edit.py:
- programmatic/contest/gallery.py
- programmatic/contest/wgo-contest.cpp
- programmatic/contest/wgo_contest.py Display 12 images per page. Code cleanup.
- programmatic/admin/wgo-admin.cpp
- programmatic/admin/news/news-edit-action.py
- programmatic/admin/news/news-edit.py
- programmatic/admin/news/wgo_news.py Fixed bug 161496: News system messes with time stamps. The problem was inadvertant conversion to and from UTC and localtime.
| # |
| 03:06 on Dec 06, 2004 | gnome | Commit by Helvetix :: gimp-web/ (5 files in 3 dirs): ( link) - programmatic/admin/contest/gallery-edit.py (display_gallery): Some visual changes in the indicator of where the currently display page is versus the total of all gallery images. Code cleanup and refactoring. Gallery edit now displays 12 images per page.
- programmatic/admin/wgo-admin.cpp: Added new definitions for CSS attributes for the gallery.
| # |
| 01:00 on Dec 06, 2004 | gnome | Commit by Helvetix :: gimp-web/ (3 files in 2 dirs): ( link) Some visual changes in the indicator of where the currently display page is versus the total of all gallery images. | # |
| 05:00 on Dec 04, 2004 | gnome | Commit by Helvetix :: gimp-web/ (3 files in 2 dirs): ( link) Removed some dead code | # |
| 04:50 on Dec 04, 2004 | gnome | Commit by Helvetix :: gimp-web/ (3 files in 2 dirs): ( link) Fixed a fencepost error in computing the number of images per page. Added a visual indicator of where the currently displayed page is versus the total of all gallery images. | # |
| 07:06 on Dec 02, 2004 | gnome | Commit by Helvetix :: gimp-web/ (3 files in 2 dirs): ( link) Fixed up manual addition by fixing the DataDir problem. | # |
| 03:44 on Dec 02, 2004 | gnome | Commit by Helvetix :: gimp-web/ (5 files in 2 dirs): ( link) Try to make editing the date of a news article easier by including some descriptive text about the date format. | # |
| 02:10 on Dec 02, 2004 | gnome | Commit by Helvetix :: gimp-web/programmatic/ (12 files in 3 dirs): ( link) Updated list of icons to allow for news entries. Fixed the XML rdf/rss preview button on the news admin pages to work around the DocumentRoot versus DataDir problem mentioned previously in the ChangeLog | # |
| 02:03 on Dec 02, 2004 | gnome | Commit by Helvetix :: gimp-web/ (5 files in 2 dirs): ( link) Changes to update programmes to work around missing info in the top-level configuration. DocumentRoot and DataDir are environment variables set at the top-level installation script, but there is nothing to indicate where the DataDir is in relation to DocumentRoot. As a result hackery has been employed in the scripts and sub-level Makefiles to work around this missing information. | # |
| 01:55 on Dec 02, 2004 | gnome | Commit by Helvetix :: gimp-web/ (ChangeLog index2.htrw): ( link) Alternative home page to display automatically generated news. | # |
| 01:41 on Dec 02, 2004 | gnome | Commit by Helvetix :: gimp-web/ (5 files in 2 dirs): ( link) Added missing icon files | # |
| 06:12 on Nov 30, 2004 | gnome | Commit by Helvetix :: gimp-web/ (programmatic/contest: contest.py): ( link) A test | # |
| 05:40 on Nov 30, 2004 | gnome | Commit by Helvetix :: gimp-web/ (4 files in 2 dirs): ( link) cut over to the new (old) news system | # |
| 16:48 on Sep 10, 2004 | gnome | Commit by Helvetix :: gimp/ (Tag: gimp-2-0 ChangeLog): ( link) Missed commit of ChangeLog | # |
| 07:59 on Sep 03, 2004 | gnome | Commit by Helvetix :: gimp/ (15 files in 2 dirs): ( link) - app/composite/gimp-composite-*test.c: a regression test now iterates over 8388625 pixels per pass.
- app/composite/gimp-composite-mmx.c
- app/composite/gimp-composite-sse.c
- app/composite/gimp-composite-sse2.c: Ensured that a clobbered condition code register is reflected in the clobbered register list for each asm() statement. This should FIX bug #147013 [http://bugzilla.gnome.org/show_bug.cgi?id=147013].
| # |