David Capello
|
0bd6e19093
|
Replace jwidget_add_child/remove_child/replace_child with Widget's methods.
|
2011-03-29 21:35:17 -03:00 |
|
David Capello
|
c7bf667f0d
|
Add VBox, HBox, and BoxFiller micro-classes.
|
2011-03-29 21:13:08 -03:00 |
|
David Capello
|
d20bd1a31b
|
Add <colorpicker> element for XML widgets.
|
2011-03-13 15:33:04 -03:00 |
|
David Capello
|
ad12af7c8b
|
Refactor the entire view widget to View, Viewport, and ScrollBar C++ classes.
|
2011-02-20 18:35:21 -03:00 |
|
David Capello
|
cb2eb74ff0
|
Add ArrowAlign to TipWindow so the tip is pointing to some widget.
|
2011-02-15 09:02:51 -03:00 |
|
David Capello
|
2baa342a65
|
Remove "j" prefix from some files in gui library.
|
2011-01-30 19:12:10 -03:00 |
|
David Capello
|
8b67fd0bf3
|
Convert jgrid widget to C++ Grid class (avoid reallocs, use std::vector for internals instead).
|
2011-01-26 19:51:52 -03:00 |
|
David Capello
|
d8a3d27c0f
|
Convert jbox widget to Box class.
|
2011-01-24 19:48:09 -03:00 |
|
David Capello
|
36e605bdf2
|
Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros).
|
2011-01-23 19:19:18 -03:00 |
|
David Capello
|
45855b88d3
|
Move "AseException" to "base::Exception" class.
+ Created XmlException for tinyxml parsing errors.
+ Moved functionality of AseException::show() to Console::showException().
|
2011-01-20 23:33:57 -03:00 |
|
David Capello
|
e914c9ad6a
|
Rename ase_exception to AseException.
|
2011-01-20 18:03:11 -03:00 |
|
David Capello
|
d6eb20ef7e
|
Update copyright year to 2011.
|
2011-01-18 20:49:53 -03:00 |
|
David Capello
|
c5ba3076a5
|
Convert jentry to Entry class.
|
2010-12-08 14:28:13 -03:00 |
|
David Capello
|
551efd4313
|
Convert jslider to Slider class.
+ Changed JI_SIGNAL_SLIDER_CHANGE to Slider::Change signal.
|
2010-12-04 16:13:21 -03:00 |
|
David Capello
|
cb3dd70fb8
|
Move Jinete library to src/gui directory (future gui-lib).
|
2010-09-26 15:59:32 -03:00 |
|
David Capello
|
cd6b8d3d23
|
Move Signal/Slot/Bind stuff to base-lib.
|
2010-09-25 17:20:59 -03:00 |
|
David Capello
|
46e847ef80
|
Remove internationalization stuff.
- Remove "_" macro.
- Remove src/intl/ directory.
|
2010-09-18 23:54:56 -03:00 |
|
David Capello
|
99adf98c0f
|
Remove jexception, leave ase_exception only.
|
2010-09-18 00:12:53 -03:00 |
|
David Capello
|
f87cf2a4bc
|
Move jinete/jfile.cpp to xml_widgets.cpp.
|
2010-08-23 17:52:17 -03:00 |
|