summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-02-21Updated version (r4074.4a24aa8c -> r4075.1a262447).Stefan Husmann
Changelog ========= Found an automatic linebreak problem. Resolves #856 (1a262447)
2017-02-21Updated version (r4071.8912c130 -> r4074.4a24aa8c).Stefan Husmann
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)
2017-02-19Updated version (r4069.803943b9 -> r4071.8912c130).Stefan Husmann
Changelog ========= Merge branch 'master' of github.com:andrejv/wxmaxima (8912c130) Revert "Make the shortcuts for the main menu work." (988163dc)
2017-02-19Updated version (r4063.6643af68 -> r4069.803943b9).Stefan Husmann
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)
2017-02-19Updated version (r4062.87b94d3e -> r4063.6643af68).Stefan Husmann
Changelog ========= Correctly scale images for printing. Addresses half of #852 (6643af68)
2017-02-17Updated version (r4060.4a0e7e6f -> r4062.87b94d3e).Stefan Husmann
Changelog ========= Merge pull request #851 from ciampix/master (87b94d3e) Updated Italian translation (8d4f7661)
2017-02-17Updated version (r4050.27089c2b -> r4060.4a0e7e6f).Stefan Husmann
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)
2017-02-12Updated version (r4049.9e4250ad -> r4050.27089c2b).Stefan Husmann
Changelog ========= Support the gcl version debian is currently shipped with. (27089c2b)
2017-02-07Updated version (r4048.067b979d -> r4049.9e4250ad).Stefan Husmann
Changelog ========= Compatibility with debian's gcl. Hope this doesn't have any side-effects. (9e4250ad)
2017-02-02Updated version (r4047.5fd2bed8 -> r4048.067b979d).Stefan Husmann
Changelog ========= Translating new lines to Hungarian (067b979d)
2017-02-01Updated version (r4044.8328ea62 -> r4047.5fd2bed8).Stefan Husmann
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)
2017-01-30Updated version (r4041.ed29a6d6 -> r4044.8328ea62).Stefan Husmann
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)
2017-01-29Updated version (r4039.06c3899d -> r4041.ed29a6d6).Stefan Husmann
Changelog ========= A better formulation of readme.md (ed29a6d6) Readme.md: Static build is nowadays more important than the chm documentation. (b747a73d)
2017-01-28Updated version (r4036.a23c4071 -> r4039.06c3899d).Stefan Husmann
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)
2017-01-28Updated version (r4030.8a0e8cfa -> r4036.a23c4071).Stefan Husmann
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)
2017-01-22Updated version (r4027.8922fb2e -> r4030.8a0e8cfa).Stefan Husmann
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)
2017-01-20Updated version (r4026.e771d5f2 -> r4027.8922fb2e).Stefan Husmann
Changelog ========= No more crash or error out on broken XML tags. Instead we now add text containing a warning into the worksheet. (8922fb2e)
2017-01-19Updated version (r4021.7769bf03 -> r4026.e771d5f2).Stefan Husmann
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)
2017-01-18Updated version (r4018.714e1787 -> r4021.7769bf03).Stefan Husmann
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)
2017-01-17Updated version (r4017.266b667f -> r4018.714e1787).Stefan Husmann
Changelog ========= Translating new lines to Hungarian (714e1787)
2017-01-16Updated version (r4016.9faaeb1f -> r4017.266b667f).Stefan Husmann
Changelog ========= SpeedUp: Avoid indentation calculates when they aren't needed. (266b667f)
2017-01-15Updated version (r4013.6cc2f04b -> r4016.9faaeb1f).Stefan Husmann
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)
2017-01-13Updated version (r4009.69e0ebe6 -> r4013.6cc2f04b).Stefan Husmann
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)
2017-01-13Updated version (r3998.8f226121 -> r4009.69e0ebe6).Stefan Husmann
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)
2017-01-11Updated version (r3992.c5ea7292 -> r3998.8f226121).Stefan Husmann
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)
2017-01-10Updated version (r3990.b70dd62a -> r3992.c5ea7292).Stefan Husmann
Changelog ========= Updated the german translation. (c5ea7292) Remove a few build warnings. (6b1dba14)
2017-01-10Updated version (r3986.38871b1a -> r3990.b70dd62a).Stefan Husmann
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)
2017-01-06Updated version (r3984.ac74d1b3 -> r3986.38871b1a).Stefan Husmann
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)
2017-01-03Updated version (r3983.ed6c2348 -> r3984.ac74d1b3).Stefan Husmann
Changelog ========= This should reduce the number of warnings in Wolfgang's nightly build. (ac74d1b3)
2017-01-03Updated version (r3972.70efc7ce -> r3983.ed6c2348).Stefan Husmann
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)
2016-12-30Updated version (r3971.06b9f3b4 -> r3972.70efc7ce).Stefan Husmann
Changelog ========= Additional indentation tweaks. (70efc7ce)
2016-12-30Updated version (r3969.ed9ae2cc -> r3971.06b9f3b4).Stefan Husmann
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)
2016-12-28Updated version (r3967.e99e8328 -> r3969.ed9ae2cc).Stefan Husmann
Changelog ========= Table of contents: Another right-click menu entry. (ed9ae2cc) Make the table of contents respect the currently set color scheme again. (f295e0b2)
2016-12-28Updated version (r3962.7c121c0f -> r3967.e99e8328).Stefan Husmann
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)
2016-12-26Updated version (r3959.7a50a9c7 -> r3962.7c121c0f).Stefan Husmann
Changelog ========= Another autocompletion data source: The current cell. (7c121c0f) Removed my debug code. (7633dd61) Table Of Contents: Gray out folded sections. (cee787b1)
2016-12-22Updated version (r3955.875d7548 -> r3959.7a50a9c7).AUR Update Bot
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)
2016-12-21Updated version (r3952.e0ff8134 -> r3955.875d7548).AUR Update Bot
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)
2016-12-21updateStefan Husmann
2016-12-18Updated version (r3931.c2bcf34f -> r3935.cb3c93fc).AUR Update Bot
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)
2016-12-17Updated version (r3930.be73ba72 -> r3931.c2bcf34f).AUR Update Bot
Changelog ========= Removed a build warning. (c2bcf34f)
2016-12-17Updated version (r3930.be73ba7 -> r3930.be73ba72).AUR Update Bot
2016-12-15Updated version (r3927.7190b84 -> r3930.be73ba7).AUR Update Bot
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)
2016-12-14Updated version (r3923.b0444aa -> r3927.7190b84).AUR Update Bot
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)
2016-12-11Updated version (r3915.121ba75 -> r3923.b0444aa).AUR Update Bot
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)
2016-12-11Updated version (r3912.aadce2f -> r3915.121ba75).AUR Update Bot
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)
2016-12-09Updated version (r3911.fd338d4 -> r3912.aadce2f).AUR Update Bot
Changelog ========= Out-of-tree builds now work after a "make dist". (aadce2f)
2016-12-08Updated version (r3907.e85b909 -> r3911.fd338d4).AUR Update Bot
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)
2016-12-06Updated version (r3906.e1aabe3 -> r3907.e85b909).AUR Update Bot
Changelog ========= Wide lines: Scale the spaces along with the line widths. (e85b909)
2016-12-05Updated version (r3904.07f0b60 -> r3906.e1aabe3).AUR Update Bot
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)
2016-12-04Updated version (r3902.085a6df -> r3904.07f0b60).AUR Update Bot
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)