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