Commit Graph

13393 Commits (d227fcd33f9349c1b7ed7486138df8a1ce053cec)

Author SHA1 Message Date
Slava Pestov d227fcd33f Move compiler.errors to basis 2009-04-13 02:18:41 -05:00
Slava Pestov b3cb06cf1f Merge branch 'smarter_error_list' of git://factorcode.org/git/factor into smarter_error_list 2009-04-12 23:55:08 -05:00
Slava Pestov 812f1597fa Merge branch 'master' of git://factorcode.org/git/factor into smarter_error_list 2009-04-12 23:54:38 -05:00
Slava Pestov e595576dc3 Make more words infer 2009-04-12 23:01:14 -05:00
Slava Pestov cdd372314b Working on error list change notification 2009-04-12 23:01:08 -05:00
Slava Pestov 11ef68180d Merge branch 'master' of git://factorcode.org/git/factor 2009-04-12 16:33:18 -05:00
Slava Pestov f26fccec9d Too much inlining in id3 2009-04-12 16:32:39 -05:00
Slava Pestov 7a33780bc2 Fix bootstrap 2009-04-12 16:31:25 -05:00
Slava Pestov 5aab0078a0 Make more code infer 2009-04-12 16:08:54 -05:00
Slava Pestov c4be8bd65a Refactor error code so that error types are registered; listener prints a summary of errors 2009-04-12 16:08:46 -05:00
Daniel Ehrenberg 064b8b7775 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-12 13:58:02 -05:00
Daniel Ehrenberg 541ce3aa68 Fixing regexp parser bug: now R/ foo/5 makes an error 2009-04-12 13:57:49 -05:00
Slava Pestov 0b52638dfc Working on error summary list 2009-04-12 13:24:12 -05:00
Slava Pestov 0420b39f4f Make source file error types a bit more extensible 2009-04-11 22:26:24 -05:00
Slava Pestov 26356ffc63 Working on error-list tool 2009-04-11 21:26:36 -05:00
Slava Pestov 410654c324 models.arrow.smart: fix help lint 2009-04-11 21:26:30 -05:00
Slava Pestov e5df0559eb Working on adding help-lint errors to error list 2009-04-11 20:30:09 -05:00
Slava Pestov fe8e6b328f Merge branch 'master' into smarter_error_list 2009-04-11 15:28:35 -05:00
Slava Pestov db3818814d Refactor GLU usages in basis, and move opengl.glu to extra, and don't like VM with GLU 2009-04-11 15:17:08 -05:00
Slava Pestov 39685724cc Generalize operation 2009-04-11 15:11:40 -05:00
Slava Pestov 59dced5c9d Fix :edit 2009-04-11 15:11:25 -05:00
Slava Pestov e5606b2917 Merge branch 'smarter_error_list' of git://factorcode.org/git/factor into smarter_error_list 2009-04-11 14:33:04 -05:00
Slava Pestov b75e6ff445 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-11 14:28:57 -05:00
Slava Pestov ef095f5eef Check return value of fread and fwrite in image.c 2009-04-11 14:28:48 -05:00
Slava Pestov c7b3b2f4e0 Load ui.tools.error-list by default 2009-04-11 14:24:17 -05:00
Slava Pestov a254e07fda Error list: add toggles for different error types, source file icon 2009-04-11 14:18:23 -05:00
Slava Pestov c626004735 ui.gadgets.tables: center cells vertically, add padding around images 2009-04-11 14:14:32 -05:00
Doug Coleman 7f80b52619 fix base64 2009-04-11 12:12:09 -05:00
Doug Coleman 9ac2214b62 fix html.parser 2009-04-11 12:11:00 -05:00
Doug Coleman d88f4d9914 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-11 09:03:19 -05:00
Doug Coleman cd2ce4c9ae fix blob selects in db.tuples 2009-04-11 09:03:00 -05:00
Doug Coleman a10d490fe2 more parsing work 2009-04-10 17:50:05 -05:00
Slava Pestov ad2b7b74f4 Fix baseline alignment to work like align=1/2 if there is no text in the layout, also fix nested baseline alignment in the no-text case 2009-04-10 14:11:05 -05:00
slava 509869ca70 X11 UI: Fix resize flicker, exception when closing window, unsuccessful attempt at fixing raise-window 2009-04-10 13:29:07 -04:00
Doug Coleman 7bba6ab4a2 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-10 09:38:08 -05:00
Slava Pestov 8480034d6e image-name instances can now be passed to <button> etc 2009-04-10 08:13:20 -05:00
Slava Pestov a0ad6bda39 tools.test: store file in a variable while tests are running 2009-04-10 08:11:46 -05:00
Slava Pestov 8290624733 Macro expansion errors are now wrapped 2009-04-10 07:08:16 -05:00
Slava Pestov 78503a1b9c Merge branch 'master' into smarter_error_list 2009-04-10 06:23:17 -05:00
Slava Pestov e2c858da34 Add better error check for 'window' word 2009-04-10 06:20:23 -05:00
Slava Pestov 370e90f57b Fix odd race condition in ui.backend.cocoa 2009-04-10 06:19:46 -05:00
Slava Pestov 713ab02337 Don't use GL_ARB_texture_non_power_of_two on ATI hardware to fix bug reported by Andy Turner and Caesar Hu 2009-04-10 06:18:29 -05:00
Slava Pestov deae1d7bbb Fix bootstrap 2009-04-10 04:41:26 -05:00
Slava Pestov 4f41e07147 ui.tools.compiler-errors => ui.tools.error-list 2009-04-10 04:41:12 -05:00
Slava Pestov 2b26da1ad2 Move images.normalization to extra since its not used for anything anymore 2009-04-10 04:03:06 -05:00
Slava Pestov 1359f3bcf1 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-10 04:02:14 -05:00
Slava Pestov b11e0f6037 assoc>query should not insert = if value is f. Reported by Chris Double 2009-04-10 04:01:59 -05:00
Slava Pestov a0ba66080d Documentation updates suggested by dmpk2k 2009-04-10 03:52:53 -05:00
Slava Pestov 0a7485190b compile-error-type => source-error-type; make test failures global 2009-04-10 03:52:12 -05:00
Doug Coleman 732065d775 more work on sequence-parser 2009-04-09 21:32:57 -05:00