Age | Commit message (Collapse) | Author |
|
Changelog
=========
Better vertical alignment of the parenthesis cell contents. (085a6df)
Vertical alignment of big parenthesis. (f71331b)
Italic parenthesis look strange. (bd42a0a)
ParenCell: Small vertical alignment tweaks. (12c116c)
Some parenthesis looked poor after the last change. (ff626a4)
Use unicode chars for big parenthesis by default. In theory this should resolve the problem with the ugly parenthesis at certain zoom levels and the problem that some chinese installs don't get bit parenthesis with their fonts; If the current font doesn't provide unicode parenthesis ParenCell automagically falls back to hand-drawn parenthesis. (dd8aac3)
|
|
Changelog
=========
Code simplification: Moved the zoom factor to the configuration storage. (f9150dd)
|
|
Changelog
=========
The autosave logic was too complex or it wouldn't have allowed for this many errors. (760eb20)
Changing the font size from the config dialogue did not update the display immediately. (3123ca9)
Another small recalculation issue: Changing the style didn't change the font size. (fd43aab)
Another Auto-save fix. (1c0dbc1)
Another small EditorCell recalculation issue. (54458c0)
|
|
Changelog
=========
Another go at the parenthesis size code. (8643dd3)
|
|
Changelog
=========
The original cause of the wxm problem. (96a3da2)
Another try to fix the parenthesis sizes on windows. (a822614)
Another autosave fix. (476efb6)
|
|
Changelog
=========
Printing: Pagebreaks sometimes were at the wrong place. (a86a227)
A brown paperbag bug: wxm files were saved without the text. Hope I didn't loose too much user data. Is one part of #817 (c002caa)
|
|
Changelog
=========
In case that we have stareted with an empty document Autosave did only work on close. Corrected that. (9fe337b)
|
|
Changelog
=========
Another "author" entry. (6888d83)
Make sure that text cell sizes are recalculated if the text cell is changed from displaystyle to scriptstyle (TeX notation). (c30a5b8)
|
|
Changelog
=========
The check if we can safely process a cell had the potential to crash itself. (2665920)
Corrected my last commit. (1d6f2bb)
Another try to resolve #810 (7810e7f)
|
|
Changelog
=========
Removed my debug code. (7ae9ecc)
|
|
Changelog
=========
Revert "Let's hope this adds support for utf8 path names for sbcl and #810": It didn't. (cd63719)
Let's hope this adds support for utf8 path names for sbcl and #810 (eae87f4)
Updated the ChangeLog. (e88f002)
Better handling of text outside XML that doesn't end in a newline. Resolves #814 (00686ca)
Seems we need to avoid refreshes while printing as they cause the updated display to end up on paper instead of on the screen. (f36c1ee)
A seemingly missing refresh. (a1fe114)
|
|
Changelog
=========
A way to update the status bar from maxima. (4671a67)
|
|
Changelog
=========
Added a separator before the "hide code cells" entry. (e5e7815)
Support for non-breakable spaces (Alt+Space). (20e7e19)
Seems like I caused a warning. (0c6a854)
Seems like my guess that the .6 isn't needed on windows is wrong. (a28a84e)
|
|
Changelog
=========
A speculative go at #812. (3382e39)
A small text cell recalculation optimization. (6ef29c2)
Printing: Tried to make the casting more sane. (e01cdcd)
|
|
Changelog
=========
Now wxMaxima can directly recover the text portion of a worksheet if it is instructed to open a .xml file containing the whole xml part of the .wxmx file (0d0c09b)
Printing: I have now finally understood the scaling code. (b9a11d0)
A few warnings from msvc. (ebdc0db)
Updated the german translation. (486dbaa)
Allow users to decide not to start a fresh maxima on every re-evaluation. resolves #809 (52c000b)
Repair text scaling for printing. Resolves #811 (952be7a)
|
|
Changelog
=========
Printing: Inconsistent scaling. (31d129b)
2 Warnings from the nightly build. (b016b8f)
Correct size recalculation for code cells when code is hidden. (c54361d)
|
|
Changelog
=========
Printing: Make images respect the page margins. (13f7271)
Support error messages from maxima that don't end in a newline, but immediately switch to maths. Resolves #808 (4865be2)
Corrected several image scaling issues. (14ae796)
|
|
Changelog
=========
A second try to make the math printout scale sane. (75cc632)
Tried to make the math printout using a sane scale. (9ccc86b)
Printing sometimes used a broken configuration. Resolves #807 (2a6aaac)
A potential crash after printing. Also updated the msvc project I needed in order to debug this. (b8de83c)
Updated the german translation correcting a few erroneus strings. (7dd49ea)
A show/hide code tweak. (11516d8)
Only ask to save the document on opening a recent document when this recent document is a wxMaxima file and therefore replaces the worksheet. Resolves #806 (41d45e1)
|
|
Changelog
=========
We can get rid of another configuration item: "export all linebreaks" makes only sense if we have enabled automatic linebreaks. If we haven't it doesn't make any sense at all. (d08a660)
Resolved two crashes I had introduced. Thanks to Andreas Scheler for finding them (fea14e2)
|
|
Changelog
=========
It didn't feel right that the cursor keys allowed to move into a hidden code cell. (1d50737)
But why didn't I encounter this null pointer dereference many months ago? (5c3dae1)
|
|
Changelog
=========
Seems like Bitmap destroys the tree on close. (f004b9f)
Tried to get rid of an "out of memory" error on drag-and-drop of wide bitmaps. (75920bc)
Avoid the case that the cursor ends up in a hidden code cell. (0d92c26)
Now the "export code cells" configuration setting is redundant with the "show code cells" setting => We face one of the rare occation that allows us to simplify the configuration dialogue. (d265953)
Updated the .po files. (ba862ce)
Added the "toggle the visibility of code cells" button to the toolbar. (2d08943)
Allow to un-hide the output even if the input is code and code is hidden. (8417168)
A menu command that hides all code input cells. Resolves #310 (03537ee)
|
|
Changelog
=========
The configuration was still named "parser" in many places after me renaming the class. (3d1b61e)
|
|
Changelog
=========
Code simplification: The font size now can be read directly from the parser instead if being passed to GroupCell::Recalculate(). (f20f031)
|
|
Changelog
=========
Travis: Giving up on trying to cache wxWidgets for os X (8c60f11)
Another go at caching for osx. (5dbbc7d)
A new .gitignore entry. (7842388)
The test should be at the first line of this file, shouldn't it? (0f0c0f0)
Tried to speed up the Mac OS Build on Travis by caching the wxWidgets build dir. (f1d42db)
The actual <TAB> bug. (8b40b7a)
This works around a bug with <Tab> and <Shift+Tab>. Let's see if we find where the actual bug is... (b65fa3f)
|
|
Changelog
=========
If Ctrl- doesn't work as Ctrl+ perhaps we should avoid using Alt- and Shift. (b7281f1)
Corrected the code that copies the input of GroupCells as Text. (b0422dc)
|
|
Changelog
=========
Now ?? (without any arguments) works as expected. Found this whilst investigating #802 (1d1d8fb)
|
|
Changelog
=========
Ctrl- should be Ctrl+. Maybe this is what causes #801. (b04c410)
|
|
Changelog
=========
CellParser has grown to be more of an Configuration storage => Rename it to make it match its function. (8bf1334)
Updated the documentation again. (70cefb5)
Better documentation. (f1979f4)
|
|
Changelog
=========
A better name for the table of contents. (05c16bb)
Resolved a Warning in Wolfgang's Nightly Windows Build. (4a17154)
Selecting text did sometimes interfere with sending text to maxima or generating the table of contents. (4dd25b8)
A few places where moving away from the evaluation didn't enable the "scroll back to evaluation" sun. (62d68f8)
Half of the update logic for the toolbar wasn't part of UpdateToolbar. (c66d047)
|
|
Changelog
=========
A screenshot for the Doxygen docu. (c0e5d8d)
RecalculateSize() would more appropriately be named Recalculateheight(). (2f76049)
More documentation. (efa266a)
Another patch from Wolfgang that enables maxima to flawlessly work on network drives. (7443067)
|
|
Changelog
=========
Seems like I've caused #799. (23bf97c)
More accurate decisions on when to update the toolbar. (40cc0f2)
More chdir() functions Wolfgang has found at clocc.sourceforge.net. (e437fa2)
|
|
Changelog
=========
Removed my debug code. (8f3d464)
Export: Continued quotations and nested quotation and bullet lists. (7387dfc)
|
|
Changelog
=========
Vertical parenthesis alignment. (e3f8a61)
Big Parenthesis Cells on Windows are positioned too low. (1e92b4e)
This should fix the ugly parenthesis issue on Windows: The bottom of a parenthesis could be placed higher than its top. (a9a9b5a)
Commit 3ce6096cedafb19cd7df62ec6b9db888d8e98e87 didn't really work out. (f70053f)
Right-click should not extend the selection, probably. (dae861c)
I am convinced I have found a bug in OnMouseLeftDown. (92affba)
Anoter go at issue #798 (3904ec5)
According to http://trac.wxwidgets.org/ticket/14602 we need this in order to avoid an assert when closing during drag-and-drop. (96fc868)
Finally found a way to access wxWidget's "mouse captured" flag. Let's hope that this helps with issue #798 (115c66b)
Battery efficiency: Request to be notified on mouse motions only if we actually intent to use the mouse pointer position. (7a8a442)
HighDPI: Make sure we blink the whole cursor. (25bae78)
|
|
Changelog
=========
A few wide cursor fixes. (495abbd)
Make sure the cursor is filled with the right color. (b7566d5)
High-DPI: Make the cursor wider on >80dpi displays. Additionally the cursor is now indented even if it is before the 1st char of indented text. (e69d564)
I think I finally found the "ugly parenthesis on windows" issue. (3ce6096)
A better maximum line width for high-resolution screens. (021cf3e)
I am convinced that we no longer need to disable the edit menu while maxima is working. Maybe this gets us rid of #789 (13d6e9f)
|
|
|
|
|
|
|