2006-11-28 21:57:29 -05:00
|
|
|
REQUIRES: core/ui/opengl core/ui/freetype ;
|
2006-09-06 18:06:11 -04:00
|
|
|
|
2006-11-28 21:57:29 -05:00
|
|
|
PROVIDE: core/ui
|
2006-10-21 02:40:38 -04:00
|
|
|
{ +files+ {
|
2006-11-14 00:34:14 -05:00
|
|
|
"timers.factor"
|
2006-09-06 18:06:11 -04:00
|
|
|
"models.factor"
|
|
|
|
|
"backend.factor"
|
|
|
|
|
"gadgets.factor"
|
|
|
|
|
"layouts.factor"
|
|
|
|
|
"hierarchy.factor"
|
|
|
|
|
"gadgets/grids.factor"
|
|
|
|
|
"gadgets/frames.factor"
|
|
|
|
|
"world.factor"
|
2006-11-23 17:52:39 -05:00
|
|
|
"text.factor"
|
2006-09-06 18:06:11 -04:00
|
|
|
"paint.factor"
|
|
|
|
|
"gestures.factor"
|
|
|
|
|
"commands.factor"
|
2006-11-30 02:55:55 -05:00
|
|
|
"windows.factor"
|
2006-09-06 18:06:11 -04:00
|
|
|
"gadgets/controls.factor"
|
|
|
|
|
"gadgets/grid-lines.factor"
|
|
|
|
|
"gadgets/theme.factor"
|
|
|
|
|
"gadgets/labels.factor"
|
|
|
|
|
"gadgets/borders.factor"
|
|
|
|
|
"gadgets/buttons.factor"
|
|
|
|
|
"gadgets/sliders.factor"
|
|
|
|
|
"gadgets/viewports.factor"
|
|
|
|
|
"gadgets/scrolling.factor"
|
|
|
|
|
"gadgets/tracks.factor"
|
|
|
|
|
"gadgets/incremental.factor"
|
|
|
|
|
"gadgets/paragraphs.factor"
|
|
|
|
|
"gadgets/panes.factor"
|
2006-11-30 02:55:55 -05:00
|
|
|
"gadgets/labelled-gadget.factor"
|
2006-09-06 18:06:11 -04:00
|
|
|
"gadgets/books.factor"
|
|
|
|
|
"gadgets/outliner.factor"
|
2006-10-07 02:17:32 -04:00
|
|
|
"gadgets/menus.factor"
|
2006-11-18 03:51:34 -05:00
|
|
|
"gadgets/presentations.factor"
|
|
|
|
|
"gadgets/lists.factor"
|
2006-09-06 18:06:11 -04:00
|
|
|
"text/document.factor"
|
|
|
|
|
"text/elements.factor"
|
|
|
|
|
"text/editor.factor"
|
|
|
|
|
"text/commands.factor"
|
|
|
|
|
"text/interactor.factor"
|
2006-11-30 02:55:55 -05:00
|
|
|
"debugger.factor"
|
2006-09-06 18:06:11 -04:00
|
|
|
"ui.factor"
|
2006-12-10 19:58:39 -05:00
|
|
|
"backend.facts"
|
|
|
|
|
"commands.facts"
|
|
|
|
|
"debugger.facts"
|
|
|
|
|
"gadgets.facts"
|
2006-10-09 23:57:32 -04:00
|
|
|
"text/editor.facts"
|
2006-10-21 02:40:38 -04:00
|
|
|
} }
|
|
|
|
|
{ +tests+ {
|
2006-10-10 01:07:11 -04:00
|
|
|
"test/editor.factor"
|
2006-09-29 17:18:09 -04:00
|
|
|
"test/gadgets.factor"
|
2006-09-06 18:32:41 -04:00
|
|
|
"test/models.factor"
|
|
|
|
|
"test/document.factor"
|
2006-10-06 20:27:40 -04:00
|
|
|
"test/lists.factor"
|
2006-09-06 18:32:41 -04:00
|
|
|
"test/rectangles.factor"
|
|
|
|
|
"test/commands.factor"
|
2006-09-29 15:59:06 -04:00
|
|
|
"test/panes.factor"
|
2006-10-10 01:07:11 -04:00
|
|
|
"test/presentations.factor"
|
2006-11-21 18:04:40 -05:00
|
|
|
"test/scrolling.factor"
|
2006-10-06 16:46:35 -04:00
|
|
|
"test/search.factor"
|
2006-10-06 20:27:40 -04:00
|
|
|
"test/sliders.factor"
|
2006-10-26 00:07:18 -04:00
|
|
|
"test/titled-gadget.factor"
|
2006-10-21 02:40:38 -04:00
|
|
|
} } ;
|