-
in current code, the creation of the list for a slideshow in random order is in O(n^2)
here is a patch that uses a vector for the generation, thus reducing the cost to O(n)
the speed improvement is HUGE, take any dir with lots of files, start random slideshow, you will go from 30sec to 0.1s :p
patch attached.
2006-12-13 04:31:24 UTC in GQview image viewer
-
see my reply here
http://sourceforge.net/forum/forum.php?thread_id=1255146&forum_id=308609.
2005-08-24 16:11:05 UTC in bandwidthd
-
the configure check is broken , add -lz in the ./configure near line 2837 to have something like this LIBS="-lpng -lz $LIBS"
hth.
2005-08-24 16:10:25 UTC in bandwidthd
-
Logged In: YES
user_id=874509
seems like it's fixed with latest cvs version (20050807)
thanks ! :)
2005-08-07 16:13:41 UTC in icewm
-
hi
with recent cvs version, when you use gaim in the tray
bar, on a second screen ($DISPLAY=:0.1), when you click
on the icon, gaim raises, when you click again, it
minimizes itself, click again it's raised, click again,
it should be minimized, but the display is not updated
correctly, ie : the content of the window is black, and
the decoration of the window is still there (see...
2005-07-09 23:46:10 UTC in icewm
-
Logged In: YES
user_id=874509
oups, patch was reverted, sorry about that.
2005-05-01 22:41:09 UTC in GQview image viewer
-
Logged In: YES
user_id=874509
and i'm an idiot, didnt added to the right place, hopefully
it _really_ fixes the problem now.
2004-11-19 11:24:06 UTC in ChBg
-
Logged In: YES
user_id=874509
microsecond was not enough, added the pid of the process
this time, works much better :D.
2004-11-01 21:53:40 UTC in ChBg
-
Logged In: YES
user_id=874509
closing, doesn't happen with default gtk theme, so problem
with the pixmap engine probably.
2004-11-01 21:48:15 UTC in icewm
-
i updated my freetype library, and icewm didn't build
anymore,
/usr/X11R6/include/freetype2/freetype/freetype.h:20:2:
#error "`ft2build.h' hasn't been included yet!"
so here is small patch to fix ypaint.h :p.
2004-09-12 23:01:06 UTC in icewm