- ba84df3 Fix an issue reported by Szabolcs Horvát: the preamble control now allows return and tab key presses as input. by blackhc · 13 years ago
- 09992e1 Make ParagraphContainsRange and GetSafeEffectParagraph extension methods, too. by blackhc · 13 years ago
- 47bcee5 Make CopyEffectsTo an extension method and reorder its parameters. by blackhc · 13 years ago
- c5e7177 More renames. Compiles again. by blackhc · 13 years ago
- 03591cb Lots of renames (not compiling atm). by blackhc · 13 years ago
- b21e7cb Reorder the methods in LaTeXRendering.cs. by blackhc · 13 years ago
- 363e836 Add a static class LaTeXRendering that wraps all LaTeX rendering code. by blackhc · 13 years ago
- 3eac690 Move DPI conversion methods into their own module. by blackhc · 13 years ago
- 44bf0bc Started to move all latex rendering related code into a subfolder. by blackhc · 13 years ago
- 461abfe Forgot to commit one file. by blackhc · 13 years ago
- ac57a99 Rename ILaTeXService to ILaTeXRenderingService and add a module that contains helper methods. by blackhc · 13 years ago
- 7c4fc65 Very minor changes regarding assert calls. by blackhc · 13 years ago
- 9fb503b Add a Compatibility module and a storage version property to handle storage changes more gratiously. This should also make the general code tidier while the messy changes will be kept inside the new module. by blackhc · 13 years ago
- 093923f Move the PowerPoint Shape Walker into its own (static) class. by blackhc · 13 years ago
- c5a28cd Add a new certificate, but this time I won't commit it... >_> by blackhc · 13 years ago
- e0a2f5f Remove the old certificate. by blackhc · 13 years ago
- ffd20ae Change "DoShape" to "ShapeVisitor" :-) by blackhc · 13 years ago
- 7aba346 Add an Examples folder and delete a now unused file (LaTeXServics.cs). by blackhc · 13 years ago
- 613f369 Add a TODO list so I dont forget about all the issues that need to be addressed. by blackhc · 13 years ago
- 0b4037c Stupid unicode whitespace hackery... Need to clean this up after the presentation. by blackhc · 13 years ago
- 66d2209 Minor fixes + hackish code to make sure that the effect copying doesn't throw an exception.. by blackhc · 13 years ago
- 93c0079 Commit a few more fixes: by blackhc · 13 years ago
- 3d141cb Woops, fix a hard to track bug (if I forget about it!) by blackhc · 13 years ago
- 9335fbe Bug fixes + comments. by blackhc · 13 years ago
- 8bae69f Rewrite the baselineOffset code one more time (PowerPoint sucks.. :-(). by blackhc · 13 years ago
- 0873404 Bug fixes. by blackhc · 13 years ago
- e14d7a9 Small clean-up and other fixes. by blackhc · 13 years ago
- fd8e0b3 A fix for another very stupid bug :-( by blackhc · 13 years ago
- 67aa8c8 Fix a bug in the new equation font size code. by blackhc · 13 years ago
- 134ad50 Increase the minor version number. by blackhc · 13 years ago
- e073914 Add a font size changer to the EquationEditor window. by blackhc · 13 years ago
- ffefb6c Lots of changes. MiKTeX now adjusts the output DPI to achieve the best possible quality (but at least 150 DPI). by blackhc · 13 years ago
- 92654f5 Render equations with 400 DPI and adapt the font scaling to be somewhat precise. by blackhc · 13 years ago
- 8ff0879 More MiKTeX features: by blackhc · 13 years ago
- 112e3c0 Make the preferences dialog visible again and allow you to select which service to use. by blackhc · 13 years ago
- 549a4d1 The MiKTeX service works now. by blackhc · 13 years ago
- 169e133 Start development of a MiKTeX service. by blackhc · 13 years ago
- 69c5d32 More polish. Don't try to compile empty formulas in the equation editor. by blackhc · 14 years ago
- 65a8ddc Fix a minor bug in the equation dialog. Update the ribbon for the new dialog. by blackhc · 14 years ago
- a11679f Add GPL notice and auto-size the dialog buttons, too. by blackhc · 14 years ago
- a5b305b Meh, previewing works now and even uses the cache with minimal code changes thanks to Invoke. by blackhc · 14 years ago
- 802790d Reworked the equation mode to use an equation editor with builtin preview instead of the dynamic shape (hack). by blackhc · 14 years ago
- 1fae9b0 Fix several issues (clipboard, shape names, rendering). by blackhc · 14 years ago
- 18c1ac6 Add a clear cache button to the ribbon. by blackhc · 14 years ago
- adf9e30 Hopefully fix a weird bug by attempting to read the web responses in multiple attempts if necessary. by blackhc · 14 years ago
- 05a8a9b Fix a bug in the font resizing code and try to fix a weird issue in the webservice (incorrect time-outs and problems with the requests). by blackhc · 14 years ago
- 6fc3e6c Fix a bug in the cache's refcounting code and add a missing null reference check. by blackhc · 14 years ago
- 9491d45 A few last minute fixes to avoid breaking old presentations. by blackhc · 14 years ago
- a88b6ad Change the baseline offset, too, to align surrounding text better. by blackhc · 14 years ago
- cc54901 Adapt the font size of the fill whitespace to keep (inline) formulas from overlapping with regular text. by blackhc · 14 years ago
- cbcc5be Move the equation text selection code into ThisAddIn.cs (and clean-up LaTeXTool a bit this way). by blackhc · 14 years ago
- cb44c1e Change the selection behavior of the add-in a bit. by blackhc · 14 years ago
- 375aed0 Update to VS 2008 SP1. by blackhc · 14 years ago
- e5b3639 Fix a crash bug that is caused by the webservice not returning data. by blackhc · 14 years ago
- c85fce8 Fix an issue with the DeveloperTaskPane's layout. by blackhc · 14 years ago
- f79ef36 Use none-breaking spaces instead of normal spaces for inline formulas. by Andreas · 14 years ago
- cc2ad4e Flush UI changes. by Andreas · 14 years ago
- a991cb5 Set the icons for the Equation ribbon buttons. by Andreas · 14 years ago
- 2bf74dc Remove the WebService project and its unit test. by Andreas · 14 years ago
- 78ded79 Merge the webservice project into the main project and start work on a plugin architecture by Andreas · 14 years ago
- b4db6f9 Use the new shape extension methods (there is still lots of refactoring work to be done) by Andreas · 14 years ago
- 436b33a Add extension functions to Shape to make it easier to determine the (latex addin) type of a shape. by Andreas · 14 years ago
- c7ba65c Rename ParentID to LinkID and GetParentShape to GetLinkShape. by Andreas · 14 years ago
- bfb491e The "Show Equation" button is working now. by Andreas · 14 years ago
- 30063e3 Add GPL header comments and the GPL license text. by Andreas · 14 years ago
- 5cbfc32 Add the GPL notice. by Andreas · 14 years ago
- 38e3769 Clean up the code a bit. by Andreas · 14 years ago
- ea79e88 Add a GetShapes extension method for the Selection class to return all selected shapes regardless of selection type. by Andreas · 14 years ago
- a159b6e Support for animations. by Andreas · 14 years ago
- 9d4c7a3 Equation feature mostly implemented. Commit before more testing & bugfixing. by Andreas · 14 years ago
- 8ce307a Add some code to handle bad connections in the webservice. by Andreas · 14 years ago
- ef19091 Fix a bug: use the EnablePainting setting, too, on init. by Andreas · 14 years ago
- c5a7528 Add support for more languages. by Andreas · 14 years ago
- a84d9a1 Fix an alignment issue. by Andreas · 14 years ago
- 83738ab Hmm yay? by Andreas · 14 years ago
- 4d9d913 Commit everything. by Andreas · 14 years ago
- 14d3d7c Import the language painter source. by Andreas · 14 years ago
- e06dbcc Move the PowerPointLaTeX solution into the new trunk. by Andreas · 14 years ago