Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-04 | Merge with main repo. | Sebastian Geerken | |
2015-02-02 | TEXTAREA placeholder attribute | corvid | |
2015-01-24 | Merge with main repo. | Sebastian Geerken | |
2015-01-23 | Simplified interrupted drawing. (Mouse events will follow.) | Sebastian Geerken | |
2015-01-22 | INPUT placeholder attribute | corvid | |
2014-03-14 | Some more RTFL messages. | Sebastian Geerken | |
2013-04-20 | include optgroup-close among items in dillo-dw interface for SELECT | corvid | |
On the whole, this makes things easier to deal with. | |||
2013-04-19 | Fl_Browser instead of Fl_Tree for <select> list box. | corvid | |
Discussion: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009604.html http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009609.html Fl_Tree didn't handle the 18000-item list in https://bugzilla.redhat.com/query.cgi?format=advanced so well, plus it's relatively heavy, plus we've found bugs in it on occasion because it's newer than Fl_Browser. Fl_Browser is naturally closer to what we use than Fl_Tree is in its ordinary default usage. Why didn't I use Fl_Browser initially when going to fltk-1.3? Documentation made it sound like fltk1 and fltk2's browsers were quite different despite having the same name (I think the APIs were rather dissimilar, although I don't feel it's worth my time to verify that right now), and I believe I had the impression that Fl_Browser was going to be too limited in some ways. | |||
2013-01-26 | typo | corvid | |
2013-01-26 | Some comments about the dw::fltk::ui design. | Sebastian Geerken | |
2013-01-24 | Doxygen comments: added "dir=both" to graphs, which recent versions of dot ↵ | Sebastian Geerken | |
seem to expect. | |||
2012-11-25 | and now we can implement maxlength | corvid | |
2012-11-25 | dw entry resource, mentions of maxLength should be size | corvid | |
2012-11-24 | reset for <select> | corvid | |
2011-08-01 | deal with Fl_Text_Buffer::text() returning a copy | corvid | |
2011-07-03 | draw the labels when hidden inputs are shown | corvid | |
In fltk-1.3, it doesn't draw inside labels for Fl_Inputs, and it wasn't very nice anyway. Here I move them to the left. Johannes took a look at this change: "The only issue I could think of is that the additional draw_outside_label() would cause excessive redraws for some reason. But I didn't see anything like that during short testing here." | |||
2011-05-27 | Make sources fit in 80 columns | Jorge Arellano Cid | |
2011-05-19 | forms listResource item selection | corvid | |
2011-05-14 | forms menu/list selection | corvid | |
2011-02-04 | widget coloring | corvid | |
2011-01-29 | font/size for fltk widgets | corvid corvid | |
2011-01-29 | improve widget colors | corvid | |
- The background for the radio/check button likes to be white, so I'm leaving selection_color() as black. - OptionMenu, I don't like what background color we tend to get for a selected item while the menu's up, but you can always tell what's current by the box, anyway. - ListMenu, that will wait until some Fl_Tree changes are made, which it sounds like will happen very shortly. | |||
2011-01-29 | clean out FltkSelectionResource | corvid | |
2011-01-29 | push/pop for List | corvid | |
2011-01-29 | push/popGroup is back. Implemented for FltkOptionMenu | corvid | |
2011-01-29 | width for FltkList as well | corvid | |
2011-01-29 | OptionMenu size | corvid | |
2011-01-29 | our own menuItem array for OptionMenu | corvid | |
2011-01-15 | fltkui | corvid | |
2011-01-15 | fltkui changes | corvid | |
2011-01-13 | just get fltkui into compilable state | corvid | |
2011-01-07 | a bit of fltkui | corvid | |
2010-02-27 | a typo | corvid | |
2010-02-27 | spelling | corvid | |
2009-10-15 | remove multiple views capability from dw | corvid | |
It was complicated, we don't use it, and we currently had no plans to use it. | |||
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-04-22 | implement FltkResource::isEnabled() | Johannes Hofmann | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-06 | Implemented size for SELECT lists | corvid | |
2009-01-05 | Added a right-click menu to the form submit button (allows to show hiddens) | Jorge Arellano Cid | |
2008-10-05 | - Improvement for the radio/check buttons size patch. | jcid | |
2008-10-05 | - Fixed check and radio buttons size_request. | jcid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |