1. 50a4cdd Finally separate the EquationEditor formula cache from the presentation cache. by blackhc · 12 years ago
  2. 8d10a8b Rework the cache code. This should allow me to make the formula editor multi-threaded soon. by blackhc · 13 years ago
  3. 83225dd Add two new example presentations. by blackhc · 13 years ago
  4. 1aceb8d Refactor parts of the RenderingService (to make it thread-safe soon). by blackhc · 13 years ago
  5. 91cf964 Move more inline formula related functions out of LaTeXTool.cs. by blackhc · 13 years ago
  6. 7088362 Increase the alignment threshold from 1.5 to 2.5. by blackhc · 13 years ago
  7. 871e24b Woops typo found in the version checking code. by blackhc · 13 years ago
  8. 9f01513 Move the equation code into its own files. by blackhc · 13 years ago
  9. 276ef73 Change the MiKTexPreamble to MiKTexTemplate to allow for full customization. by blackhc · 13 years ago
  10. 2f089ec Minor changes. by blackhc · 13 years ago
  11. e6246fb Start to refactor the inline formula functions into new files. by blackhc · 13 years ago
  12. 31cfa3d Add copyright notices that Ive forgotten. Minor refactorings in LaTeXTool.cs. by blackhc · 13 years ago
  13. 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
  14. 09992e1 Make ParagraphContainsRange and GetSafeEffectParagraph extension methods, too. by blackhc · 13 years ago
  15. 47bcee5 Make CopyEffectsTo an extension method and reorder its parameters. by blackhc · 13 years ago
  16. c5e7177 More renames. Compiles again. by blackhc · 13 years ago
  17. 03591cb Lots of renames (not compiling atm). by blackhc · 13 years ago
  18. b21e7cb Reorder the methods in LaTeXRendering.cs. by blackhc · 13 years ago
  19. 363e836 Add a static class LaTeXRendering that wraps all LaTeX rendering code. by blackhc · 13 years ago
  20. 3eac690 Move DPI conversion methods into their own module. by blackhc · 13 years ago
  21. 44bf0bc Started to move all latex rendering related code into a subfolder. by blackhc · 13 years ago
  22. 461abfe Forgot to commit one file. by blackhc · 13 years ago
  23. ac57a99 Rename ILaTeXService to ILaTeXRenderingService and add a module that contains helper methods. by blackhc · 13 years ago
  24. 7c4fc65 Very minor changes regarding assert calls. by blackhc · 13 years ago
  25. 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
  26. 093923f Move the PowerPoint Shape Walker into its own (static) class. by blackhc · 13 years ago
  27. c5a28cd Add a new certificate, but this time I won't commit it... >_> by blackhc · 13 years ago
  28. e0a2f5f Remove the old certificate. by blackhc · 13 years ago
  29. ffd20ae Change "DoShape" to "ShapeVisitor" :-) by blackhc · 13 years ago
  30. 7aba346 Add an Examples folder and delete a now unused file (LaTeXServics.cs). by blackhc · 13 years ago
  31. 613f369 Add a TODO list so I dont forget about all the issues that need to be addressed. by blackhc · 13 years ago
  32. 0b4037c Stupid unicode whitespace hackery... Need to clean this up after the presentation. by blackhc · 13 years ago
  33. 66d2209 Minor fixes + hackish code to make sure that the effect copying doesn't throw an exception.. by blackhc · 13 years ago
  34. 93c0079 Commit a few more fixes: by blackhc · 13 years ago
  35. 3d141cb Woops, fix a hard to track bug (if I forget about it!) by blackhc · 13 years ago
  36. 9335fbe Bug fixes + comments. by blackhc · 13 years ago
  37. 8bae69f Rewrite the baselineOffset code one more time (PowerPoint sucks.. :-(). by blackhc · 13 years ago
  38. 0873404 Bug fixes. by blackhc · 13 years ago
  39. e14d7a9 Small clean-up and other fixes. by blackhc · 13 years ago
  40. fd8e0b3 A fix for another very stupid bug :-( by blackhc · 13 years ago
  41. 67aa8c8 Fix a bug in the new equation font size code. by blackhc · 13 years ago
  42. 134ad50 Increase the minor version number. by blackhc · 13 years ago
  43. e073914 Add a font size changer to the EquationEditor window. by blackhc · 13 years ago
  44. 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
  45. 92654f5 Render equations with 400 DPI and adapt the font scaling to be somewhat precise. by blackhc · 13 years ago
  46. 8ff0879 More MiKTeX features: by blackhc · 13 years ago
  47. 112e3c0 Make the preferences dialog visible again and allow you to select which service to use. by blackhc · 13 years ago
  48. 549a4d1 The MiKTeX service works now. by blackhc · 13 years ago
  49. 169e133 Start development of a MiKTeX service. by blackhc · 13 years ago
  50. 69c5d32 More polish. Don't try to compile empty formulas in the equation editor. by blackhc · 14 years ago
  51. 65a8ddc Fix a minor bug in the equation dialog. Update the ribbon for the new dialog. by blackhc · 14 years ago
  52. a11679f Add GPL notice and auto-size the dialog buttons, too. by blackhc · 14 years ago
  53. a5b305b Meh, previewing works now and even uses the cache with minimal code changes thanks to Invoke. by blackhc · 14 years ago
  54. 802790d Reworked the equation mode to use an equation editor with builtin preview instead of the dynamic shape (hack). by blackhc · 14 years ago
  55. 1fae9b0 Fix several issues (clipboard, shape names, rendering). by blackhc · 14 years ago
  56. 18c1ac6 Add a clear cache button to the ribbon. by blackhc · 14 years ago
  57. adf9e30 Hopefully fix a weird bug by attempting to read the web responses in multiple attempts if necessary. by blackhc · 14 years ago
  58. 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
  59. 6fc3e6c Fix a bug in the cache's refcounting code and add a missing null reference check. by blackhc · 14 years ago
  60. 9491d45 A few last minute fixes to avoid breaking old presentations. by blackhc · 14 years ago
  61. a88b6ad Change the baseline offset, too, to align surrounding text better. by blackhc · 14 years ago
  62. cc54901 Adapt the font size of the fill whitespace to keep (inline) formulas from overlapping with regular text. by blackhc · 14 years ago
  63. cbcc5be Move the equation text selection code into ThisAddIn.cs (and clean-up LaTeXTool a bit this way). by blackhc · 14 years ago
  64. cb44c1e Change the selection behavior of the add-in a bit. by blackhc · 14 years ago
  65. 375aed0 Update to VS 2008 SP1. by blackhc · 14 years ago
  66. e5b3639 Fix a crash bug that is caused by the webservice not returning data. by blackhc · 14 years ago
  67. c85fce8 Fix an issue with the DeveloperTaskPane's layout. by blackhc · 14 years ago
  68. f79ef36 Use none-breaking spaces instead of normal spaces for inline formulas. by Andreas · 14 years ago
  69. cc2ad4e Flush UI changes. by Andreas · 14 years ago
  70. a991cb5 Set the icons for the Equation ribbon buttons. by Andreas · 14 years ago
  71. 2bf74dc Remove the WebService project and its unit test. by Andreas · 14 years ago
  72. 78ded79 Merge the webservice project into the main project and start work on a plugin architecture by Andreas · 14 years ago
  73. b4db6f9 Use the new shape extension methods (there is still lots of refactoring work to be done) by Andreas · 14 years ago
  74. 436b33a Add extension functions to Shape to make it easier to determine the (latex addin) type of a shape. by Andreas · 14 years ago
  75. c7ba65c Rename ParentID to LinkID and GetParentShape to GetLinkShape. by Andreas · 14 years ago
  76. bfb491e The "Show Equation" button is working now. by Andreas · 14 years ago
  77. 30063e3 Add GPL header comments and the GPL license text. by Andreas · 14 years ago
  78. 38e3769 Clean up the code a bit. by Andreas · 14 years ago
  79. ea79e88 Add a GetShapes extension method for the Selection class to return all selected shapes regardless of selection type. by Andreas · 14 years ago
  80. a159b6e Support for animations. by Andreas · 14 years ago
  81. 9d4c7a3 Equation feature mostly implemented. Commit before more testing & bugfixing. by Andreas · 14 years ago
  82. 8ce307a Add some code to handle bad connections in the webservice. by Andreas · 14 years ago
  83. a84d9a1 Fix an alignment issue. by Andreas · 14 years ago
  84. e06dbcc Move the PowerPointLaTeX solution into the new trunk. by Andreas · 14 years ago