Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-29 | Remove wrong comment | Jorge Arellano Cid | |
2011-06-21 | Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2011-06-18 | Enabled CTRL+{a,e,d,k} shortcuts for form's inputs | Jorge Arellano Cid | |
2011-06-12 | clean up fltk form button callbacks (allows Space to trigger) | corvid | |
I would still like Enter to work as well, but I haven't looked into whether that would be nicely trivial -- and I still don't know whether I'm the only user who expects Enter to trigger buttons. | |||
2011-05-27 | rm fltk2 workaround | corvid | |
Haven't found any need for it with 1.3. | |||
2011-05-19 | forms listResource item selection | corvid | |
2011-05-16 | cast | Rob S. | |
2011-05-16 | rm spaces | corvid | |
2011-05-14 | forms menu/list selection | corvid | |
2011-05-10 | more of the same | corvid | |
2011-05-10 | straighten out free/delete/delete[] | corvid | |
2011-02-09 | disable symbol-interpretation in labels | corvid | |
There was some discussion of how to do this last month in fltk-dev http://fltk.org/newsgroups.php?s10630+gfltk.development+v10640+T0 | |||
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 | fix initial selection for OptionMenu | 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 | uncomment the font calls in fltkui | corvid | |
2011-01-29 | OptionMenu size | corvid | |
2011-01-29 | our own menuItem array for OptionMenu | corvid | |
2011-01-23 | FltkListResource::sizeRequest | corvid | |
2011-01-23 | add tree items directly to a parent | corvid | |
When adding them by using a path argument, it wouldn't add duplicates with the same name. And maybe pushGroup and popGroup will resurface after all. | |||
2011-01-23 | Fl_Tree settings | corvid | |
2011-01-15 | fltkui | corvid | |
2011-01-15 | fltkui changes | corvid | |
2011-01-13 | just get fltkui into compilable state | corvid | |
2011-01-12 | fltkui comment | corvid | |
2011-01-08 | a bit of fltkui | corvid | |
2011-01-07 | a bit of fltkui | corvid | |
2011-01-06 | RAW_LABEL is SHORTCUT_LABEL | corvid | |
2011-01-06 | some UI constants | corvid | |
2011-01-06 | when | corvid | |
2011-01-06 | events | corvid | |
2011-01-06 | more key/button modifiers | corvid | |
2011-01-06 | keys and mouse buttons | corvid | |
2010-12-15 | silence a couple of MSGs | corvid | |
2010-10-09 | make dillo compile with clang | Johannes Hofmann | |
* Variable length arrays are not allowed in C++. They are supported in C99 and gcc seems to accept them in C++ mode. Replace the few places where variable length arrays are used. * The widget member in ComplexButtonResource was colliding with the widget member of FltkResource, so rename it to childWidget. | |||
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-08-10 | fltk widget types are not bits | corvid | |
2009-07-14 | use fltk's color contrast code for widgets | corvid | |
2009-06-22 | widgets ascend for textarea and select | corvid | |
2009-06-21 | Minor cleanup (for secret input) | corvid | |
2009-04-22 | implement FltkResource::isEnabled() | Johannes Hofmann | |
2009-04-22 | disable forms while stylesheets are pending | Johannes Hofmann | |
To avoid lost user input on repush, we disable forms until all stylesheets have been loaded. Also open select widgets cause crashes on repush. | |||
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-13 | Get callbacks for multiple selections right (fixes 4d76ce512830). | corvid | |