factor/basis/ui/gadgets
Aaron Schaefer 0c33ba55c8 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (36 commits)
  Fix typo
  Fix alien.fortran for NetBSD x86.64
  fix unit test in robots
  http.client: fix 307 redirect behavior (reported by Chris Double)
  Treat a limit of f as unlimited instead of throwing an error
  Static responder now works when the root is a file rather than a directory
  Fix site-watcher tests
  Fix bootstrap
  furnace.actions: load chloe tags
  furnace.redirection: load urls.secure
  db.errors.sqlite: don't give up on bad inputs
  Makefile: clean target should delete libfactor.dylib too
  Working on site-watcher
  unbreak regexp
  refactor spider
  clean up a combinator in id3 parser
  Minor doc updates
  Use [ ] [ ] map-reduce instead of unclip [ ] reduce
  Factor out site-watcher.email, start work on site-watcher.spider
  construct a glob-matching quote for robots.txt files
  ...
2009-04-07 21:38:13 -04:00
..
books Remove new-gadget since it was just an alias for new 2009-02-16 04:04:32 -06:00
borders Split off baseline alignment code into ui.baseline-alignment, and add cap-height generic word 2009-02-17 06:10:02 -06:00
buttons fix documentation typo 2009-04-06 15:18:35 -04:00
canvas Various load-everything fixes 2009-03-07 01:22:21 -06:00
corners New look for menus 2009-03-13 23:49:16 -05:00
debug Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
editors Fix shift-drag losing focus in listener 2009-04-06 13:39:55 -05:00
frames Fix conflicts 2009-02-26 03:12:19 -06:00
glass Opening a second popup if one is already visible hides the first 2009-03-13 04:47:56 -05:00
grid-lines Fix grid-lines rendering 2009-02-17 22:42:48 -06:00
grids Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
icons Split off ui.pens from ui.render 2009-02-12 03:58:42 -06:00
incremental Remove new-gadget since it was just an alias for new 2009-02-16 04:04:32 -06:00
labeled Fix a bug in ui.gadgets.labeled and add a unit test 2009-03-14 00:01:18 -05:00
labels Split off baseline alignment code into ui.baseline-alignment, and add cap-height generic word 2009-02-17 06:10:02 -06:00
line-support Fix some minor UI bugs 2009-04-03 19:30:07 -05:00
menus New look for menus 2009-03-13 23:49:16 -05:00
packs New baseline alignment algorithm uses cap-height/2 as graphics baseline instead of ascent/2 2009-02-17 13:41:19 -06:00
panes Fix UI pane selection 2009-04-02 09:09:09 -05:00
paragraphs New baseline alignment algorithm uses cap-height/2 as graphics baseline instead of ascent/2 2009-02-17 13:41:19 -06:00
presentations Fix load errors; ui.gadgets.theme removed 2009-02-15 23:14:18 -06:00
scrollers Fix ui.gadgets.scrollers unit tests 2009-04-05 23:38:47 -05:00
search-tables Clear button in search field is now positioned correctly 2009-04-05 20:50:45 -05:00
sliders Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -06:00
slots Add horizontal and vertical orientation constants, working on baseline alignment 2009-02-02 00:02:55 -06:00
status-bar Document ui.gadgets.glass and fix help lint failures in UI docs 2009-03-10 17:28:34 -05:00
tabbed Fix load errors; ui.gadgets.theme removed 2009-02-15 23:14:18 -06:00
tables Remove debug stuff 2009-04-03 19:35:22 -05:00
theme New look for menus 2009-03-13 23:49:16 -05:00
tracks Remove track-remove, and make ui.gadgets:unparent extensible; add a test 2009-02-18 17:32:46 -06:00
viewports Rename scroll word to set-scroll-position and make it public 2009-04-05 23:18:25 -05:00
worlds Re-organize things so that bootstrap.ui doesn't load ui.text 2009-03-31 23:44:38 -05:00
wrappers Split off baseline alignment code into ui.baseline-alignment, and add cap-height generic word 2009-02-17 06:10:02 -06:00
authors.txt
gadgets-docs.factor UI documentation and test fixes 2009-02-05 05:16:22 -06:00
gadgets-tests.factor Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
gadgets.factor Fix UI pane selection 2009-04-02 09:09:09 -05:00
summary.txt