Search found 932 matches

by goingnuts
Sun 02 Jul 2017, 21:03
Forum: Cutting edge
Topic: Puppy In-House Development
Replies: 396
Views: 191986

Thanks for testing! No tiff support but jpg, png, bmp, gif, SVG and others.
Might have a look at https://github.com/jkriege2/TinyTIFF some time...
Update 20170810: Just realized that my code only works at depth 24 - :(
by goingnuts
Sun 02 Jul 2017, 19:23
Forum: Cutting edge
Topic: Puppy In-House Development
Replies: 396
Views: 191986

Xlib version of technosaurus xcb based image-viewer two post back: /*Inspired by * xputjpeg by Gleicon S. Moraes - gleicon@terra.com.br from: https://searchcode.com/codesearch/raw/107558322/ * unamed example by technosaurus from http://murga-linux.com/puppy/viewtopic.php?t=89272&start=390&si...
by goingnuts
Wed 28 Jun 2017, 19:44
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

I have worked on "png2jpg" to reduce size and get bmp support. Result is "img2jpg" which is based on stb_image and libjpeg. Static linked bin is 95K and compressed with upx 50K. This compared to png2jpg based on libpng and libjpeg which was 159K and 83K upxed. So "img2jpg&qu...
by goingnuts
Tue 20 Jun 2017, 18:42
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

Chimera2 is indeed tempting - create smaller static linked binary, has build in png and jpg support and is more stable. BUT I haven't been able to create a static linked binary that actually works - major problems finding Xdisplay. Tracked down to version of Xlib but got no further. So...continued w...
by goingnuts
Tue 13 Jun 2017, 15:26
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

slavvo67: No https - at all. BarryK: Thanks a lot - the png patch for 2.0a19 is very nice. Chimera2 is faster and more stable than 1.70p1 and it has build in jpeg and png support. Applied the full debian patch but had to disable the io.c and ChimeraStream.h patches to get google.com react on search...
by goingnuts
Sun 11 Jun 2017, 14:26
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

Small steps forward using valgrind - below output from valgrind obtained by starting chimera and then quit: # valgrind --leak-check=full src/./chimera ==8029== Memcheck, a memory error detector ==8029== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==8029== Using Valgrind-3.8.1 and...
by goingnuts
Sat 10 Jun 2017, 21:06
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

Thanks amigo - you know why I focused on chimera :) I wish old dillo was 50% in size as it is fast and stable but for the moment I will focus on stabilising chimera. I even found viola (https://en.m.wikipedia.org/wiki/ViolaWWW) and got it to compile, but I never made it actually show a webpage. Most...
by goingnuts
Sat 10 Jun 2017, 17:50
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

I have no idea - expect holes as code is before security was major concern. And how do we test if holes exist?
by goingnuts
Sat 10 Jun 2017, 06:59
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

Hi Keef Thank you for testing and reporting your findings! Yes - it seems slow and unfortunately crashes a great deal. I will look into the not finding homepage - probably setting it in /etc/X11/app-defaults/Chimera can fix it - or fix HOME_URL ref at compile time. Did not know about http://browsers...
by goingnuts
Wed 07 Jun 2017, 18:34
Forum: Programming
Topic: Chimera-1.70p1 - old browser reborn...
Replies: 27
Views: 9202

Chimera-1.70p1 - old browser reborn...

In my search for tiny graphical browsers I have found chimera and spend some time getting it to compile and tried to fix various things. It compiles to approx. 620K static linked and do a decent job with todays web-pages. BUT it is not a stable program - you might experience segment fault. I have tr...
by goingnuts
Tue 30 May 2017, 19:06
Forum: Eye Candy
Topic: vpuzzle - shuffle your display
Replies: 2
Views: 4300

I don't know "picpuz" :oops: so... But this one scrambles everything shown on the desktop. And it seems that actions done on the scrambled desktop while running vpuzzle reflects what is originally on the unscrambled desktop. Hope this clears something - otherwise just try running the progr...
by goingnuts
Tue 30 May 2017, 18:46
Forum: Eye Candy
Topic: vpuzzle - shuffle your display
Replies: 2
Views: 4300

vpuzzle - shuffle your display

This program shuffles a display like those old 16 square plastic puzzles. Source from here but I modified slightly to accept moving speed as parameter. Source, applied patch and static linked bin attached. Usage: vpuzzle [-numsquares {number-of-squares}] Num squares both ways [-xnumsquares {num-squa...
by goingnuts
Fri 14 Apr 2017, 20:11
Forum: Puppy Projects
Topic: corepup
Replies: 852
Views: 205243

That can be done.
Compile and install glib-1.2.10 and gtk+-1.2.10 and afterwards compile the programs you want ( static or dynamic linked ).
If static linked you need the static libs of xlib as well.
by goingnuts
Mon 27 Mar 2017, 19:11
Forum: Programming
Topic: xwoaf - rebuild
Replies: 46
Views: 18568

Attached a patch to jwm-0.23 which add features from later versions: * scale icons in menu * do not show sticky windows in pager * shade/unshade window with mouse button 4 & 5 * change desktop with with mouse button 4 & 5 * restack windows * move/resize windows with Alt+mouse button 1 & ...
by goingnuts
Fri 17 Mar 2017, 21:10
Forum: Programming
Topic: xwoaf - rebuild
Replies: 46
Views: 18568

Thanks Keef! It should add the keyboard navigation - the functions are there. A first try did not work - but you gave me something to follow. Update: It actually works - sort of: Navigation with Tab and activation with Spacebar is OK but mouse clicks are ignored - despite setting focusPolicy in .Xde...
by goingnuts
Fri 17 Mar 2017, 18:26
Forum: Programming
Topic: xwoaf - rebuild
Replies: 46
Views: 18568

technosaurus: Thank you for the feedback. For me the mcb process is a collection of sources, patches and build scripts - if that is what you are suggesting I would like to contribute. If its a rewrite of source code - I do not think I can contribute much. I am not quite sure how licenses should be h...
by goingnuts
Wed 15 Mar 2017, 21:35
Forum: Programming
Topic: xwoaf - rebuild
Replies: 46
Views: 18568

NeroVance: Agree! One option to address the possible incompatibility of pets for various versions of Puppy could be to supply static linked binaries. This give "portability" beyond Puppy as well. I know this is not possible with some applications, but when possible, it could be the target....
by goingnuts
Mon 13 Mar 2017, 20:35
Forum: Puppy Projects
Topic: corepup
Replies: 852
Views: 205243

Below a simple script that can be used in console or terminal. You can modify to handle many different things - one of the nice things is the use of "pr" (Formats a file to make it look better when printed). This means that you can have more options visible than if you just listed them in ...
by goingnuts
Sat 11 Mar 2017, 15:36
Forum: Puppy Projects
Topic: corepup
Replies: 852
Views: 205243

wanderer - you are much too kind - but glad you can use it. The source is in woaf-0.2.0g.kit.tgz where you might find other things to use/explore. The jwm-0.21x is patched by Terry Loveall for the xwoaf-distribution. If I have other cool stuff - quite open question :) - but you can see a list here o...
by goingnuts
Wed 08 Mar 2017, 20:41
Forum: Compiling
Topic: compiling old jwm
Replies: 3
Views: 9228

For jwm-0.21x I do this: make CC="gcc" CFLAGS="-pipe -Os -Wall -D_BSD_SOURCE -D_GNU_SOURCE -D__KERNEL_STRICT_NAMES -I/usr/include -I/usr/X11/include" LDFLAGS="-Wl,--gc-sections,--sort-common,-s -L/usr/lib -L/usr/X11/lib -lXpm -lXext -lX11" but my source contains configu...