CIA.vc
Vexi
Rich UI Platform
Stats » Projects » Vexi
information
Vexi is a platform for creating and publishing Graphical User Interfaces that can be used over the Internet or an intranet. It features a very simple and powerful syntax based on xml and javascript, a set of complete, extensible, themable widgets, and a sandbox-like security model to protect users.
syndicateUTC clock
00:32 on Mar 21, 2010
event counters
The last message was received 1.36 days ago at 15:55 on Mar 19, 2010
0 messages so far today, 0 messages yesterday
2 messages so far this week, 3 messages last week
8 messages so far this month, 25 messages last month
1846 messages since the first one, 2.71 years ago, for an average of 12.87 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
15:55 Fridayvexi
Commit by clrg :: r3819 /trunk/core/org.vexi.core/src/org/vexi/core/Surface.java: (link)
Minor fix - was possible in very specific circumstances to incorrectly invoke doubleclicks
#
02:17 Fridayvexi
Commit by clrg :: r3818 /trunk/xtra/org.vexi.simplysudoku/src/org/vexi/simplysudoku/ (board.t simple.t): (link)
Fix board randomization
#
14:28 on Mar 12vexi
Commit by clrg :: r3817 /trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/tree.t: (link)
Improve tree demo - make all buttons work, tweak layout
#
14:27 on Mar 12vexi
Commit by clrg :: r3816 /trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/tree.t: (link)
Improved tree implementation
#
19:10 on Mar 11vexi
Commit by clrg :: r3815 /trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/edit.t: (link)
Syntax clean up for edit.t
#
02:19 on Mar 05vexi
Commit by clrg :: r3814 /trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t: (link)
Only create datepicker when it's used
#
18:31 on Mar 04vexi
Commit by jeffbuhrt :: r3813 /trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/testcase_creation.t: (link)
average vexi.box creation and applying templates across 100 loops
#
13:49 on Mar 04vexi
Commit by jeffbuhrt :: r3812 /trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/testcase_creation.t: (link)
Added timing testcase for template creation. datefield.t is very slow in comparison to other widgets.
#
15:47 on Feb 26vexi
Commit by clrg :: r3811 /trunk/widgets/org.vexi.widgets/src/org/vexi/lib/ (4 files in 3 dirs): (link)
Clean up
#
15:45 on Feb 26vexi
Commit by clrg :: r3810 /trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/tablist.t: (link)
Fix tablist doubling up on list implementation + tidy up
#
14:34 on Feb 26vexi
Commit by clrg :: r3809 /trunk/widgets/org.vexi.widgets/src/vexi/util/date.t: (link)
Allow shorter date strings e.g. 1 or 2 numbers
#
13:21 on Feb 26vexi
Commit by clrg :: r3808 /trunk/widgets/org.vexi.widgets/ (3 files in 3 dirs): (link)
Clean up
#
11:35 on Feb 26vexi
Commit by clrg :: r3807 /trunk/widgets/org.vexi.widgets/ (4 files in 3 dirs): (link)
Feature: vexi.layout.aspect - for a box that maintains it's aspect ratio
#
00:08 on Feb 18vexi
Commit by clrg :: r3806 /trunk/xtra/org.vexi.simplysudoku/src/org/vexi/simplysudoku/ (board.t main.t sector.t simple.t): (link)
Fix board generation process (now delivers valid boards)
#
18:50 on Feb 17vexi
Commit by jeffbuhrt :: r3805 /trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/widgets_basic.t: (link)
allow using selected on a selectgroup (vs having to use a myradio.group.selected), also allow reading the group
#
18:50 on Feb 17vexi
Commit by jeffbuhrt :: r3804 /trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/selectcontainer.t: (link)
allow using selected on a selectgroup (vs having to use a myradio.group.selected), also allow reading the group
#
18:48 on Feb 17vexi
Commit by jeffbuhrt :: r3803 /trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/popupable.t: (link)
reduce leakage (GC)
#
01:18 on Feb 16vexi
Commit by clrg :: r3802 /trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusmanager.t: (link)
Defocus active focusable when frame/window is closed
#
17:14 on Feb 11vexi
Commit by jeffbuhrt :: r3801 /trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/popupmanager.t: (link)
slows leaks. I also needed an if to make handle a possible exception on Close
#
13:55 on Feb 11vexi
Commit by mkpg2 :: r3800 /trunk/core/org.ibex.js/ (4 files in 2 dirs): (link)
Feature. The elvis operator ?:

Useful or setting default values
    // if x is null (or false or 0) evaluate to default
    foo?:"default"
    foo?foo:"default"
#