1. 47bcee5 Make CopyEffectsTo an extension method and reorder its parameters. by blackhc · 13 years ago
  2. c5e7177 More renames. Compiles again. by blackhc · 13 years ago
  3. 03591cb Lots of renames (not compiling atm). by blackhc · 13 years ago
  4. 363e836 Add a static class LaTeXRendering that wraps all LaTeX rendering code. by blackhc · 13 years ago
  5. 3eac690 Move DPI conversion methods into their own module. by blackhc · 13 years ago
  6. 461abfe Forgot to commit one file. by blackhc · 13 years ago
  7. 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
  8. 093923f Move the PowerPoint Shape Walker into its own (static) class. by blackhc · 13 years ago
  9. ffd20ae Change "DoShape" to "ShapeVisitor" :-) by blackhc · 13 years ago
  10. 0b4037c Stupid unicode whitespace hackery... Need to clean this up after the presentation. by blackhc · 13 years ago
  11. 66d2209 Minor fixes + hackish code to make sure that the effect copying doesn't throw an exception.. by blackhc · 13 years ago
  12. 93c0079 Commit a few more fixes: by blackhc · 13 years ago
  13. 3d141cb Woops, fix a hard to track bug (if I forget about it!) by blackhc · 13 years ago
  14. 9335fbe Bug fixes + comments. by blackhc · 13 years ago
  15. 8bae69f Rewrite the baselineOffset code one more time (PowerPoint sucks.. :-(). by blackhc · 13 years ago
  16. 0873404 Bug fixes. by blackhc · 13 years ago
  17. e14d7a9 Small clean-up and other fixes. by blackhc · 13 years ago
  18. fd8e0b3 A fix for another very stupid bug :-( by blackhc · 13 years ago
  19. 67aa8c8 Fix a bug in the new equation font size code. by blackhc · 13 years ago
  20. e073914 Add a font size changer to the EquationEditor window. by blackhc · 13 years ago
  21. 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
  22. 92654f5 Render equations with 400 DPI and adapt the font scaling to be somewhat precise. by blackhc · 13 years ago
  23. 112e3c0 Make the preferences dialog visible again and allow you to select which service to use. by blackhc · 13 years ago
  24. 549a4d1 The MiKTeX service works now. by blackhc · 13 years ago
  25. 69c5d32 More polish. Don't try to compile empty formulas in the equation editor. by blackhc · 14 years ago
  26. 65a8ddc Fix a minor bug in the equation dialog. Update the ribbon for the new dialog. by blackhc · 14 years ago
  27. a5b305b Meh, previewing works now and even uses the cache with minimal code changes thanks to Invoke. by blackhc · 14 years ago
  28. 802790d Reworked the equation mode to use an equation editor with builtin preview instead of the dynamic shape (hack). by blackhc · 14 years ago
  29. 1fae9b0 Fix several issues (clipboard, shape names, rendering). by blackhc · 14 years ago
  30. 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
  31. 6fc3e6c Fix a bug in the cache's refcounting code and add a missing null reference check. by blackhc · 14 years ago
  32. 9491d45 A few last minute fixes to avoid breaking old presentations. by blackhc · 14 years ago
  33. a88b6ad Change the baseline offset, too, to align surrounding text better. by blackhc · 14 years ago
  34. cc54901 Adapt the font size of the fill whitespace to keep (inline) formulas from overlapping with regular text. by blackhc · 14 years ago
  35. cbcc5be Move the equation text selection code into ThisAddIn.cs (and clean-up LaTeXTool a bit this way). by blackhc · 14 years ago
  36. e5b3639 Fix a crash bug that is caused by the webservice not returning data. by blackhc · 14 years ago
  37. f79ef36 Use none-breaking spaces instead of normal spaces for inline formulas. by Andreas · 14 years ago
  38. 78ded79 Merge the webservice project into the main project and start work on a plugin architecture by Andreas · 14 years ago
  39. b4db6f9 Use the new shape extension methods (there is still lots of refactoring work to be done) by Andreas · 14 years ago
  40. 436b33a Add extension functions to Shape to make it easier to determine the (latex addin) type of a shape. by Andreas · 14 years ago
  41. c7ba65c Rename ParentID to LinkID and GetParentShape to GetLinkShape. by Andreas · 14 years ago
  42. bfb491e The "Show Equation" button is working now. by Andreas · 14 years ago
  43. 30063e3 Add GPL header comments and the GPL license text. by Andreas · 14 years ago
  44. a159b6e Support for animations. by Andreas · 14 years ago
  45. 9d4c7a3 Equation feature mostly implemented. Commit before more testing & bugfixing. by Andreas · 14 years ago
  46. 8ce307a Add some code to handle bad connections in the webservice. by Andreas · 14 years ago
  47. a84d9a1 Fix an alignment issue. by Andreas · 14 years ago
  48. e06dbcc Move the PowerPointLaTeX solution into the new trunk. by Andreas · 14 years ago