Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
=========
More font fallbacks. (70d05965)
If Travis can compile wxMaxima for older MacOs versions, as well? (9092a8ea)
|
|
Changelog
=========
Something about the --with-static didn't work out. Perhaps I have misunderstood where to add this option. Reverting it for now. (2ea87eb0)
Another font fallback. (913129df)
Seems like enabling these panes by default on Mac Os at the first run of wxMaxima somehow confuses Mac Os X. Thanks to Tomio for finding this out. (680cc51c)
Many optimizations to the mac build process Tomio provided us with. (c159f492)
Revert "Mac Os: Do dylibs need their own dylibs?": They obviously don't => I wonder if the nightly mac build we produce actually works. (7ba99d61)
Mac Os: Do dylibs need their own dylibs? (c738ae58)
Don't package things that aren't dylib into the final app. (957f1545)
Try harder to find dylib files. (20fccc83)
|
|
Changelog
=========
Try to upload the nightly using sftp. (2657f1f6)
Another try to upload the nightly build. (61b01bd2)
Answer ssh's question. (f390376e)
Corrected my upload-code. (25e931b5)
Let's see if we can make travis upload the result somewhere. (08ca245b)
Remove libraries we could not overwrite otherwise. (de5958b6)
Corrected my last commit. (e463bfad)
Temporarily remove the Write-only flag. (9ac281d4)
Create the lib directory prior to using it. (7d41d93b)
A better dylibs script? (5f7f6bce)
If mac os lacks this switch? (865e2738)
Fill the script with the right contents. (d86451df)
Now the script should actually be generated. (15d3b37f)
Attempt to make a static build. (7ee65e57)
A forgotten quote. (f3b4dfb7)
Forgot to include the new file in the tarball. (a3aac9e0)
Travis told me that my script generator still didn't work out. (0154940b)
Another piece of blind coding: Generate a script that might automagically bundle the .dylibs we need with wxMaxima. (bf2f6158)
A otool line that might indicate which dylibs are needed. (30e5c3bc)
Added Tomio's information about building wxMaxima on a mac. (f97a511d)
|
|
Changelog
=========
Forgot to commit 2 files. (db6ea372)
Updated the line numbers indicated in the translations after changing big portions of the code. (2cc62af9)
Multi Window/Mac Os: Changed the central configuration memory to a per-worksheet one. (60a34b3a)
|
|
|
|
Changelog
=========
Revert "If this re-enables multi-window mode on the mac platform?": It didn't. (201da0cc)
If this re-enables multi-window mode on the mac platform? (638aa7c7)
Another mac try. (92bd8325)
|
|
Changelog
=========
This somehow didn't work. (e05def70)
If this works? (6ffef92b)
Hope this unbreaks the mac build. (58fa1cd1)
Now we should be able to read help files again. (8e7b9e16)
|
|
Changelog
=========
If this is why Ctrl+G didn't work on Andreas' Computer? (be7dba3f)
|
|
Changelog
=========
Unbreak the windows build. Thanks to Wolfgang Dautermann for this one (4e49c135)
Another go at the mac issues. (d7a6bd9d)
Merge pull request #871 from ciampix/master (66f9f362)
Updated Italian translation (13501064)
Corrected my last commit. (50a16103)
XDG basedir support. Resolves #869 (d02adbfb)
Let's use a busy type cursor while printing. (3d043c53)
Another go at the mac problem. (635dd385)
Another printing-on-windows-problem. (f6ca50c3)
Unbroke the windows build. (7a983e97)
Unbroke the mac build. (f5bcabe9)
Perhaps I have now understood how creating new processes on the mac works. (e1984b4d)
|
|
Changelog
=========
Another go at opening new windows on a mac. (8c2713c3)
Updated the TestBench to include a real test case for to_lisp(). (d7f7f00b)
Updated the ChangeLog and the strings for translations. (458d4fd2)
Resolved an assert warning. (c3421ebc)
Drag&Drop: Copy hidden cells and hidden chapters/sections/..., too. Resolves #860 (9c47c690)
Made the help file finder for Windows case-insensitive. (eceb0015)
Switched to a single window per process: - I hope this fixes the cursor issues on the Mac platform - This should increase stability as a crashing wxMaxima will only crash one worksheet. - And who cares about a Megabyte of RAM anymore? (6a48a1b8)
|
|
Changelog
=========
Now to_lisp() should work again. (3d0a5a6b)
Revert "Don't stop sending lisp commands until maxima exits the lisp mode.": Wasn't necessary. (ea032ea4)
Properly recognize a lisp prompt. (e75b9d5a)
|
|
Changelog
=========
Make :to-lisp not display a question prompt. (50cfc912)
|
|
Changelog
=========
Don't stop sending lisp commands until maxima exits the lisp mode. (6eb84530)
to_lisp didn't turn off the check for a semicolon or dollar at the end of a command. (15d9b752)
Extra paranoia. (416d427b)
If that fixes the mac issue? (3559b803)
|
|
Changelog
=========
Resolved a memory leak that occured when deleting hidden chapters/sections/subsections/parts. (dee0e428)
|
|
Changelog
=========
More defensive programming. (a4f11bb7)
Search-and-replacing the contents of sectioning cells did update the table of contents only on changing the cell afterwards. (ce993a75)
|
|
Changelog
=========
Seems like changing the background color of maxima's location doesn't work on all computers. Thanks to Herbert for finding this. (ed60504b)
|
|
Changelog
=========
My recalculating fixed broke hiding of GroupCells that produced math output. (dfae2313)
Another place we sometimes scrolled to a wrong place at. (880d77c8)
|
|
|
|
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)
|