descriptionUI C++ library, App framework
homepage URLhttp://sfinx.od.ua
repository URLgit://sfinx.od.ua/Harbour/forms
ownerharbour@sfinx.od.ua
last changeTue, 6 May 2008 16:29:52 +0000 (6 19:29 +0300)
last refreshSat, 31 Oct 2009 21:15:04 +0000 (31 22:15 +0100)
content tags
add:
readme

  Intro

 It'is very strange that for now days (2007) I do not meet my favourite UI
library. As said (from "V Element") - if you want to do something good -
do it yourself. So I've quickly written something than can suit my small
needs in "home" non-professional programming at the weekends.

  Install

 Edit makefiles, source, mind. Issue 'make; make install'

  Using

 Try 'make pdf'. My be some time I will make some [better] docs - but now test
dir and source is all that you have.

  Credits

  - to FLTK team, for their excellent library. So text-based Forms ui is
        inspired by the great work of the FLTK project (http://www.fltk.org)
  - to CommonC++ project and its good written portable lib
  - to H.J. Lu and his famous work on the Binutils package
  - to GCC team, who gift us the compiler
  - special thanks to Linus Torvalds for our happy childhood

  Contacts

 HomePage:      http://sfinx.od.ua/index.php?id=forms
 Git:           git://sfinx.od.ua/Harbour/forms
 GitWeb:        http://sfinx.od.ua/git/?p=Harbour/forms/.git;a=summary
 Email:         Harbour "Harbour@Sfinx.Od.UA"
shortlog
2008-05-06 HarbourIgnore SIGHUP'smaster
2008-05-02 HarbourSwitch to fltk-1.x-utf8
2008-04-26 HarbourAntispam fix
2008-03-08 Harbourgcc-4.3.0 fixes
2007-12-04 HarbourCosmetic: make day looks like in GCC __DATE__
2007-12-01 HarbourFix failed demangle case output
2007-12-01 HarbourCorrect backtrace() array size argument
2007-11-20 HarbourAdd gcc/lib/app versions to trace log
2007-11-19 HarbourAdd app compiled time
2007-11-19 HarbourMake occured/compiled time to be the same in trace
2007-11-01 HarbourChange default log prefix to app command name
2007-11-01 HarbourAdd source file:line_number to debug()
2007-10-12 HarbourMake FLTK UI more thread-safe
2007-09-22 HarbourAdd copyright notice
2007-09-22 HarbourChange license to LGPLv2
2007-08-31 HarbourUpdate UI thread priority
...
heads
15 years ago master