Log of /trunk
Directory Listing
Revision
443 -
Directory Listing
Modified
Sun Oct 2 16:59:11 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- adds configuration related functions
- splashy sources splitted into xml_parser (generic xml parser) and xml_config (implements a simple parser for our config.xml files using the xml_parser)
Revision
442 -
Directory Listing
Modified
Wed Sep 28 02:27:17 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- really turned off debug
- fixes bugs. some drivers can't be compiled in
Revision
441 -
Directory Listing
Modified
Wed Sep 28 01:56:05 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- strange errors show when we compiled in matrox|unicrome|cle266|nvidia
- turned off debugging
Revision
440 -
Directory Listing
Modified
Tue Sep 27 05:57:04 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- we like doing our own configuration here
- an attempt to automate the inclusion of all drivers for all architectures at compile time. needs more work
Revision
439 -
Directory Listing
Modified
Mon Sep 26 09:16:22 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- sync'ed
- fixed mispellings and other nuances in man pages
- this can be safely ignored as it will be rebuild automatically
- resolves resolution bug. now splashy will always "know" what the highest possible resolution is and use that accordingly.
- splashy compiles statically against all libraries using all directfb video drivers
- man page has been fixed to show that arguments are not optional
- other minor improvements
- final test relase before 0.1.6
- new man page
Revision
438 -
Directory Listing
Modified
Mon Sep 26 03:47:30 2005 UTC
(7 years, 7 months ago)
by
lems1-guest
- applied most of the UNIX conventions for man pages
Revision
437 -
Directory Listing
Modified
Sun Sep 18 10:18:15 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- in order to get a fully -static binary, we need -all-static and optional --strip-all in src/Makefile.am FLAGS variable, but for some reason that does the wrong thing for the executable...
Revision
436 -
Directory Listing
Modified
Sun Sep 18 09:55:27 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- successfully linked directfb statically with splashy
Revision
435 -
Directory Listing
Modified
Sun Sep 18 09:52:54 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- adds link to how to link statically against directfb
- static build successfully
- fixes bugs if splashy is not properly installed
- successfully linked directfb statically with splashy
Revision
434 -
Directory Listing
Modified
Wed Sep 7 16:29:56 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- needed to avoid lintian warnings
- splashy man page
- takes care of the rest of the lintian issues
Revision
433 -
Directory Listing
Modified
Mon Sep 5 06:52:56 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- allows progressbar to move forward smoothly. removes the progressbar in reverse code for now
- new feature included
Revision
432 -
Directory Listing
Modified
Sun Sep 4 00:54:55 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- adds test/preview to the set of splashy possible modes
- adds a possible way to fix this issue
Revision
431 -
Directory Listing
Modified
Sat Sep 3 19:32:14 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- fallback to default theme's config.xml if other methods fail
Revision
430 -
Directory Listing
Modified
Sat Sep 3 19:20:48 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- bump up the version
- makes sure we take care of relative paths as well when looking for config.xml
Revision
429 -
Directory Listing
Modified
Sat Sep 3 18:47:24 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- extra themes for splashy
- adds support for showing the progressbar on shutdown or boot
- placed splashy logo inside default theme
- adds some sanity checks to splashy, we now have a theme to fall back to when some image is not found
Revision
428 -
Directory Listing
Modified
Sat Sep 3 16:00:46 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
Updated
Revision
427 -
Directory Listing
Modified
Sat Sep 3 06:17:07 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- moving to the next level
Revision
426 -
Directory Listing
Modified
Sat Sep 3 06:14:26 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- fixes bug with current theme. theme clashes with xpath name use for individual themes
- fixed oxymoronic comment
- fixed bug with missing progressbar
Revision
425 -
Directory Listing
Modified
Fri Aug 26 19:12:47 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- since static build still doesn't work, reverted dependancies to use the libdirectfb package found in Sarge
- reverted to libdirectfb now in sarge
Revision
424 -
Directory Listing
Modified
Fri Aug 26 18:58:12 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
- splashy config files belong in /etc/splashy not $prefix/etc/splashy
Revision
423 -
Directory Listing
Modified
Thu Aug 25 05:54:33 2005 UTC
(7 years, 8 months ago)
by
lems1-guest
r512@xanax: lmondesi | 2005-08-25 00:28:33 -0400
reorganization of themes dir
r513@xanax: lmondesi | 2005-08-25 00:34:43 -0400
reorgnize config.xml files for themes and splashy itself
r514@xanax: lmondesi | 2005-08-25 00:36:34 -0400
adds SPL_CURRENT_THEME xpath
r515@xanax: lmondesi | 2005-08-25 01:21:47 -0400
adds support for config.xml files in themes folders. see the themes/default/config.xml file as an example of what variables are meant for theme config files
r516@xanax: lmondesi | 2005-08-25 01:26:08 -0400
no -static support yet
r517@xanax: lmondesi | 2005-08-25 01:45:54 -0400
we pass directory names to parse_theme_config the default filename is config.xml
r518@xanax: lmondesi | 2005-08-25 01:48:13 -0400
no -static yet
r519@xanax: lmondesi | 2005-08-25 01:49:38 -0400
themes ready to be used with their own config files
Revision
422 -
Directory Listing
Modified
Thu Aug 11 03:14:42 2005 UTC
(7 years, 9 months ago)
by
lems1-guest
r510@xanax: lmondesi | 2005-08-10 23:14:26 -0400
info about static compile
Revision
421 -
Directory Listing
Modified
Mon Aug 8 03:58:53 2005 UTC
(7 years, 9 months ago)
by
lems1-guest
r494@xanax: lmondesi | 2005-06-18 10:00:44 -0400
better debugging args
r508@xanax: lmondesi | 2005-08-07 23:55:26 -0400
updated
Revision
420 -
Directory Listing
Modified
Mon Jun 27 01:14:10 2005 UTC
(7 years, 10 months ago)
by
goedson
Fixed error message in error.jpg
Revision
419 -
Directory Listing
Modified
Thu Jun 23 18:19:38 2005 UTC
(7 years, 10 months ago)
by
lems1-guest
- fixed typo. Thanks Esoral for reporting this
Revision
418 -
Directory Listing
Modified
Wed Jun 22 16:54:19 2005 UTC
(7 years, 10 months ago)
by
lems1-guest
- version 0.9.22-3 and higher is what we need
Revision
417 -
Directory Listing
Modified
Wed Jun 22 16:40:20 2005 UTC
(7 years, 10 months ago)
by
lems1-guest
- version 0.9.22-3 of libdirectfb has our patch included
Revision
416 -
Directory Listing
Modified
Wed Jun 22 16:38:45 2005 UTC
(7 years, 10 months ago)
by
lems1-guest
- version 0.9.22-3 of libdirectfb has our patch included
Revision
415 -
Directory Listing
Modified
Wed Jun 22 16:10:10 2005 UTC
(7 years, 10 months ago)
by
lems1-guest
Revision
414 -
Directory Listing
Modified
Wed Jun 22 16:08:35 2005 UTC
(7 years, 10 months ago)
by
lems1-guest
- official splashy logo
- allows splashy to be moved from focus at any time during runtime
- new test release
Revision
413 -
Directory Listing
Modified
Sun Jun 19 14:21:30 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- new test package
- fixed typo/thinko: no splashy_video_t but spl_videomode_t
Revision
412 -
Directory Listing
Modified
Sat Jun 18 21:31:54 2005 UTC
(7 years, 11 months ago)
by
otavio
r15@ibook: otavio | 2005-06-18 18:29:25 -0300
- Add build-dependencie of libglib2.0-dev at last at version 2.0.1-2
since it included the static library needed for our build;
Revision
411 -
Directory Listing
Modified
Sat Jun 18 21:12:06 2005 UTC
(7 years, 11 months ago)
by
otavio
r13@ibook: otavio | 2005-06-18 18:06:33 -0300
* debian/control.in:
- Replace all depends for ${shlibs:Depends} since it's auto-generated;
- Add build-dependencie of libdirectfb-dev at last at version 0.9.22-2
since it included the static library needed for our build;
* debian/control: updated likewise;
Revision
410 -
Directory Listing
Modified
Sat Jun 18 14:26:03 2005 UTC
(7 years, 11 months ago)
by
mario-guest
check if fifo exists
Revision
409 -
Directory Listing
Modified
Thu Jun 16 20:14:51 2005 UTC
(7 years, 11 months ago)
by
otavio
fix the bug number.
Revision
407 -
Directory Listing
Modified
Thu Jun 16 18:38:26 2005 UTC
(7 years, 11 months ago)
by
otavio
Prepare the new release.
Revision
406 -
Directory Listing
Modified
Thu Jun 16 18:33:06 2005 UTC
(7 years, 11 months ago)
by
otavio
- remove bashism from init scripts. Closes: #314474;
Revision
405 -
Directory Listing
Modified
Wed Jun 15 15:07:14 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- fixes bug 301780 from Alioth
Revision
404 -
Directory Listing
Modified
Wed Jun 15 15:04:11 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- fixes typo when checking for the XFree86 config file
Revision
403 -
Directory Listing
Modified
Wed Jun 15 13:50:12 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- test release
- initializes the mode pointer in splashy_video_t
Revision
402 -
Directory Listing
Modified
Wed Jun 15 05:15:06 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- fixes displaying warning about grub even when grub is actually installed
- added comments about what's new in this release
Revision
401 -
Directory Listing
Modified
Wed Jun 15 04:29:44 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- new test release
- corrected english sentences in comments and echo statement about grub
Revision
400 -
Directory Listing
Modified
Tue Jun 14 17:31:51 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- removed unused variable
Revision
399 -
Directory Listing
Modified
Tue Jun 14 17:27:38 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- preliminary video mode detection code
Revision
398 -
Directory Listing
Modified
Sat Jun 11 21:08:46 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- attempts to detect the valid video modes before setting our surface to full screen mode. needs more work.
Revision
396 -
Directory Listing
Modified
Tue Jun 7 15:30:53 2005 UTC
(7 years, 11 months ago)
by
otavio
Release.
Revision
395 -
Directory Listing
Modified
Tue Jun 7 15:29:55 2005 UTC
(7 years, 11 months ago)
by
otavio
Add changelog entry to README.Debian.
Revision
394 -
Directory Listing
Modified
Tue Jun 7 15:21:27 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- a simple readme with work arounds for bugs reported in the Alioth's BTS and DBTS
Revision
393 -
Directory Listing
Modified
Mon Jun 6 01:29:03 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- added a section for retired developers
Revision
392 -
Directory Listing
Modified
Sun Jun 5 19:37:59 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- test version
Revision
391 -
Directory Listing
Modified
Sun Jun 5 00:40:14 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- list are tricky in sh scripts
Revision
389 -
Directory Listing
Modified
Tue May 31 18:09:00 2005 UTC
(7 years, 11 months ago)
by
otavio
Grr. I included a wrong path. Sorry.
Revision
388 -
Directory Listing
Modified
Tue May 31 18:04:00 2005 UTC
(7 years, 11 months ago)
by
otavio
- check multiple patch to look for grub. Closes: #309806;
Revision
387 -
Directory Listing
Modified
Tue May 31 18:00:28 2005 UTC
(7 years, 11 months ago)
by
otavio
* debian/splashy.install: stop to install the images using it;
* Makefile.am: Change the place to install the image inside of
themes/default directory. Closes: #309715;
Revision
386 -
Directory Listing
Modified
Tue May 31 18:00:11 2005 UTC
(7 years, 11 months ago)
by
otavio
Fix formating of changelog file.
Revision
385 -
Directory Listing
Modified
Tue May 31 16:35:23 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
Revision
384 -
Directory Listing
Modified
Sat May 28 08:08:20 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- new test package
Revision
383 -
Directory Listing
Modified
Sat May 28 07:58:27 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- fixes pattern matching routine. now errors are found very quickly in any buffer/file or char device
- major code cleanups
- adds missing gpl clauses
Revision
382 -
Directory Listing
Modified
Thu May 26 22:55:08 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- noted changes to debian package
Revision
381 -
Directory Listing
Modified
Thu May 26 22:51:29 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- updated to use cat instead of less and to try for XF86Config-4 if xorg.conf is not found
- test release
Revision
380 -
Directory Listing
Modified
Thu May 26 17:13:10 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- if we find an error, kill splashy child and exit
Revision
379 -
Directory Listing
Modified
Thu May 26 17:11:16 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- implements a simple reader for /dev/vcs1 using regexec()
- progress bar now works in reverse
Revision
378 -
Directory Listing
Modified
Thu May 26 16:25:43 2005 UTC
(7 years, 11 months ago)
by
lems1-guest
- wait using nanosleep() instead of deprecated usleep()
- splashy autoverboseonerror is a general config key. moved out of the background block
Revision
375 -
Directory Listing
Modified
Wed May 18 14:35:06 2005 UTC
(8 years ago)
by
otavio
Update to allow the package enters Debian. See debian/changelog.
Revision
372 -
Directory Listing
Modified
Mon May 16 20:41:58 2005 UTC
(8 years ago)
by
otavio
Debian major cleanup. Release as 0.1.2.
Revision
368 -
Directory Listing
Modified
Fri May 13 04:28:43 2005 UTC
(8 years ago)
by
otavio
Update for building.
Revision
365 -
Directory Listing
Modified
Fri May 13 04:21:44 2005 UTC
(8 years ago)
by
otavio
Release 0.1.1.
Revision
364 -
Directory Listing
Modified
Sun May 8 07:36:20 2005 UTC
(8 years ago)
by
lems1-guest
- well, fixed a mistake. back to square one
Revision
363 -
Directory Listing
Modified
Sun May 8 07:28:05 2005 UTC
(8 years ago)
by
lems1-guest
- adds notes about why splashyZ is inverted
- let splashy initrc start /sbin/splashy in runlevels 0 and 6 and not splashyZ inverted functionality
Revision
362 -
Directory Listing
Modified
Sun May 8 06:56:45 2005 UTC
(8 years ago)
by
lems1-guest
- the last script to run in the splashy boot sequence. therefore Z
- moved the init script here from debian/splashy.init to play well with other distros
- renamed to splashyZ - last letter of the alphabet
- installs splashy scripts for all distros
- renamed to scripts/splashy
- installs the splashy-functions.sh file in /etc/init.d also
- no need to install these files here now. automake takes care of them
- takes care of using the right names for splashyZ and the other initrc scripts
- removes spl_clear_fifo as it's not needed
Revision
361 -
Directory Listing
Modified
Sun May 8 06:17:26 2005 UTC
(8 years ago)
by
lems1-guest
- faking the dependancies version for now until hoary gets the latest version of libc6
Revision
360 -
Directory Listing
Modified
Thu May 5 05:22:36 2005 UTC
(8 years ago)
by
lems1-guest
- fixes bug when getting splashy pid: the first pid gotten should be returned
Revision
359 -
Directory Listing
Modified
Thu May 5 05:10:02 2005 UTC
(8 years ago)
by
lems1-guest
- added sanity checks before sending commands to the FIFO. commented out the fifo clear function
- added better description for the splashy.init for debian
- commented out the splashy_clear_fifo call
- commented out the spl_clear_fifo call
- we need output returned to us via STDOUT not simply return
- we need to get back STDOUT from splashy_get_pid and not string. bug fix for a statement that will always be true
- removes initrc links on remove target also. we should purge the scripts from /etc/init.d also to avoid problems when upgrading
- new test version
- return not echo
- removes acts almost like purge, except it doesn't remove fifo
Revision
358 -
Directory Listing
Modified
Tue May 3 04:15:18 2005 UTC
(8 years ago)
by
lems1-guest
- after exit we need to clear the FIFO in all initrc's
Revision
357 -
Directory Listing
Modified
Tue May 3 04:06:35 2005 UTC
(8 years ago)
by
lems1-guest
- fixes defunct issues. when splashy exits prematurely, like when hitting ESC/F2, all the script stay hanging while writting to the FIFO... not pretty. fixing afterwards
- changes where we print our errors, now they go to stderr
- introduces spl_clear_fifo() to release all scripts which may have written something to this file previously. code cleanups
- added debugging and code cleanups
- a simple way to clear our FIFO in initrc. This is because splashy has already left the building when users press ESC/F2 and initrc scripts keep sending commands to the FIFO. we need a way to "know" if splashy is running...
- fixes initrc scripts so that they clean fifo. code cleanups
Revision
356 -
Directory Listing
Modified
Tue May 3 01:15:03 2005 UTC
(8 years ago)
by
lems1-guest
kills sub_parent also when child exits
Revision
355 -
Directory Listing
Modified
Mon May 2 05:54:51 2005 UTC
(8 years ago)
by
lems1-guest
- ready for prime time
Revision
354 -
Directory Listing
Modified
Mon May 2 05:51:51 2005 UTC
(8 years ago)
by
lems1-guest
- fixes a number of bugs with the way that directfb waits for keyboard events. now it works like a charm by forking and letting the parent be the one waiting for the events while the sub child paints the progress bar
Revision
353 -
Directory Listing
Modified
Mon May 2 04:50:12 2005 UTC
(8 years ago)
by
lems1-guest
- fixes bug: we don't wait unlimited amount of time for an event to occur. this is nuts
Revision
352 -
Directory Listing
Modified
Mon May 2 04:37:34 2005 UTC
(8 years ago)
by
lems1-guest
- synced from alioth. code cleanups
- update changelog for a new test. this is gold
- added a nice macro that kills directfb properly when something goes wrong
- added a nice interface to listen to keyboard events. also splashy cleans up after itself on shutdown. we need to do the same for the GList options from the xml parser
- video.c uses new macro to initialize directfb properly. also some code cleanups
- added a few nice pointer holders for our new event buffer listener. keeps our keyboard also
Revision
351 -
Directory Listing
Modified
Sun May 1 18:50:08 2005 UTC
(8 years ago)
by
lems1-guest
- forgot the dot
Revision
350 -
Directory Listing
Modified
Sun May 1 18:40:23 2005 UTC
(8 years ago)
by
lems1-guest
- fixes bug at shutdown/reboot
- yet another test release
Revision
349 -
Directory Listing
Modified
Sun May 1 18:15:51 2005 UTC
(8 years ago)
by
lems1-guest
- a version of splashy that does the right thing at shutdown
Revision
348 -
Directory Listing
Modified
Fri Apr 29 03:08:11 2005 UTC
(8 years ago)
by
lems1-guest
- adds a small pause between progress
- simple implementation of reverse progress bar. slow; should find better way later
- fixed bug with splashy not showing at shutdown. implemented sample reversed progressbar. also, removed dependancy on ncurses-bin tput and other commands
- removes dependancies on ncurses-bin. code cleanups
- puts green color back
- test version: inverted progressbar
Revision
347 -
Directory Listing
Modified
Fri Apr 29 00:50:02 2005 UTC
(8 years ago)
by
lems1-guest
r352@xanax: lmondesi | 2005-04-28 20:49:50 -0400
test version
Revision
346 -
Directory Listing
Modified
Fri Apr 29 00:48:59 2005 UTC
(8 years ago)
by
lems1-guest
r350@xanax: lmondesi | 2005-04-28 20:45:49 -0400
code cleanups and notes about vt-switching breaking splashy (not allowing other applications to gain focus
Revision
345 -
Directory Listing
Modified
Fri Apr 29 00:35:28 2005 UTC
(8 years ago)
by
lems1-guest
r346@xanax: lmondesi | 2005-04-27 22:47:01 -0400
initial copy from alioth
r347@xanax: lmondesi | 2005-04-28 20:32:50 -0400
added spl_tty variable to be able to switch splashy to tty 7 after it exits. please customize this in /etc/default/splashy
r348@xanax: lmondesi | 2005-04-28 20:34:18 -0400
added spl_tty variable to be able to switch splashy to tty 7 after it exits
Revision
344 -
Directory Listing
Modified
Wed Apr 27 15:55:26 2005 UTC
(8 years ago)
by
lems1-guest
using force-windowed allows surface apps to work as if they were defined as windows and lets the focus be switched
Revision
343 -
Directory Listing
Modified
Wed Apr 27 10:39:21 2005 UTC
(8 years ago)
by
lemsx1
commented out sending allowchvt because this causes directfb to allow switching but it doesn't actually release the current surface resulting ina stalemate: no switching is possible and no way to exit splashy via 'exit' through the fifo
Revision
342 -
Directory Listing
Modified
Wed Apr 27 10:02:26 2005 UTC
(8 years ago)
by
lemsx1
attempts to allow splashy to switch vt by itself.
I'm seeing in the terminal that all functions get called in the right
order, yet for some reason libdirectfb doesn't allow the switch.
I'll study the source for libdirectfb-0.9-20 to see if this option is
implemented or if it's just part of libdirectfb-0.9-22.
Revision
341 -
Directory Listing
Modified
Wed Apr 27 04:29:55 2005 UTC
(8 years ago)
by
otavio
Clean up the package, preparing it to be uploaded to Debian when 0.1.1 get's out.
Revision
340 -
Directory Listing
Modified
Tue Apr 26 13:10:34 2005 UTC
(8 years ago)
by
lemsx1
implements a simple way to let splashy release the hold that it has on the terminal
Revision
339 -
Directory Listing
Modified
Mon Apr 25 19:15:47 2005 UTC
(8 years ago)
by
lemsx1
a better way to exit splashy. now we make sure that we switch vt's before we do, or at least we attempt to. Please note that this is untested code.
Revision
338 -
Directory Listing
Modified
Mon Apr 25 19:14:50 2005 UTC
(8 years ago)
by
lemsx1
code cleanups. boot or shutdown is required. [] means 'optional' in usage
Revision
337 -
Directory Listing
Modified
Mon Apr 25 18:30:08 2005 UTC
(8 years ago)
by
website
moved functions from main.c to functions.c
Revision
336 -
Directory Listing
Modified
Mon Apr 25 17:32:56 2005 UTC
(8 years ago)
by
lemsx1
console-tools-dev
Revision
335 -
Directory Listing
Modified
Mon Apr 25 17:23:56 2005 UTC
(8 years ago)
by
lemsx1
adds dependancy on console-tools-dev at compile time
Revision
334 -
Directory Listing
Modified
Mon Apr 25 16:57:07 2005 UTC
(8 years ago)
by
lemsx1
removes dependancy on lsb
Revision
333 -
Directory Listing
Modified
Mon Apr 25 16:55:07 2005 UTC
(8 years ago)
by
lemsx1
removes dependancy on lsb
Revision
332 -
Directory Listing
Modified
Mon Apr 25 15:49:18 2005 UTC
(8 years ago)
by
lemsx1
in order to switch virtual terminals without doing an ugly system(chvt) call, we implemented a mini version of chvt. thus, the during build time we need console-tools-dev
Revision
331 -
Directory Listing
Modified
Mon Apr 25 15:47:17 2005 UTC
(8 years ago)
by
lemsx1
implements a simple way to chvt. please read comments. adds depancy at built time for console-tools-dev
Revision
330 -
Directory Listing
Modified
Mon Apr 25 15:03:04 2005 UTC
(8 years ago)
by
lemsx1
added notes on resolution bug and vt7/tty7 problem
Revision
329 -
Directory Listing
Modified
Mon Apr 25 14:47:01 2005 UTC
(8 years ago)
by
lemsx1
no need for _shutdown() now
Revision
328 -
Directory Listing
Modified
Mon Apr 25 14:32:58 2005 UTC
(8 years ago)
by
otavio
Fix compile error.
Revision
327 -
Directory Listing
Modified
Mon Apr 25 07:44:51 2005 UTC
(8 years ago)
by
lemsx1
code cleanups
Revision
326 -
Directory Listing
Modified
Mon Apr 25 07:39:36 2005 UTC
(8 years ago)
by
lemsx1
splashy works like a charm now. it doesn't allow messages to scroll over it.
Revision
325 -
Directory Listing
Modified
Sun Apr 24 20:27:17 2005 UTC
(8 years ago)
by
otavio
Use control.in to calc the cdbs deps in build time.
Revision
320 -
Directory Listing
Modified
Sun Apr 24 20:25:37 2005 UTC
(8 years ago)
by
otavio
Cleanup a bit.
Revision
319 -
Directory Listing
Modified
Sun Apr 24 19:49:29 2005 UTC
(8 years ago)
by
lemsx1
splashy is ready to be released
Revision
318 -
Directory Listing
Modified
Sun Apr 24 17:56:37 2005 UTC
(8 years ago)
by
lemsx1
fixed especial file. now it does the right thing. name is .fifo not .sock!
Revision
317 -
Directory Listing
Modified
Sun Apr 24 17:36:49 2005 UTC
(8 years ago)
by
lemsx1
minor bug fixed. no need to mkdir now
Revision
316 -
Directory Listing
Modified
Sun Apr 24 17:31:50 2005 UTC
(8 years ago)
by
lemsx1
fixes problems with socket file being in a read-only partition or being cleanup after splashy creates it!
Also logic in spl_init() was corrected
Revision
315 -
Directory Listing
Modified
Sun Apr 24 15:52:40 2005 UTC
(8 years ago)
by
lemsx1
adds support for exiting splashy during S99* stage in your default run-level
Revision
314 -
Directory Listing
Modified
Sat Apr 23 15:35:19 2005 UTC
(8 years ago)
by
lemsx1
more code cleanups. progress bar works fine from interactive mode but not at boot time
Revision
313 -
Directory Listing
Modified
Sat Apr 23 12:50:22 2005 UTC
(8 years ago)
by
lemsx1
implements a working copy of a mini FIFO interface to pass commands to splashy. needs to fork and release terminal to be 100% functional.
to use simply launch splashy as usual, and, you could submit commands to /tmp/.splashy fifo:
echo "exit" > /tmp/.splashy
echo "progress 20" > /tmp/.splashy
those are the supported commands for now
Revision
312 -
Directory Listing
Modified
Fri Apr 22 18:17:22 2005 UTC
(8 years ago)
by
lemsx1
simple function to send commands to splashy fifo
Revision
311 -
Directory Listing
Modified
Fri Apr 22 03:29:22 2005 UTC
(8 years, 1 month ago)
by
lemsx1
commenting out progressbar stuff...
Revision
310 -
Directory Listing
Modified
Thu Apr 21 16:26:44 2005 UTC
(8 years, 1 month ago)
by
lemsx1
appending new-line should happen only once. moved file-descriptor pointer outside as global to make sure it's init once (statically)
Revision
309 -
Directory Listing
Modified
Thu Apr 21 16:16:20 2005 UTC
(8 years, 1 month ago)
by
lemsx1
removed misc:Depends to avoid warning
Revision
308 -
Directory Listing
Modified
Thu Apr 21 15:24:54 2005 UTC
(8 years, 1 month ago)
by
lemsx1
spl_get_int returns -1 on error. no need to test for NULL ( void* or 0x0 )
Revision
307 -
Directory Listing
Modified
Thu Apr 21 15:12:24 2005 UTC
(8 years, 1 month ago)
by
website
text parser half-broken
Revision
306 -
Directory Listing
Modified
Thu Apr 21 07:05:55 2005 UTC
(8 years, 1 month ago)
by
lemsx1
spl_get_int returns -1 on error
Revision
305 -
Directory Listing
Modified
Thu Apr 21 06:23:31 2005 UTC
(8 years, 1 month ago)
by
lemsx1
keeps things consistent between autoconf and automake
Revision
304 -
Directory Listing
Modified
Thu Apr 21 06:19:45 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes parse error at compile time
Revision
303 -
Directory Listing
Modified
Thu Apr 21 06:16:20 2005 UTC
(8 years, 1 month ago)
by
lemsx1
code cleanups. bug fix: g_free_string was not being called properly causing buffers to leak and possibly causing segfaults. this version corrects that
Revision
302 -
Directory Listing
Modified
Thu Apr 21 06:14:08 2005 UTC
(8 years, 1 month ago)
by
lemsx1
code cleanups and sanity checks on esteroids. progressbar could fail because of many possibilities, we want to make sure that the end user knows why
Revision
301 -
Directory Listing
Modified
Thu Apr 21 06:01:40 2005 UTC
(8 years, 1 month ago)
by
lemsx1
added a second argument to spl_get_int to pass the desired base
Revision
300 -
Directory Listing
Modified
Thu Apr 21 05:49:26 2005 UTC
(8 years, 1 month ago)
by
lemsx1
make sure that we read the number as if it was base 10. we need other public function(s) for other common bases like 16 (hex) and 8 (octal). TODO for later
Revision
298 -
Directory Listing
Modified
Thu Apr 21 04:57:28 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix detection of runlevel.
Revision
297 -
Directory Listing
Modified
Thu Apr 21 04:19:02 2005 UTC
(8 years, 1 month ago)
by
lemsx1
single user mode is RUNLEVEL=1
Revision
294 -
Directory Listing
Modified
Thu Apr 21 03:50:47 2005 UTC
(8 years, 1 month ago)
by
otavio
Runlevel more checks.
Revision
293 -
Directory Listing
Modified
Thu Apr 21 03:47:49 2005 UTC
(8 years, 1 month ago)
by
lemsx1
adds if runlevel eq 1 just in case
Revision
292 -
Directory Listing
Modified
Thu Apr 21 03:46:17 2005 UTC
(8 years, 1 month ago)
by
lemsx1
adds an explanation as to why we are exiting
Revision
291 -
Directory Listing
Modified
Thu Apr 21 03:45:34 2005 UTC
(8 years, 1 month ago)
by
lemsx1
Single User is a name. should be capitalized
Revision
290 -
Directory Listing
Modified
Thu Apr 21 03:38:16 2005 UTC
(8 years, 1 month ago)
by
lemsx1
added simple table of reference for VGA arguments to the kernel
Revision
289 -
Directory Listing
Modified
Thu Apr 21 03:33:24 2005 UTC
(8 years, 1 month ago)
by
otavio
Check the runlevel.
Revision
288 -
Directory Listing
Modified
Thu Apr 21 03:02:32 2005 UTC
(8 years, 1 month ago)
by
lemsx1
comments out g_free for now. until we know for sure when we need to free these strings
Revision
287 -
Directory Listing
Modified
Thu Apr 21 03:00:16 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes minor bug when g_free'ing a GString* allocated in load_text(). code cleanups
Revision
286 -
Directory Listing
Modified
Thu Apr 21 02:43:27 2005 UTC
(8 years, 1 month ago)
by
lemsx1
code cleanup. added debugging statements to splashy_child_boot
Revision
285 -
Directory Listing
Modified
Thu Apr 21 02:31:17 2005 UTC
(8 years, 1 month ago)
by
otavio
Simplefied.
Revision
284 -
Directory Listing
Modified
Thu Apr 21 02:19:42 2005 UTC
(8 years, 1 month ago)
by
lemsx1
more things to ignore
Revision
283 -
Directory Listing
Modified
Thu Apr 21 02:18:28 2005 UTC
(8 years, 1 month ago)
by
lemsx1
more things to ignore
Revision
282 -
Directory Listing
Modified
Thu Apr 21 02:12:54 2005 UTC
(8 years, 1 month ago)
by
lemsx1
no need to use g_printf. code cleanups
Revision
281 -
Directory Listing
Modified
Thu Apr 21 02:05:03 2005 UTC
(8 years, 1 month ago)
by
lemsx1
save some memory. yes as little as this is important
Revision
280 -
Directory Listing
Modified
Thu Apr 21 01:58:43 2005 UTC
(8 years, 1 month ago)
by
lemsx1
code cleanups
Revision
279 -
Directory Listing
Modified
Thu Apr 21 01:57:19 2005 UTC
(8 years, 1 month ago)
by
lemsx1
more code cleanups
Revision
277 -
Directory Listing
Modified
Thu Apr 21 01:30:17 2005 UTC
(8 years, 1 month ago)
by
lemsx1
no need to use g_printf
Revision
276 -
Directory Listing
Modified
Thu Apr 21 01:24:43 2005 UTC
(8 years, 1 month ago)
by
lemsx1
no need to use g_printf
Revision
275 -
Directory Listing
Modified
Thu Apr 21 01:02:20 2005 UTC
(8 years, 1 month ago)
by
lemsx1
please do not start splashy if run level is not 2 and up and our previous run level was N. this means that if we start in single user mode (level 1) splashy won't run
Revision
274 -
Directory Listing
Modified
Thu Apr 21 00:30:53 2005 UTC
(8 years, 1 month ago)
by
lemsx1
removed. automatically generated by autotools
Revision
273 -
Directory Listing
Modified
Thu Apr 21 00:30:10 2005 UTC
(8 years, 1 month ago)
by
lemsx1
added more automatically generated files to the list of ignored
Revision
272 -
Directory Listing
Modified
Thu Apr 21 00:28:41 2005 UTC
(8 years, 1 month ago)
by
lemsx1
autogenerated file
Revision
271 -
Directory Listing
Modified
Thu Apr 21 00:18:29 2005 UTC
(8 years, 1 month ago)
by
lemsx1
keeps things consistent. vars should be gint for int's and gchar for char's. renamed files to keep them consistent also
Revision
270 -
Directory Listing
Modified
Wed Apr 20 22:29:35 2005 UTC
(8 years, 1 month ago)
by
otavio
More fixes.
Revision
269 -
Directory Listing
Modified
Wed Apr 20 20:53:07 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix a bad routine to find the libtool.m4 macros.
Revision
268 -
Directory Listing
Modified
Wed Apr 20 20:52:48 2005 UTC
(8 years, 1 month ago)
by
otavio
Minnor fixes to allow build with newer libtool and others.
Revision
267 -
Directory Listing
Modified
Wed Apr 20 20:52:31 2005 UTC
(8 years, 1 month ago)
by
otavio
Minnor fixes to allow build with newer libtool and others.
Revision
266 -
Directory Listing
Modified
Wed Apr 20 17:15:47 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes redifinition of _GNU_SOURCE and fixes broken spl_get_text() calls to non-existing /splashy/Background section of the config.xml file
Revision
265 -
Directory Listing
Modified
Wed Apr 20 17:03:13 2005 UTC
(8 years, 1 month ago)
by
lemsx1
another simple user
Revision
264 -
Directory Listing
Modified
Wed Apr 20 16:58:58 2005 UTC
(8 years, 1 month ago)
by
lemsx1
note about sorting
Revision
263 -
Directory Listing
Modified
Wed Apr 20 16:57:02 2005 UTC
(8 years, 1 month ago)
by
lemsx1
another simple user
Revision
262 -
Directory Listing
Modified
Wed Apr 20 16:54:04 2005 UTC
(8 years, 1 month ago)
by
lemsx1
another simple user
Revision
261 -
Directory Listing
Modified
Wed Apr 20 16:53:07 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a simple user
Revision
260 -
Directory Listing
Modified
Wed Apr 20 11:35:12 2005 UTC
(8 years, 1 month ago)
by
website
video.c
Revision
259 -
Directory Listing
Modified
Wed Apr 20 03:23:22 2005 UTC
(8 years, 1 month ago)
by
lemsx1
lower cased config vars
Revision
258 -
Directory Listing
Modified
Wed Apr 20 03:14:48 2005 UTC
(8 years, 1 month ago)
by
lemsx1
w and h vars used for width and height. Thanks prahal for pointing this out
Revision
257 -
Directory Listing
Modified
Tue Apr 19 23:52:10 2005 UTC
(8 years, 1 month ago)
by
otavio
Use open to try to solve the problem while opening /dev/vcs1 and more a sintax problem. grrr!
Revision
256 -
Directory Listing
Modified
Tue Apr 19 23:51:51 2005 UTC
(8 years, 1 month ago)
by
otavio
Remove some memory leaks.
Revision
255 -
Directory Listing
Modified
Tue Apr 19 15:05:49 2005 UTC
(8 years, 1 month ago)
by
website
Revision
254 -
Directory Listing
Modified
Tue Apr 19 14:53:12 2005 UTC
(8 years, 1 month ago)
by
lemsx1
forgot spl_stack_pop() at the end of end_handler()... the problem of fast coding: thinkos
Revision
253 -
Directory Listing
Modified
Tue Apr 19 14:37:32 2005 UTC
(8 years, 1 month ago)
by
website
Revision
252 -
Directory Listing
Modified
Mon Apr 18 21:57:12 2005 UTC
(8 years, 1 month ago)
by
lemsx1
removed #define _GNU_SOURCE
Revision
251 -
Directory Listing
Modified
Mon Apr 18 21:53:26 2005 UTC
(8 years, 1 month ago)
by
lemsx1
themes path: done
Revision
250 -
Directory Listing
Modified
Mon Apr 18 21:52:31 2005 UTC
(8 years, 1 month ago)
by
lemsx1
updated: info about themes path
Revision
249 -
Directory Listing
Modified
Mon Apr 18 21:50:22 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes path to /etc/splashy/themes/*
Revision
248 -
Directory Listing
Modified
Mon Apr 18 21:49:41 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes path to /etc/splashy/themes/*
Revision
247 -
Directory Listing
Modified
Mon Apr 18 21:47:43 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes strings to xpath syntax
Revision
246 -
Directory Listing
Modified
Mon Apr 18 21:46:29 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixes strings to xpath syntax
Revision
245 -
Directory Listing
Modified
Mon Apr 18 21:06:17 2005 UTC
(8 years, 1 month ago)
by
lemsx1
fixed minor bug with GCC warnings
Revision
244 -
Directory Listing
Modified
Mon Apr 18 21:04:31 2005 UTC
(8 years, 1 month ago)
by
lemsx1
removed the debugging messages. enable with #DEBUG when wanted
Revision
243 -
Directory Listing
Modified
Mon Apr 18 21:02:54 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a version of xml_parser that uses a fake XPath like to access the strings: /splashy/ProgressBar/x = 10 form our sample config.xml file
Revision
242 -
Directory Listing
Modified
Mon Apr 18 20:29:01 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a universal version that doesn't need tag_opened ot work and it wuld parse almost any xml file
Revision
241 -
Directory Listing
Modified
Mon Apr 18 19:42:01 2005 UTC
(8 years, 1 month ago)
by
otavio
Stack working.
Revision
240 -
Directory Listing
Modified
Mon Apr 18 18:49:35 2005 UTC
(8 years, 1 month ago)
by
lemsx1
program doesn't crash now. but it doesn't work correctly
Revision
239 -
Directory Listing
Modified
Mon Apr 18 15:35:49 2005 UTC
(8 years, 1 month ago)
by
lemsx1
themes dir in /etc/splashy
Revision
238 -
Directory Listing
Modified
Mon Apr 18 14:12:27 2005 UTC
(8 years, 1 month ago)
by
otavio
Commit initial TODO.
Revision
237 -
Directory Listing
Modified
Mon Apr 18 13:02:23 2005 UTC
(8 years, 1 month ago)
by
website
Revision
236 -
Directory Listing
Modified
Mon Apr 18 01:16:36 2005 UTC
(8 years, 1 month ago)
by
lemsx1
gets rid of more warnings. file paths won't be modified from within these functions
Revision
235 -
Directory Listing
Modified
Mon Apr 18 01:04:14 2005 UTC
(8 years, 1 month ago)
by
lemsx1
forgot one last var in checks
Revision
234 -
Directory Listing
Modified
Mon Apr 18 00:56:07 2005 UTC
(8 years, 1 month ago)
by
lemsx1
bug fixes
Revision
233 -
Directory Listing
Modified
Mon Apr 18 00:28:53 2005 UTC
(8 years, 1 month ago)
by
lemsx1
rids the ugly warnings
Revision
232 -
Directory Listing
Modified
Mon Apr 18 00:18:59 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a better implementation of spl_get_int with a newer jazzier strtol()
Revision
231 -
Directory Listing
Modified
Sun Apr 17 22:47:38 2005 UTC
(8 years, 1 month ago)
by
lemsx1
implements spl_get_int and changed arguments for spl_get_* to const gchar* to make it simpler for developers to use this class
Revision
230 -
Directory Listing
Modified
Sun Apr 17 22:26:53 2005 UTC
(8 years, 1 month ago)
by
otavio
More removes.
Revision
229 -
Directory Listing
Modified
Sun Apr 17 22:24:49 2005 UTC
(8 years, 1 month ago)
by
otavio
More cleanup.
Revision
228 -
Directory Listing
Modified
Sun Apr 17 22:23:40 2005 UTC
(8 years, 1 month ago)
by
otavio
Remove buildable things.
Revision
226 -
Directory Listing
Modified
Sun Apr 17 22:16:06 2005 UTC
(8 years, 1 month ago)
by
otavio
Use parser again.
Revision
225 -
Directory Listing
Modified
Sun Apr 17 22:03:49 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a perfectly clean copy of xml_parser. it takes 0m0.006s to find a tag inside a XML file
Revision
224 -
Directory Listing
Modified
Sun Apr 17 21:38:19 2005 UTC
(8 years, 1 month ago)
by
lemsx1
working copy of xml_parser
Revision
223 -
Directory Listing
Modified
Sun Apr 17 21:32:52 2005 UTC
(8 years, 1 month ago)
by
lemsx1
removes depth
Revision
222 -
Directory Listing
Modified
Sun Apr 17 21:27:26 2005 UTC
(8 years, 1 month ago)
by
otavio
Improve debug.
Revision
221 -
Directory Listing
Modified
Sun Apr 17 20:56:03 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a better way to compare the pointers quickly
Revision
220 -
Directory Listing
Modified
Sun Apr 17 20:29:54 2005 UTC
(8 years, 1 month ago)
by
lemsx1
corrected the pointer name
Revision
219 -
Directory Listing
Modified
Sun Apr 17 20:23:21 2005 UTC
(8 years, 1 month ago)
by
website
traslated functions
Revision
218 -
Directory Listing
Modified
Sun Apr 17 20:17:11 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a version that outputs pointers in key locations
Revision
216 -
Directory Listing
Modified
Sun Apr 17 19:32:21 2005 UTC
(8 years, 1 month ago)
by
lemsx1
prints the pointer all over for our Head
Revision
215 -
Directory Listing
Modified
Sun Apr 17 19:15:02 2005 UTC
(8 years, 1 month ago)
by
lemsx1
freeing buffers
Revision
214 -
Directory Listing
Modified
Sun Apr 17 18:28:30 2005 UTC
(8 years, 1 month ago)
by
lemsx1
saves the new start of the lists
Revision
212 -
Directory Listing
Modified
Sun Apr 17 17:40:31 2005 UTC
(8 years, 1 month ago)
by
lemsx1
removes \0 comparison for now
Revision
211 -
Directory Listing
Modified
Sun Apr 17 17:30:07 2005 UTC
(8 years, 1 month ago)
by
lemsx1
needs work with printing e/a node
Revision
210 -
Directory Listing
Modified
Sun Apr 17 17:08:11 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a less buggy version... still needs to solve issues
Revision
209 -
Directory Listing
Modified
Sun Apr 17 15:01:29 2005 UTC
(8 years, 1 month ago)
by
lemsx1
a simpler version for debugging purposes. uses GString now
Revision
208 -
Directory Listing
Modified
Sun Apr 17 14:28:10 2005 UTC
(8 years, 1 month ago)
by
lemsx1
changed to use GString internally
Revision
207 -
Directory Listing
Modified
Sun Apr 17 13:32:14 2005 UTC
(8 years, 1 month ago)
by
lemsx1
removes bug introduced by g_ascii_isalnum(). some of our tags start by / which is not a valid alnum char
Revision
206 -
Directory Listing
Modified
Sun Apr 17 13:24:05 2005 UTC
(8 years, 1 month ago)
by
lemsx1
works like a charm... still looking for source of segfaul
Revision
205 -
Directory Listing
Modified
Sun Apr 17 02:28:51 2005 UTC
(8 years, 1 month ago)
by
lemsx1
getting closer and closer to fixing this ugly bug. g_ascii_strcmp seems to be the culprit. there is no good strcmp() function for C strings ? what if the strings have different encoding (utf8 and latin1/ASCII)? need a better way of solving this
Revision
204 -
Directory Listing
Modified
Sun Apr 17 01:46:48 2005 UTC
(8 years, 1 month ago)
by
lemsx1
got rid of all gcc warnings
Revision
203 -
Directory Listing
Modified
Sun Apr 17 01:21:12 2005 UTC
(8 years, 1 month ago)
by
lemsx1
added some g_strdup()'s and that helped for all those strings that were automatically being freed by the parsing after going through the xml file. now we need to remember to free these at a later point... still getting an ugly segfault, but now because of another reason... re-enabled debug mode
Revision
202 -
Directory Listing
Modified
Sun Apr 17 00:47:45 2005 UTC
(8 years, 1 month ago)
by
lemsx1
giving up for now. this bug is definitely related to some string that is not init properly trying to print to stdout. no memory is being freed. we need to debug with gdb
Revision
201 -
Directory Listing
Modified
Sun Apr 17 00:24:21 2005 UTC
(8 years, 1 month ago)
by
lemsx1
using global var instead of using another pointer. still having segfaults
Revision
199 -
Directory Listing
Modified
Sat Apr 16 22:59:47 2005 UTC
(8 years, 1 month ago)
by
otavio
A lot of work.
Revision
198 -
Directory Listing
Modified
Sat Apr 16 21:27:05 2005 UTC
(8 years, 1 month ago)
by
otavio
Reduce the delay.
Revision
197 -
Directory Listing
Modified
Sat Apr 16 20:44:49 2005 UTC
(8 years, 1 month ago)
by
otavio
Revert the common macro.
Revision
196 -
Directory Listing
Modified
Sat Apr 16 20:27:15 2005 UTC
(8 years, 1 month ago)
by
otavio
More tests.
Revision
195 -
Directory Listing
Modified
Sat Apr 16 20:10:32 2005 UTC
(8 years, 1 month ago)
by
otavio
Move to a common macro.
Revision
194 -
Directory Listing
Modified
Sat Apr 16 19:01:53 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix warnings.
Revision
193 -
Directory Listing
Modified
Sat Apr 16 19:01:31 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix warning about non-void function.
Revision
192 -
Directory Listing
Modified
Sat Apr 16 17:40:02 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix functions names.
Revision
191 -
Directory Listing
Modified
Sat Apr 16 17:38:26 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix stupid mistake in function name.
Revision
190 -
Directory Listing
Modified
Sat Apr 16 17:38:04 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix to use the new xml_parser.
Revision
189 -
Directory Listing
Modified
Sat Apr 16 17:37:43 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix functions definitions.
Revision
188 -
Directory Listing
Modified
Sat Apr 16 09:50:11 2005 UTC
(8 years, 1 month ago)
by
lemsx1
spl_get_text() keeps doing the wrong thing and segfaulting the app. can't find this bug. giving up for today
Revision
187 -
Directory Listing
Modified
Sat Apr 16 07:33:02 2005 UTC
(8 years, 1 month ago)
by
lemsx1
first revision of xml_parser is ready for prime time
Revision
186 -
Directory Listing
Modified
Sat Apr 16 04:50:54 2005 UTC
(8 years, 1 month ago)
by
lemsx1
changed ustring to const gchar* and adds depth to priv node
Revision
185 -
Directory Listing
Modified
Sat Apr 16 00:15:37 2005 UTC
(8 years, 1 month ago)
by
otavio
Convert shutdown.
Revision
184 -
Directory Listing
Modified
Sat Apr 16 00:08:40 2005 UTC
(8 years, 1 month ago)
by
lemsx1
xml_parser basic skeleton in place
Revision
183 -
Directory Listing
Modified
Sat Apr 16 00:00:50 2005 UTC
(8 years, 1 month ago)
by
otavio
More fixes.
Revision
182 -
Directory Listing
Modified
Fri Apr 15 23:46:07 2005 UTC
(8 years, 1 month ago)
by
otavio
Pass argc and argv.
Revision
181 -
Directory Listing
Modified
Fri Apr 15 23:45:39 2005 UTC
(8 years, 1 month ago)
by
otavio
More port.
Revision
180 -
Directory Listing
Modified
Fri Apr 15 23:18:24 2005 UTC
(8 years, 1 month ago)
by
lemsx1
ported to .c
Revision
179 -
Directory Listing
Modified
Fri Apr 15 23:17:46 2005 UTC
(8 years, 1 month ago)
by
lemsx1
simply debugging statements
Revision
178 -
Directory Listing
Modified
Fri Apr 15 23:09:42 2005 UTC
(8 years, 1 month ago)
by
lemsx1
simple header
Revision
177 -
Directory Listing
Modified
Fri Apr 15 23:08:15 2005 UTC
(8 years, 1 month ago)
by
lemsx1
simple parser. needs struct to hold structs
Revision
176 -
Directory Listing
Modified
Fri Apr 15 21:47:39 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix Debian packaging.
Revision
175 -
Directory Listing
Modified
Fri Apr 15 20:54:15 2005 UTC
(8 years, 1 month ago)
by
website
functions.c at 70% for traslating
Revision
174 -
Directory Listing
Modified
Fri Apr 15 19:17:57 2005 UTC
(8 years, 1 month ago)
by
otavio
Convert upgrade_bar.
Revision
173 -
Directory Listing
Modified
Fri Apr 15 18:57:52 2005 UTC
(8 years, 1 month ago)
by
otavio
Use the C version of functions to compile.
Revision
172 -
Directory Listing
Modified
Fri Apr 15 18:57:34 2005 UTC
(8 years, 1 month ago)
by
otavio
Translate load_text.
Revision
171 -
Directory Listing
Modified
Fri Apr 15 18:57:14 2005 UTC
(8 years, 1 month ago)
by
otavio
Use the right output format.
Revision
170 -
Directory Listing
Modified
Fri Apr 15 16:49:47 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix indent.
Revision
169 -
Directory Listing
Modified
Fri Apr 15 16:49:29 2005 UTC
(8 years, 1 month ago)
by
otavio
Use GString to host the output.
Revision
168 -
Directory Listing
Modified
Fri Apr 15 16:49:07 2005 UTC
(8 years, 1 month ago)
by
otavio
Rename to start C translation.
Revision
167 -
Directory Listing
Modified
Fri Apr 15 16:27:05 2005 UTC
(8 years, 1 month ago)
by
otavio
Convert to C format and use glib and directfb library.
Revision
166 -
Directory Listing
Modified
Fri Apr 15 16:26:46 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix function name of glib. Sorry.
Revision
165 -
Directory Listing
Modified
Fri Apr 15 16:09:45 2005 UTC
(8 years, 1 month ago)
by
otavio
Convert main.cc to main.c (C++ -> C)
Revision
164 -
Directory Listing
Modified
Fri Apr 15 16:09:18 2005 UTC
(8 years, 1 month ago)
by
otavio
Update.
Revision
163 -
Directory Listing
Modified
Fri Apr 15 16:08:47 2005 UTC
(8 years, 1 month ago)
by
otavio
Fix to start to support C code.
Revision
162 -
Directory Listing
Modified
Fri Apr 15 16:08:29 2005 UTC
(8 years, 1 month ago)
by
otavio
Add it.
Revision
161 -
Directory Listing
Modified
Fri Apr 15 15:33:24 2005 UTC
(8 years, 1 month ago)
by
otavio
Update to use C libraries and new versions of autotools.
Revision
158 -
Directory Listing
Added
Fri Apr 15 14:53:29 2005 UTC
(8 years, 1 month ago)
by
otavio
Rename to trunk.