[fltk.development] FLTK2/src/TabGroup2.cxx p[] and w[] computed values

2010-05-22 Thread Emil Cataranciuc
Hello! I have a simple question. I am trying to develop a new pager for FLTK2 but I got a problem. How are p[] and w[] values calculated in which() method? They are declared there but I see no values assignment. Thank you! P.S. which() method of Fl_Tabs.cxx from FLTK 1.3 is almost the same. p[]

Re: [fltk.development] Coding conventions?!

2010-05-03 Thread Emil Cataranciuc
OK. Thank you! ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

Re: [fltk.development] Coding conventions?!

2010-05-02 Thread Emil Cataranciuc
OK. Thanks guys for your time and feedback! But as I was reading Configuration Management Plan I have found that Version numbering guidelines are not respected. So I was wondering why is that so? Also I was wondering, wouldn't it be easier to use tabs instead of spaces for indentation? I am

Re: [fltk.development] Coding conventions?!

2010-04-30 Thread Emil Cataranciuc
Emil Cataranciuc wrote: Hello! Do you guys have some coding conventions for FLTK project? I am looking at the code and it is all messed up. At least when editing in vim indentation is bad, but of course that is not the biggest problem. I'd suggest reporting indent issues

Re: [fltk.development] Coding conventions?!

2010-04-30 Thread Emil Cataranciuc
On 29.04.2010, at 20:28, Emil Cataranciuc wrote: Do you guys have some coding conventions for FLTK project? I am looking at the code and it is all messed up. At least when = editing in vim indentation is bad, but of course that is not the biggest = problem. The coding standards for 1.3

Re: [fltk.development] Coding conventions?!

2010-04-30 Thread Emil Cataranciuc
On 29.04.2010, at 20:28, Emil Cataranciuc wrote: Do you guys have some coding conventions for FLTK project? I am looking at the code and it is all messed up. At least when = editing in vim indentation is bad, but of course that is not the biggest = problem. The coding standards

[fltk.development] Coding conventions?!

2010-04-29 Thread Emil Cataranciuc
Hello! Do you guys have some coding conventions for FLTK project? I am looking at the code and it is all messed up. At least when editing in vim indentation is bad, but of course that is not the biggest problem. If there is, then every time somebody submits a new subversion it must be checked