Age | Commit message (Collapse) | Author |
|
Changelog
=========
Found an automatic linebreak problem. Resolves #856 (1a262447)
|
|
Changelog
=========
Corrected the OMML output of SubSup-Cells. (4a24aa8c)
Get rid of a build warning. (5d2d0363)
Evaluation was triggered by a now-deprecated command that did no more work in all conditions. Resolves #854 (23569a1a)
|
|
Changelog
=========
Merge branch 'master' of github.com:andrejv/wxmaxima (8912c130)
Revert "Make the shortcuts for the main menu work." (988163dc)
|
|
Changelog
=========
Another cause for inconsistent font scaling on printing. Resolves #852 Resolves #853 (803943b9)
Simplified TextCell's font selection mechanism. (7f04cb87)
More consistent font scaling, part II. (d5a6d3b8)
Got rid of an unused parameter. (c0d088e5)
Removed my debug code. (4b067356)
A more consistent fontsize selection for EditorCells. Also fixes the bug that deletion of the selected font for EditorCells results in no font being selected. (8e5ee8f3)
|
|
Changelog
=========
Correctly scale images for printing. Addresses half of #852 (6643af68)
|
|
Changelog
=========
Merge pull request #851 from ciampix/master (87b94d3e)
Updated Italian translation (8d4f7661)
|
|
Changelog
=========
Now the network indicator icon actually does do something when double-clicked at. (4a0e7e6f)
A potential use-after-free (7310f216)
Another go at the double-free-on-exit. (4ab3bd1d)
A try to avoid the crash on close on windows that sometimes appears. (85b96cea)
Another scaling trigger. (47bc0b45)
Another go at EditorCell height recalculation. (c40eed51)
A try to make char height recalculation for EditorCells better. (9701cfee)
Tried to trigger recalculation on Enter in another way. (f03f72ae)
Small about dialogue tweaks. (1de5389b)
A more reliable trigger for text size recalculation. (34b24f3f)
|
|
Changelog
=========
Support the gcl version debian is currently shipped with. (27089c2b)
|
|
Changelog
=========
Compatibility with debian's gcl. Hope this doesn't have any side-effects. (9e4250ad)
|
|
Changelog
=========
Translating new lines to Hungarian (067b979d)
|
|
Changelog
=========
Added the last bug I introduced into the release branch to the test bench. (5fd2bed8)
Re-ran the testbench. (1141e6e8)
The way to tell sbcl to extend its memory seems to be OS specific. Thanks to Wolfgang for finding that out. (9962eb8b)
|
|
Changelog
=========
Output the automatic version number from git in wxbuild_info(), if available. Resolves #845 (8328ea62)
Partially reverted my last commit as it broke wxMathml.lisp (cd018168)
wxbuildinfo() didn't honor the package version from git. Thanks to Wolfgang for finding this out. (a86fef9e)
|
|
Changelog
=========
A better formulation of readme.md (ed29a6d6)
Readme.md: Static build is nowadays more important than the chm documentation. (b747a73d)
|
|
Changelog
=========
A test case that tests if labels are allowed to begin with a number. (06c3899d)
Always sanitize your input,even if it only is a label name. Resolves #842 (7537cbb8)
Better handling of a backslash at the end of a code cell. Resolves #843 (ca1dbf85)
|
|
Changelog
=========
Revert "Corrected a visual glitch if an EditorCell containing code ends in a \.": It didn't do what I expected it to. (a23c4071)
Corrected a visual glitch if an EditorCell containing code ends in a \. (1ac06b38)
A better README about translations. (020c5520)
Marked a message as translatable I forgot this for. Thanks to Blahota István for finding this bug. (cb460de5)
A README telling where to find translatable text. (f04a46a8)
Seems like my resiliance-to-broken-xml-tags code had broken the diff() tag. (8deb2587)
|
|
Changelog
=========
wxWidgets has added an .editorconfig file. Perhaps it might be handy somehow => Copied it here. (8a0e8cfa)
Better description of the last ChangeLog entry. (012b2cf0)
Updated the german translation. (ec2e55d2)
|
|
Changelog
=========
No more crash or error out on broken XML tags. Instead we now add text containing a warning into the worksheet. (8922fb2e)
|
|
Changelog
=========
Another go at build warnings. (e771d5f2)
Corrected my last commit. (b7a274e5)
Forgot to make sure that the status bar icons are installed. (d5ef5702)
Corrected my last commit. (fb542b08)
Code simplification for image rescale. Fixes short flashes of unscaled backgrounds below scaled images on zoom. (70803440)
|
|
Changelog
=========
Now extremely small zoom factors shrink images. (7769bf03)
This should resolve the startup issues Wollfgang gets. (1a94444d)
Don't indent on parenthesis that aren't part of code cells. (52a27d94)
|
|
Changelog
=========
Translating new lines to Hungarian (714e1787)
|
|
Changelog
=========
SpeedUp: Avoid indentation calculates when they aren't needed. (266b667f)
|
|
Changelog
=========
Updated the german translation after having introduced another warning. (9faaeb1f)
Updated the ChangeLog. (91471342)
The with_slider_* type of commands tend to need a lot of time => Let's make them output a bit of progress information to the status bar. (818037a5)
|
|
Changelog
=========
These two accelerators apparently don't want to be translated. (6cc2f04b)
Better documentation of the speedUp. (0af90985)
Better handling of the last newline of a text cell. (185dbe8e)
This should get rid of most travis build errors for mac: The travis build cloned only the last 3 commits to the repository, switched to the commit that was about to be tested - and sometimes testing starts up to an hour after the commit meaning that the about-to-be-tested version no more is part of the 3 commits travis' working copy can be reverted to. (1b392934)
|
|
Changelog
=========
If the newer xCode image will change the build speed? (69e0ebe6)
Updated the ChangeLog. (d111f95c)
A few indentation mysteries. (58c0774c)
Better indentation for code. (0a336113)
Repaired the configuration option for autowrap of code. (26e1d9ca)
Documented the box command. (2a967e0e)
Now automatically inserting cells on request of maxima works again. Resolves #599 (cbb3d95e)
A first go at #559 (af2a69a3)
Updated the line numbers for the rest of the translations. (3ecbd3a8)
A new spanish translation from Javier F. Serrador. (6961304e)
Copy numbers even if they are too long to display. Resolves #837 Resolves #836 (cdb59ac1)
|
|
Changelog
=========
Corrected the code that determines the number of digits to show. (8f226121)
The case of the sometimes-missing parenthesis. (b2af0882)
A better format description. (061140f0)
Unbroke the mac build. (3e91eb5d)
More documentation. (77808c19)
Make the status bar icon size take in consideration eventual borders. (9ac231ed)
|
|
Changelog
=========
Updated the german translation. (c5ea7292)
Remove a few build warnings. (6b1dba14)
|
|
Changelog
=========
A link to additional Mac OS X info. (b70dd62a)
A few of the warnings. (c01501c7)
Soft line wraps for code cells introduced a crash that could only be triggered if multiple subsequent spaces were in the region the line wrap was in. (a29349a9)
SpeedUp: Only redo the line breaks if anything has changed. (971b4b69)
|
|
Changelog
=========
I think I have found the reason for the phenomenon that autowrap sometimes allowed for longer lines than normally. (38871b1a)
Add line wrap for code cells. Line wrap is only triggered by spaces as it is probably impossible to find the most logical place to introduce it. Resolves #822 (21cf3d1e)
|
|
Changelog
=========
This should reduce the number of warnings in Wolfgang's nightly build. (ac74d1b3)
|
|
Changelog
=========
Another scrolling bug fixing scrolling bugs has introduced. (ed6c2348)
Re-enable the build cache after flushing it using the last commit. (18daa922)
Tried to make the travis build work again. (086e7bbc)
Merge branch 'GitVersion': Take the version number from git if available. This should mark most inofficial builds as "inofficial build" and should tell which build currently is in use. (326ef112)
Take the version number from git. (2e35280f)
Silence a wxWidgets warning. (f66dcf30)
If the text line that is clicked at is only partially visible we want to scroll there even if this means risking that we scroll in the middle of a double-click. Don't know if there is a better solution to that. Some wild thing with a timer that waits for the double-click timeout before scrolling? But that introduces an unneccessary delay into selecting text... (25e3e11e)
Small cleanups. (c4e9b835)
The other jumping-cursor-issue. (49a7cefc)
One of the two jumping-cursor-issues my support for higher-than-the-screen-cells has introduced. (01a9cd34)
More Documentation. (7a925bf2)
|
|
Changelog
=========
Additional indentation tweaks. (70efc7ce)
|
|
Changelog
=========
Indentation: Better handling of new commands. (06b9f3b4)
Small screens: Allow the property dialogue to use scrollbars if the resolution is too low to display the current tab entirely. (896b86aa)
|
|
Changelog
=========
Table of contents: Another right-click menu entry. (ed9ae2cc)
Make the table of contents respect the currently set color scheme again. (f295e0b2)
|
|
Changelog
=========
Autocompletion: Unbroke the windows and mac builds again. Travis is really phantastic. (e99e8328)
Table of contents: Another right-click menu entry. (d4e11552)
A test if we can add a right-click menu to the table of contents. Seems like we can. (9aac93bd)
Corrected my autocompletion fix. (c1b56c57)
The next version of Ubuntu will break the content assistant: For some reason keypresses end up in the worksheet, not in the autocompletion popup. This commit redirects the key presses to the right window again. The underlying bug (or at least what I hope was the underlying bug) was upstreamed as: http://trac.wxwidgets.org/ticket/17763 (43277885)
|
|
Changelog
=========
Another autocompletion data source: The current cell. (7c121c0f)
Removed my debug code. (7633dd61)
Table Of Contents: Gray out folded sections. (cee787b1)
|
|
Changelog
=========
proper indentation for "else" in more cases. (7a50a9c7)
A better tooltip and corrected a bug that hindered the connection icon from blinking. (456ec688)
One of the warnings from Wolfgang's nightly build actually indicated a bug. (0c97d652)
A more descriptive tooltip for the network commununication icon. (ca278841)
|
|
Changelog
=========
Another few places we were too ready to scroll. (875d7548)
Seems like the answer cell for a question doesn't know its position. (79555edb)
Found one instance where I caused double-clicking a word to scroll the worksheet between clicks. (6cadce20)
|
|
|
|
Changelog
=========
Added an option to use a Minus instead of a hyphen in code cells. Looks much better, this way, the file. (cb3c93fc)
A try to avoid rare ocurrences of blank vertical lines on breaking lines. (42f4088b)
Make indentation honor "then" and "do". Resolves #826 (20c297c7)
A try to make vertical spacing ond linebreaks better. (f6a46313)
|
|
Changelog
=========
Removed a build warning. (c2bcf34f)
|
|
|
|
Changelog
=========
In theory this should have made autmatic version numbering work. In practice the newest autotools seem to have slightly changed in behaviour. (be73ba7)
Split the functionality that determines how far to indent a code line into a separate function. (935f0de)
Another go at unicode pathnames on windows (20dac03)
|
|
Changelog
=========
Merge branch 'master' of github.com:andrejv/wxmaxima (7190b84)
Reverted a commit that broke selection within output cells. (bb4f244)
Updated version number. (6fd1e42)
Some visual changes to the find/replace dialog. (4818920)
|
|
Changelog
=========
Removed merge conflicts message from cs.po. (b0444aa)
Merge branch 'master' of github.com:andrejv/wxmaxima (c99ce33)
Merge branch 'master' of ssh://git.code.sf.net/p/wxmaxima/code (c8d5125)
Cleaned up the ChangeLog a bit. (64204ad)
Restore cs.po file to original. (8cc3584)
Restore accidentally modified cs.po file. (0745c2d)
Update catalan translation. (bdee4b1)
Update catalan translation (c7d3348)
|
|
Changelog
=========
The default line width was perhaps a bit too wide for the windows fonts. (121ba75)
Small documentation fixes. Thanks to Wolfgang for finding the first of these. (45f21eb)
wxFont's constructor cannot set the font size to 70pt. This is the recommended workaround for this. Resolves #823 (41f9ccc)
|
|
Changelog
=========
Out-of-tree builds now work after a "make dist". (aadce2f)
|
|
Changelog
=========
Stack+time efficiency: Converted another recursion into a loop. (fd338d4)
Small documentation cleanups. (0200280)
Found the reason for extraneous vertical space in odd places in extremely long equations. Now the question is if all cells that can be broken into lines need this fix. (c0b9a67)
OOML: Allow parenthesis to grow vertically. (079000a)
|
|
Changelog
=========
Wide lines: Scale the spaces along with the line widths. (e85b909)
|
|
Changelog
=========
Revert my parenthesis changes: It is too near to the release for making experiments. Also fixed a few high-resolution issues. (e1aabe3)
The correct width of emulated parenthesis. (c2d0b06)
|
|
Changelog
=========
Two test cases that cover the thing I had temporarily broken and the thing that was broken before. (07f0b60)
Now the vertical opffset of big parenthesis is corrected. (294f569)
|