Age | Commit message (Collapse) | Author |
|
|
|
Changelog
=========
Smoother cell bracket linewidth scaling. (12d5cd45)
Correct vertical position of selection and working queue markers after all the bracket changes. (63365865)
Scale the cell bracket line width with the worksheet. (41cb5b9d)
Resolved the TODO: Bracket positions should be defined globally. Corrects the error that sometimes the first few left pixels of TextCells are drawn within the brackets. Also corrects indentation on printing Also corrects the error that the left-most pixel of brackets sometimes disappears. (63af6156)
Deleting the last caption caused an assert to fail. (11e6e5f6)
|
|
Changelog
=========
Perhaps it is better to scroll to the begin of a document on opening a .wxm file. (bde98272)
Saner configuration Defaults. This was requested by Herbert Hinterleitner. (9b4a5ffd)
Why did travis not find this? (5d96aece)
GroupCell::m_input is actually the input Label => renamed the variable. (2009c01e)
Cursors: Removed double (de)activations. (96b789b1)
Cursor Handling: Make use of the automatic cursor deactivation on setting a new one. (b864c302)
Cleaned up the cursor activation logic a bit. (19b96728)
Cell deletion: Make the cell containing the cursor automatically drop the cursor on deletion. (5dafd09b)
|
|
Changelog
=========
More cell deletion enhancements: - Mark cells as deleted on deletion from the work sheet even if they still are kept in an undo buffer - Make GroupCell automatically remove the pointer to the last GroupCell maxima has worked at (which is a fallback if we get input without knowing a GroupCell maxima is working at) on deletion of this cell. Resolves a long-standing TODO. - More Documentation. (108784ed)
Repair the nightly build. (2a79c908)
OMML: Make the parenthesis arount matrices growable. (27316a9c)
|
|
Changelog
=========
Accidentally disabled deleting of cells above the working group by trying to simplify the code too much. (3945476f)
A typo that made some error messages disappear. (609f05f9)
More cell deletion enhancements (4a998f5e)
A little bit more of defensive programming. (9ef7f7a1)
|
|
Changelog
=========
Found an ugly bug that was triggered by selecting the wrong thing at the wrong time. (d25c6966)
Much work on finding the maxima binary. (c9b0facf)
|
|
Changelog
=========
Deleting cells still was based on recursive function calls. I wonder if some of the crashes on closing were caused by this fact. (c414628d)
Ran cppcheck over the source. (58daba27)
Another try to get rid of the crash on closing wxMaxima. (cdd42cd8)
Another go at the crash-on-closing-bug. (1c50f70a)
|
|
Changelog
=========
Nay... ...the old label choice was more maxima-like... (92ee7bef)
An inconsistent default setting for ChangeAsterisk. (20acb218)
Modern default settings: Experimentally change the default setting for ShowLabels. (03951c2c)
Modern default settings: A (by default) less cluttered screen. (b61ea5d3)
Modern default settings: Show more panes at statup. (a7528711)
Try to avoid memory leaks. (dabe45db)
Another go at the occasional crash on closing wxMaxima (da679140)
|
|
Changelog
=========
More documentation. (c4574e7e)
Try a little bit harder for finding a maxima binary. (e34def7c)
There are workflows for working with Maxima that don't profit from labels being displayed. Added an option to hide labels in this case. (e384d885)
Revert "I believe this repairs plotting for users with non-ascii user names on windows." (651b30a8)
Save the find dialogue's position, as well. Also we should remember the dialogue's width, not its height. (440301c0)
Remember the find-and-replace dialogue width when closing it. Doesn't remember the dialogue's width between sessions as the user might change the screen (and therefore the screen resolution) from time to time. (2d6d1402)
|
|
Changelog
=========
I believe this repairs plotting for users with non-ascii user names on windows. (a7f03e2e)
|
|
Changelog
=========
Updated the german translation. (d0fd050e)
Add a small vertical space between equations if we suppress the labels that could indicate where equations start. Resolves #863 (68e06e94)
"Copy as plain text" produced way to many newlines. (efc4530f)
|
|
Changelog
=========
Rows and columns were exchanged in two places. Thanks to Blahota István for finding that out. (5044209f)
Updated the german translation. (bf32c8d7)
Due to popular demand the display of automatic labels can now be suppressed. (ba85f77c)
|
|
Changelog
=========
Uploaded the spanish translation from cyphra. Thanks a lot! Resolves #848 (a039c321)
|
|
Changelog
=========
Deactivated autowrap for code. When - the line was wider than the screen - and autowrap increased the indentation far enough to make the line *longer* on autowrap something took wrong decisions. (513539b7)
Printing: Use the whole paper width. (65720b40)
A context menu that allows to fold cells providing an alternative workflow to the brackets. (c3aff869)
|
|
Changelog
=========
Allow brackets to be hidden as long as they don't provide information that is currently used. Looks more modern, but still doesn't seem to improve the usability => This feature is inactive by default. This is the second half of the solution of #857 (d22856da)
A case in which a single letter in text cells might disappear. (f49533e4)
|
|
Changelog
=========
Updated the german translation. (c1a30c58)
A configuration option to hide the cell brackets on printing. Should resolve #857. (f560ec36)
|
|
Changelog
=========
Merge branch 'master' of github.com:andrejv/wxmaxima (6b144838)
Cleaned up the ZoomFactor and the Scale controls. (64b06079)
Cleaned up the ZoomFactor and the Scale controls. (d9d09f66)
Making the communication notification only 100ms long makes it look like being real-time but sometimes too short for being noticed. (7c8a94bc)
Don't underline the section number. (48e7d44c)
Now have found out why TextCell and EditorCell need to be able to choose different fonts. (15f27467)
Corrected my last commit. (7d20168b)
Printing: Corrected the page margins. (77ac0706)
Text was too big on printing on linux. Hope that this resolves #855 (ad6ff54c)
We were resetting the font size after asking the user which one to use. Resolves #839 (07c0b931)
|
|
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)
|