Commit Graph

35 Commits

Author SHA1 Message Date
Rodrigo Braz Monteiro 974efa126b Modified all providers to separate them between factory and factory manager. This will make plugin system easier. Also, made hunspell register manually as well.
Originally committed to SVN as r1946.
2008-03-07 02:32:29 +00:00
Rodrigo Braz Monteiro a69fe9e71e Made the Hunspell dictionary provider use a different dictionary (on user path) for user-defined words (fixes #477)
Originally committed to SVN as r1713.
2008-01-14 02:01:50 +00:00
Karl Blomster b16bfa6676 Changed the "split line at cursor" functions so they now split what the user sees, not what's actually committed. Fixes #632.
Originally committed to SVN as r1693.
2008-01-12 22:40:04 +00:00
Rodrigo Braz Monteiro 489abd6663 jfs's mac patches applied
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +00:00
Niels Martin Hansen e9f05f84eb Oops, missed a slash to end a block comment. Broke the entire file...
Originally committed to SVN as r1539.
2007-08-28 22:54:25 +00:00
Niels Martin Hansen 5d3d3294ec Only highlight kara-templater templates with template syntax and not code lines. Added some non-working and commented out code to switch to full-edit-box Lua highlighting for code lines.
Originally committed to SVN as r1538.
2007-08-28 22:52:23 +00:00
Rodrigo Braz Monteiro adf6630564 Meh, small fix to last commit
Originally committed to SVN as r1515.
2007-08-19 02:20:09 +00:00
Rodrigo Braz Monteiro 352c4c93d1 Made the syntax highlighter check if it's a template line before applying template highlighting to it.
Originally committed to SVN as r1514.
2007-08-19 02:18:00 +00:00
Niels Martin Hansen 4e48317803 Intermediate implementation of #498 - karaoke template syntax highlighting. Only !! blocks and $variables are highlighted right now, and no actual Lua specific highlighting is done.
Originally committed to SVN as r1470.
2007-08-06 14:29:43 +00:00
Rodrigo Braz Monteiro 79e3e49cf4 1337 GET! Fixed behavior of mouse wheel when mouse is over the scintilla subtitle edit control.
Originally committed to SVN as r1337.
2007-07-03 01:18:00 +00:00
Rodrigo Braz Monteiro 2b8fc2a2d5 Moved a lot of the subs_edit_ctrl functionality into a class of its own, so it can be reused elsewhere.
Originally committed to SVN as r1289.
2007-06-22 23:43:21 +00:00
Rodrigo Braz Monteiro 4f1dc2c59d Made hunspell into a pluggable factory. This MIGHT cause issues with mythes if hunspell is not available...
Originally committed to SVN as r1108.
2007-04-22 02:03:40 +00:00
Rodrigo Braz Monteiro b91f1a0511 Replaced wxScintilla with the more sane (and standard) wxStyledTextCtrl.
Originally committed to SVN as r1104.
2007-04-21 23:16:38 +00:00
Rodrigo Braz Monteiro bd03fbc3ce Spell checker dialog is complete.
Originally committed to SVN as r1076.
2007-04-14 15:26:46 +00:00
Rodrigo Braz Monteiro 97d996f995 Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later.
Originally committed to SVN as r1008.
2007-04-04 20:42:44 +00:00
Rodrigo Braz Monteiro 297dbd74b8 Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled)
Originally committed to SVN as r891.
2007-01-24 03:54:32 +00:00
Rodrigo Braz Monteiro a8abb99e6b Fixed some minor memory leaks, and failed to fix another.
Originally committed to SVN as r796.
2007-01-15 06:56:35 +00:00
Rodrigo Braz Monteiro a33692c852 Made call tips vanish when the text edit loses focus.
Originally committed to SVN as r788.
2007-01-13 23:34:04 +00:00
David Lamparter 88a00fbdb0 make it build on Linux
Originally committed to SVN as r767.
2007-01-11 03:52:17 +00:00
Rodrigo Braz Monteiro 0fec62dfd6 Made wx fall back to wxChoicebook if wxTreebook is unavailable.
Originally committed to SVN as r703.
2007-01-03 22:43:05 +00:00
Rodrigo Braz Monteiro 8d4cdcbd7d Small fix regarding Unicode characters.
Originally committed to SVN as r702.
2007-01-03 22:22:51 +00:00
Niels Martin Hansen 38241d0eb5 More fix for building on wx pre-2.8
Originally committed to SVN as r701.
2007-01-03 22:05:43 +00:00
Niels Martin Hansen 8b014f41ca Fix for building on wx 2.6
Originally committed to SVN as r700.
2007-01-03 21:51:09 +00:00
Rodrigo Braz Monteiro f221bc1a1f "Apply" button to options dialog, and made subs edit box refresh when its options are changed in the dialog.
Originally committed to SVN as r699.
2007-01-03 21:49:13 +00:00
Rodrigo Braz Monteiro 48321dc868 Implemented ColourButton class
Originally committed to SVN as r685.
2007-01-02 22:10:45 +00:00
Rodrigo Braz Monteiro 3ec34573a8 Call tips implemented
Originally committed to SVN as r682.
2007-01-02 18:15:17 +00:00
Rodrigo Braz Monteiro 893955d773 Mostly working call tip code
Originally committed to SVN as r681.
2007-01-02 18:09:56 +00:00
Rodrigo Braz Monteiro 6b702b0666 Early call tip code
Originally committed to SVN as r680.
2007-01-02 05:00:55 +00:00
Rodrigo Braz Monteiro 8b58b368d5 Implemented syntax highlight for drawing codes
Originally committed to SVN as r679.
2007-01-02 02:33:42 +00:00
Rodrigo Braz Monteiro aafeba93f3 Fixes and improvements to syntax highlighter
Originally committed to SVN as r678.
2007-01-02 02:24:23 +00:00
Rodrigo Braz Monteiro 9d1a3466dd Added option to let user disable spellchecker and thesaurus from right click menu, and a possible fix to splash screen.
Originally committed to SVN as r676.
2007-01-01 23:47:09 +00:00
Rodrigo Braz Monteiro 17d2ba4f1d Fixed the colour box on the colour pick dialogue.
Originally committed to SVN as r674.
2007-01-01 22:56:16 +00:00
Rodrigo Braz Monteiro bac9e14fc4 Implemented setting of language for Thesaurus
Originally committed to SVN as r671.
2007-01-01 05:15:05 +00:00
Rodrigo Braz Monteiro 166e7cba7c Language picker for dictionary fully implemented.
Originally committed to SVN as r670.
2007-01-01 04:53:55 +00:00
Rodrigo Braz Monteiro 06cff2e2f2 Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
Originally committed to SVN as r652.
2006-12-28 23:43:23 +00:00