Age | Commit message (Collapse) | Author |
|
Changelog
=========
CMake build system: removed unnecessary variable in target_link_libraries(). (199f4aff)
Now WXK_LEFT and WXK_RIGHT do something sensible if the HCaret is active, too. (c87d1c49)
A more canonical way to tell we are waiting for maxima. (61a9780a)
|
|
Changelog
=========
Return the statusbar to the ready state after restarting Maxima. (799c41f9)
|
|
Changelog
=========
Populate the table of contents as soon as it is enabled. (112c24b1)
The increased svg resolution allows us to use less safety for parenthesis part heights. (494ff2c5)
Updated the ChangeLog. (e1d8ae20)
Updated the translations. (0bf0ee52)
The "english" translation was still empty and wxmaxima complained about that. Also I am no more sure that it made sense in the first place: On the plus side it allows to correct small errors without marking the translations of the string as "fuzzy". But on the other hand this automatically means that we leave small errors in the code and in the strings for the translations - which doesn't make too much sense. (23b9a264)
Corrected the licenses of 2 Tango icons so debian won't complain about them being set up The Wrong Way. (750eab3d)
This file might prove useful one day. (84ae1522)
Try to make cmake default to the debug build. (bcc44f9f)
Updated the german translation. (3a95c2db)
Corrected the logic that locates the startup file and added some documentation. (51f2b9bf)
|
|
Changelog
=========
Don't add an empty line every tume the config dialogue was opened. (6256b147)
Code deduplication: GroupCell::Recalculate now uses GroupCell::RecalculateAppended. (55da6a17)
Updated the german translation. (0d604587)
Updated the translations. (426e9f22)
Added the answer to two recurring questions from the mailing list to the GUI. (04a18337)
Miscellaneous clipboard work (075dd0e9)
Another place we didn't close the clipboard in. (591f5d5f)
Tried to absolutely make sure that the clipboard is opened and closed. (3f9f6282)
|
|
Changelog
=========
Corrected my last 3 commits. (c6c75b81)
Corrected my last commit. (6f24434f)
Documentation. (189ba4dd)
SpeedUp: Only redraw the brackets if only the brackets have changed, merge partial redraws and move them to the idle loop. (1d1637d3)
|
|
Changelog
=========
Support cells ending in a comment that is preceded by the $ or ;. (6536b32c)
SpeedUp: Only redraw the cell contents if the draw region expands enough to the left that it hits it. (aca33541)
SpeedUp: Remove the "force update" flag as soon as it is no more needed. (19c31663)
|
|
Changelog
=========
Fixed one typo in the last commit. (3d5dba6b)
Fixed some typos in the german translation. (606ca344)
Current wxmaxima no longer uses imagemagick convert - remove it from the manual. (761e9be5)
|
|
Changelog
=========
Tried to correct the windows build error. (84c592b4)
|
|
Changelog
=========
Updated the the translations. (94934e11)
Another SpeedUp. (53f10a4b)
Snapcraft: Draw in all the dependencies needed for plotting. (f20c6b92)
|
|
Changelog
=========
Loads of fine-tuning. (94370eb7)
The integrals were a bit wide. (4ed58ec5)
Mac Os: Warn if pngcairo is enabled. (b87d61b2)
The updated spanish translations provided by cyphra. (e448636b)
|
|
Changelog
=========
The antialiassed elements sometimes were scrolled to the Wrong Point. (f61613d0)
The bugs Andreas Scheler has found in the export functionality. (ba0c3e16)
More accurate svg images with a correct bounding box. (0646872f)
|
|
Changelog
=========
Scale the bitmap size with the scale factor. (f365b8b7)
Merge branch 'master' of github.com:andrejv/wxmaxima (f4d7838e)
Got rid of a bug while reading data. (53bfc65c)
The weird issue still is here. But why? (165aeeaa)
With all the SpeedUps updating the status bar has started to be a bottle neck => Moved it to the idle task. (28192d90)
Another speedUp that should allow us to increase ShowLength. (c6e32568)
Translating new lines to Hungarian. (245fd7be)
|
|
Changelog
=========
Corrected my last commit. (a96e1c38)
Revert "Corrected my last commit." (e84a03d7)
Corrected my last commit. (16e7ae92)
Try to tread all elements maxima sends us in the same way. (5d975d48)
Eliminated an endless loop that (on my system) for reasons I never found out in rare cases really never ended. (fb90b899)
|
|
Changelog
=========
Now reading data from maxima should be O(N)-complete. (bc4be5ac)
SpeedUp ReadMiscText(). (4f4df8d7)
|
|
Changelog
=========
Translated 2 strings to german. (e88397e8)
SpeedUp: Move showLength to Configuration.cpp. Also increment the default value. (fd1babb8)
Snap: network-bind isn't needed by wxMaxima. But by maxima which is part of the wxMaxima package. (ecf20d86)
|
|
Changelog
=========
A better version number for the nightly snappy build. (7e9f157e)
Compiles again. (b1ae8bd3)
Allow to select which formats to copy data in by default. (4ce60a21)
|
|
Changelog
=========
ChangeLog ordering. (9fc775c1)
Snappy apps: Now I understood what the grade is for. (0f724a42)
...a function without a () isn't legal, though. (6c3bbfd8)
It is legal to have a () with no argument inbetween. (e1cbffb7)
Make the selection color default to the system default. (197753ce)
Antialiassing works on windows, too, now => enabling it by default (77b18728)
|
|
Changelog
=========
Corrected the line widths for the antialiassed lines. (86474e1a)
Correctly fill the triangle/rectangle of the brackets. (45179daf)
Antialiassing only where there are lines that are either vertical or horizontal. (567ab659)
Finally found the font issue Andreas has reported. (016ce3e8)
|
|
Changelog
=========
Another go at the integral sign. (c4de2e8d)
Antialiassing text doesn't work on windows and antialiassing on linux works, but not everybody likes it => Let's see if this might be a start to antialias only the things we want. (76bd1c8b)
I am convinced that I specified the location of the .desktop file the Right Way. (a90cf007)
Snap package: Corrected the location of the desktop file. (15ae41f6)
Unbreak my last commit. (38e76716)
A mouseOver for broken images. (043d9b0b)
Seems like the location of the .desktop file is relative to the build dir. (dae301ea)
Snapcraft: Advertise the desktop and repair the plugs. (4c4e86b4)
Add maxima to the wxMaxima package. (0e77b9b2)
Snap: More Access Rights: (92d02667)
snap: Advertise that wxMaxima needs a network connection. (34002939)
|
|
Changelog
=========
Another try at the dependencies for snapcraft. (5df08533)
A try to actually install the build dependencies. (2cba37f7)
A missing dependency for the snappy package. (6990e4de)
All that is needed in order to create snappy packages. (4383e92c)
Show a busy cursor whilst exporting a .gif file. (a46561d8)
to_lisp() didn't enable lisp mode. (dec52a68)
Make re-enabling antialiassing easier. (4ac0e3f8)
|
|
Changelog
=========
Install art/toolbar images in the correct directory (Fixes bug #905) (6fce99eb)
|
|
Changelog
=========
Seems like antialiassing makes more problems than being worth while not automatically increasing the visual quality of the output. (9f5f0591)
The new integrals looked fine on my computer - but not on all systems that were to be found in the wild. (c9e249c4)
|
|
Changelog
=========
Drop the "compress the .wxmx file" option. (e6db77d4)
|
|
Changelog
=========
The vertical line of integrals was too long. (043a3ee1)
If we should support tea-ci, as well? (ff4f3910)
(hopefully) unbreak the windows build. (0158e5c9)
Merge branch 'master' of github.com:andrejv/wxmaxima (2fbf25d5)
Updated the line numbers. (86f0bf1e)
Travis: Update CMake (615a4948)
|
|
Changelog
=========
A nicer integral sign. (b3a839bd)
On windows the antialiassing DC works, but is ugly => disabling it for now. (e86e897d)
Corrected my last commit. (a6526e5d)
Nicer integrals. (c9ec0add)
Extra paranoia. (b2020c89)
Text drawn with antialiassing has a different width than text recalculated without. (36f80327)
|
|
Changelog
=========
Got rid of a rounding error while drawing integrals. (ddaa8649)
Only transparent arcs crash => Reverting to nice integrals. (121dd897)
Revert "Nicer hand-drawn integral signs using arcs.": Seems like they crash antialiassing graphics contexts. (d3f63152)
Antialiassing that unfortunately breaks drawing integrals. (5ba48b91)
Nicer square roots. (910c77a0)
Nicer hand-drawn integral signs using arcs. (88ec143e)
Wider handdrawn integral, product and sum signs look more natural. (370ee8b3)
Merge branch 'master' of github.com:andrejv/wxmaxima (f8835841)
Un-break the mac build. (5c9584cb)
Cosmetic: Fixed issues (whitespace, etc.) found by cmakelint (9372e2fd)
That is the 2nd time that I make this stupid mistake. (057bc1ba)
Code unification. (2ef40b93)
Made the configuration images themeable. (8927b55b)
Install all images that might not be present in the current system. (3e0a6999)
Tried to add a fallback for standard icons missing from the current theme. (b11160c8)
|
|
|
|
Changelog
=========
Removed my debug code. (0dbbccc7)
Updated the line numbers. (19b683c8)
Corrected the sizes of integrals, products and sums on linux. Also unified the font scaling code. (7d38bd35)
Tell the user what an out-of-source-build is. (81521568)
Made the autotools build work again. (df0ded22)
Seems I've fixed one more bug than I actually had. (702fc311)
|
|
|
|
Changelog
=========
Documentation. (be4a20c2)
Paranoia: What if a font doesn't contain big parenthesis chars, but placeholders with non-zero size? (0cd2d90e)
The last changes made the groupcell appear selected again when an EditorCell was entered. (d385acfe)
|
|
Changelog
=========
A false positive for cppcheck. (11a52f83)
More iterator paranoia. (01af62aa)
Two other places where an iterator was possibly able to iterate to a point beyond the end of a string. (5e199ebd)
Iterator paranoia. (0917589e)
Found a few bugs and resolved a few warnings. (f7c81934)
|
|
Changelog
=========
Things that might crash wxMaxima in unusual cases. (592fb24a)
Could that be the crash that was reported to me over my facebook page? (ebb87921)
|
|
Changelog
=========
The parenthesis font should match the math font, not the EditorCell one. (6ceb4ce1)
Reverted all TextCell optimizations from yesterday: They didn't work. (7c46b757)
Corrected a typo. (ac8b6501)
Revert "More simplification of TextCell." (19f339db)
|
|
Changelog
=========
More simplification of TextCell. (1a441e7c)
Another simplification of the TextCell logic. (d5620186)
Tried to make the TextCell and the ParenCell logic simpler. (d34e2cca)
Another go at that stupid warning. (123b7eae)
I *think* this should work on Windows. But if it does... ...how did we find our private fonts until now? (406c144d)
The font directory search heuristics was suboptimal. (6bba1fc2)
|
|
Changelog
=========
Seems like this slash is missing in pathnames on some systems.. (567a3bbf)
The windows build error. (96081cc8)
Keep hidden cells hidden during printing. (9f297c85)
Two code cell visibility issues (58c0cdec)
Updated the ChangeLog. (b799337f)
This string doesn't need localization and actually produces a gettext error. (35c143d1)
Tried to get rid of a warning. (8c2262ca)
Register the new fonts on windows. (ef882fcf)
Nicer parenthesis: (889ca3ee)
|
|
Changelog
=========
If that caused the assert to trigger? (e4ca86dc)
We could mark clearly buggy cells as such... (eba9a828)
FunCell supports functions without an argument. (eea5bacc)
|
|
Changelog
=========
Updated the translatable strings. (4e894716)
Spelling in ToolTips. (1b2cf40f)
Still searching for the invalid regexp. (866bba8d)
|
|
Changelog
=========
Two more MouseOvers. (21b098ff)
Mouse overs for a few constants maxima frequently uses. (b1ca33f5)
Translated more strings into the german language. (fc0c52bb)
Don't attempt to print cell brackets if the cell's whereabout is unknown, currently. (8033a91e)
Actually we wouldn't have needed to use dynamic memory management here. (25cb176c)
A memory leak valgrind has found: We only store a few pointers per window but we still need to release them on closing the window. (361d785a)
Tests for the mouseover tooltips. (47242709)
Reduced the CPU usage of the idle task. (ffce6313)
|
|
Changelog
=========
Translated two of the new messages into german. (ba1bdc60)
|
|
Changelog
=========
the only thing that looked remotely like it could cause an endless loop. (e6d1affd)
Typo. (250634de)
New translatable strings. (7707f3c7)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|