Commit Graph

12263 Commits (221222cb8f370fc23130bb9506683bfbe059f9c7)

Author SHA1 Message Date
Slava Pestov 221222cb8f Use Unicode character names 2009-02-21 00:55:50 -06:00
Slava Pestov 89f1ac4afd Refactoring 2009-02-21 00:40:03 -06:00
Slava Pestov 7fddef29da Fix unit tests 2009-02-20 23:30:46 -06:00
Slava Pestov 0580b67542 Fix textures with zero width and non-zero height (or vice versa) by not rendering them 2009-02-20 23:30:41 -06:00
Slava Pestov fa79803856 Fix text rendering for fonts where the image bounds exceed the metric bounds, such as Zapfino and Arabic fonts 2009-02-20 20:53:51 -06:00
Slava Pestov af0b6ef4c8 Fix scroll>rect flaw 2009-02-20 20:53:25 -06:00
Slava Pestov 1bf9b3b49e Set default size for browser popup 2009-02-20 20:53:08 -06:00
Slava Pestov ee7bbf8654 Reset mouse selection after table model changes 2009-02-20 20:52:33 -06:00
Slava Pestov 591472f7a9 Clean up namespaces a bit 2009-02-20 20:51:51 -06:00
Slava Pestov be40bd33ee New initialize-alien word 2009-02-20 20:51:13 -06:00
Slava Pestov 9d89739cf1 Merge branch 'master' into new_ui 2009-02-19 22:11:39 -06:00
Slava Pestov 2e97263e2b Merge branch 'master' of git://factorcode.org/git/factor 2009-02-19 22:10:57 -06:00
Slava Pestov 5a4700f581 Merge branch 'master' of git://github.com/jwmerrill/factor 2009-02-19 22:10:39 -06:00
Jason Merrill d59415d23b Fixed help for math.dual. Help is now autogenerated where possible. 2009-02-19 22:21:31 -05:00
Daniel Ehrenberg dd1587c745 Fixing SQLite unit tests 2009-02-19 18:52:45 -06:00
Doug Coleman 5b6f92401a Merge branch 'master' of git://factorcode.org/git/factor 2009-02-19 18:27:34 -06:00
Doug Coleman a61bac7ab5 fix sqlite foreign triggers create/delete bug
ignore-errors only if there is a sql spec defined for the class until database-specific errors are implemented
2009-02-19 18:26:11 -06:00
Slava Pestov 15b5d696c1 Merge branch 'master' into new_ui 2009-02-19 18:25:59 -06:00
Slava Pestov b79d3d1a66 Add tags to color-table 2009-02-19 18:23:02 -06:00
Slava Pestov a20944f5f9 Add color-table demo 2009-02-19 18:22:11 -06:00
Slava Pestov 556c218afa Document ui.gadgets.line-support 2009-02-19 18:21:05 -06:00
Slava Pestov 4e37b6f3de Document colors.constants 2009-02-19 18:20:57 -06:00
Slava Pestov a0253106b1 ui.gadgets.status-bar: write some docs and add notion of status message ownership to avoid some subtle race issues with completion popup and listener's keyboard help 2009-02-19 18:01:26 -06:00
Jason Merrill 4e0db1332c Merge branch 'master' of git://factorcode.org/git/factor 2009-02-19 18:55:27 -05:00
Jason Merrill 90b6b38fd1 Changed math.dual to define words as dword instead of overloading generic words on dual numbers. 2009-02-19 18:49:13 -05:00
Slava Pestov 58e55d4f45 Working on documentation 2009-02-19 16:54:27 -06:00
Doug Coleman 52365c76fd Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-02-19 16:40:23 -06:00
Slava Pestov b4a61114e1 Merge branch 'master' into new_ui 2009-02-19 13:36:32 -06:00
Slava Pestov 60134eeb98 Documentation fixes 2009-02-19 13:35:53 -06:00
Benjamin Pollack d6cede8a8f documentation fix 2009-02-19 11:48:40 -05:00
Slava Pestov f843877d35 Clean up basis.opengl and fix tests 2009-02-19 05:01:21 -06:00
Slava Pestov 2400e6bc51 Merge branch 'master' into new_ui 2009-02-19 04:08:59 -06:00
Slava Pestov bdb790010a Add bytes-per-pixel word to images vocab 2009-02-19 04:08:32 -06:00
Slava Pestov 676806ce39 opengl.textures: clean up code, only create power-of-2 textures, make API nicer 2009-02-19 04:06:57 -06:00
Jose A. Ortega Ruiz e426026f73 FUEL: Fix. 2009-02-19 10:36:52 +01:00
Jose A. Ortega Ruiz 9e68c222f0 FUEL: small refactoring. 2009-02-19 10:26:00 +01:00
Slava Pestov 31553f5d50 Clean up math.complex 2009-02-19 00:56:30 -06:00
Slava Pestov 5e19766330 Fix conflict 2009-02-18 22:20:05 -06:00
Slava Pestov b9de229b23 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-02-18 22:13:39 -06:00
Slava Pestov e9d96bc9d8 Merge branch 'master' of git://github.com/jwmerrill/factor 2009-02-18 22:12:49 -06:00
Tim Wawrzynczak 60b40302f9 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (36 commits)
  fix load error
  fix load error
  set a default log level
  change literals so that $ works with constants in same compilation unit
  with-logging should not take a DEBUG level
  remove dead code
  call canonicalize-path when determining if we can serve a path
  add a couple unit tests to ftp
  make ftp server work with firefox, simplify some code
  fix logging check, unit tests
  add unix canonicalize-path
  add canonicalize-path, fix a bug in file-extension
  io.encodings.korean TODO removes
  add timestamp>mdtm to calendar.format
  use +foo+ as symbol names
  add ; to word definition in stack-checker docs
  with-logging change
  with-logging takes a log-level, more docs
  use the new with-logging
  make io.servers.packet load again
  ...
2009-02-18 21:33:32 -06:00
Tim Wawrzynczak 9c44c87b05 Merged interfaces between v1 and v2 (id3-info); added textual genre names instead of numbers 2009-02-18 21:32:31 -06:00
Doug Coleman 318533e187 fix load error 2009-02-18 21:13:46 -06:00
Slava Pestov 277a827039 Add unit tests for ui.gadgets.glass 2009-02-18 21:01:27 -06:00
Slava Pestov 742aa5ced7 Rename com-follow to com-browse 2009-02-18 21:01:19 -06:00
Slava Pestov 204777ec3f ui.gadgets.menus now supports separators 2009-02-18 21:00:53 -06:00
Slava Pestov 706fb33e38 Table hooks now receive the table as an input parameter 2009-02-18 21:00:31 -06:00
Slava Pestov d6a2f9b84b Glass panes can now be stacked 2009-02-18 20:59:51 -06:00
Jason Merrill 8968093623 Added dual versions of a few more words to math.dual. 2009-02-18 21:28:48 -05:00
Slava Pestov f6f9b0874e change remove-gadget semantics so that removing glass from world doesn't break 2009-02-18 19:25:34 -06:00