xforms-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XForms] New development release


From: Jens Thoms Toerring
Subject: [XForms] New development release
Date: Mon, 28 Apr 2014 22:04:04 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

   as you will have seen there was some bug concerning the
input objects found by Lucas Sköldqvist. I hope to have
fixed that and also some other issues with scrolling when
the text gets too long to fit into the object. And there
also was some minor problem with the validation of dates.

Moreover, Jos noticed that sliders only react to the left
mouse button which couldn't be changed. Thus I added tow
new functions

void fl_set_slider_mouse_buttons(FL_OBJECT *obj, int mbuttons);
void fl_get_slider_mouse_buttons(FL_OBJECT *obj, unsigned int *mbuttons);

that allow to change the default behaviour (and to figure out
what the current settings are.

While doing that I noticed that the functions

int fl_get_slider_repeat(FL_OBJECT *obj);
void fl_set_slider_repeat(FL_OBJECT *obj, int millisec);

don't make any sense - what they control is only relevant for
scrollbars (that are based on sliders). For backward compati-
bility I left them in (but removed them from the documentation)
and added the functions

int fl_get_scrollbar_repeat(FL_OBJECT *obj);
void fl_set_scrollbar_repeat(FL_OBJECT *obj, int millisec);

Of course, with these new modifications I haven't created a
new "stable" release out of what we had but instead just a new
development release, 1.3.7, to be downloaded from here

http://download-mirror.savannah.gnu.org/releases/xforms/development/1.3/xforms-1.3.7.tar.gz

Please give it a try and let me know if you find something not
working properly! If there aren't any complaints I'll will use
that as the basis for the next "stable" release in avout one or
two weeks.
                             Best regards, Jens
-- 
  \   Jens Thoms Toerring  ________      address@hidden
   \_______________________________      http://toerring.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]