On 2015-06-24 12:03, Michael Schnell wrote: > Then I could send you the code to do more testing and provide suggestions.
Why not simply fork the Lazarus repository on Github. Create your own branch and do all your changes in there. Publish your branch to your own Github repository (or some other public location) where others could view and pull from. $> git clone https://github.com/graemeg/lazarus.git $> cd lazarus $> git checkout -b activenogui origin/upstream // you will now be in a new 'activenogui' branch based off Laz Trunk Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
