summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2017-08-13Updated version (r4875.799c41f9 -> r4878.199f4aff).haawda
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)
2017-08-13Updated version (r4874.112c24b1 -> r4875.799c41f9).haawda
Changelog ========= Return the statusbar to the ready state after restarting Maxima. (799c41f9)
2017-08-12Updated version (r4864.6256b147 -> r4874.112c24b1).haawda
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)
2017-08-11Updated version (r4856.c6c75b81 -> r4864.6256b147).haawda
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)
2017-08-10Updated version (r4852.6536b32c -> r4856.c6c75b81).haawda
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)
2017-08-08Updated version (r4849.3d5dba6b -> r4852.6536b32c).haawda
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)
2017-08-08Updated version (r4846.84c592b4 -> r4849.3d5dba6b).haawda
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)
2017-08-05Updated version (r4845.94934e11 -> r4846.84c592b4).haawda
Changelog ========= Tried to correct the windows build error. (84c592b4)
2017-08-05Updated version (r4842.94370eb7 -> r4845.94934e11).haawda
Changelog ========= Updated the the translations. (94934e11) Another SpeedUp. (53f10a4b) Snapcraft: Draw in all the dependencies needed for plotting. (f20c6b92)
2017-08-04Updated version (r4838.f61613d0 -> r4842.94370eb7).haawda
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)
2017-08-03Updated version (r4835.f365b8b7 -> r4838.f61613d0).haawda
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)
2017-08-02Updated version (r4828.a96e1c38 -> r4835.f365b8b7).haawda
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)
2017-08-01Updated version (r4823.bc4be5ac -> r4828.a96e1c38).haawda
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)
2017-07-30Updated version (r4821.e88397e8 -> r4823.bc4be5ac).haawda
Changelog ========= Now reading data from maxima should be O(N)-complete. (bc4be5ac) SpeedUp ReadMiscText(). (4f4df8d7)
2017-07-29Updated version (r4818.7e9f157e -> r4821.e88397e8).haawda
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)
2017-07-28Updated version (r4815.9fc775c1 -> r4818.7e9f157e).haawda
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)
2017-07-27Updated version (r4809.86474e1a -> r4815.9fc775c1).haawda
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)
2017-07-25Updated version (r4805.c4de2e8d -> r4809.86474e1a).haawda
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)
2017-07-25Updated version (r4794.5df08533 -> r4805.c4de2e8d).haawda
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)
2017-07-24Updated version (r4787.6fce99eb -> r4794.5df08533).haawda
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)
2017-07-22Updated version (r4786.9f5f0591 -> r4787.6fce99eb).haawda
Changelog ========= Install art/toolbar images in the correct directory (Fixes bug #905) (6fce99eb)
2017-07-22Updated version (r4784.e6db77d4 -> r4786.9f5f0591).haawda
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)
2017-07-21Updated version (r4783.043a3ee1 -> r4784.e6db77d4).haawda
Changelog ========= Drop the "compress the .wxmx file" option. (e6db77d4)
2017-07-19Updated version (r4777.b3a839bd -> r4783.043a3ee1).haawda
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)
2017-07-18Updated version (r4771.ddaa8649 -> r4777.b3a839bd).haawda
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)
2017-07-18Updated version (r4756.b321ea75 -> r4771.ddaa8649).haawda
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)
2017-07-16updatehaawda
2017-07-13Updated version (r4748.1e2bafbe -> r4754.0dbbccc7).haawda
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)
2017-07-12switch to cmakehaawda
2017-07-04Updated version (r4692.11a52f83 -> r4695.be4a20c2).haawda
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)
2017-07-03Updated version (r4687.592fb24a -> r4692.11a52f83).haawda
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)
2017-07-02Updated version (r4685.6ceb4ce1 -> r4687.592fb24a).haawda
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)
2017-07-01Updated version (r4681.1a441e7c -> r4685.6ceb4ce1).haawda
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)
2017-07-01Updated version (r4675.567a3bbf -> r4681.1a441e7c).haawda
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)
2017-06-30Updated version (r4666.e4ca86dc -> r4675.567a3bbf).haawda
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)
2017-06-29Updated version (r4663.4e894716 -> r4666.e4ca86dc).haawda
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)
2017-06-27Updated version (r4660.21b098ff -> r4663.4e894716).haawda
Changelog ========= Updated the translatable strings. (4e894716) Spelling in ToolTips. (1b2cf40f) Still searching for the invalid regexp. (866bba8d)
2017-06-27Updated version (r4652.ba1bdc60 -> r4660.21b098ff).haawda
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)
2017-06-25Updated version (r4651.e6d1affd -> r4652.ba1bdc60).haawda
Changelog ========= Translated two of the new messages into german. (ba1bdc60)
2017-06-25Updated version (r4648.0c80810b -> r4651.e6d1affd).haawda
Changelog ========= the only thing that looked remotely like it could cause an endless loop. (e6d1affd) Typo. (250634de) New translatable strings. (7707f3c7)
2017-06-24Updated version (r4644.2f7b2980 -> r4648.0c80810b).haawda
2017-06-24Updated version (r4637.27dffada -> r4644.2f7b2980).haawda
2017-06-23Updated version (r4634.46681c72 -> r4637.27dffada).haawda
2017-06-21Updated version (r4622.e7ed3bf3 -> r4634.46681c72).haawda
2017-06-20Updated version (r4608.70908b7d -> r4622.e7ed3bf3).haawda
2017-06-18Updated version (r4599.d7c4913d -> r4608.70908b7d).haawda
2017-06-17Updated version (r4598.2a3828b5 -> r4599.d7c4913d).haawda
2017-06-17Updated version (r4595.2d044eb7 -> r4598.2a3828b5).haawda
2017-06-15Updated version (r4593.28e711ea -> r4595.2d044eb7).haawda
2017-06-14Updated version (r4587.e59e9783 -> r4593.28e711ea).haawda