]> git.lyx.org Git - lyx.git/history - src/frontends
Fix typo.
[lyx.git] / src / frontends /
2016-07-25 Richard HeckMerge branch '2.2.x' into 2.2.2-staging 2.2.2-staging
2016-07-19 Jean-Marc LasgouttesAdd feedback in status bar when zooming
2016-07-18 Richard HeckDo not crash is release mode if we stumble across an...
2016-07-15 Richard HeckMerge branch '2.2.x' into 2.2.2-staging
2016-07-15 Stephan WittRemove special code for Qt5 to manage HiDPI. It's not...
2016-07-13 Guillaume MunchRevert the change of "Output" into "Format"
2016-07-12 Guillaume MunchAdd line breaks
2016-07-12 Guillaume MunchUI for save_transient_properties
2016-07-11 Juergen SpitzmuellerClarify some comments wrt XeTeX/LuaTeX (see bug #10013)
2016-07-10 Juergen SpitzmuellerGenerate a proper error dialog title for XeTeX/LuaTeX
2016-07-08 Guillaume MunchAccessibility of document class combo box (#10035)
2016-07-05 Enrico ForestieriBring window to front only for single-instance mode
2016-07-04 Enrico ForestieriBring window to front after loading a document
2016-06-27 Enrico ForestieriMake command buffer icons same size as QLineEdit height
2016-06-27 Enrico ForestieriMake oultliner icons same size as the toolbar icons
2016-06-25 Richard HeckFix for previous commit: We come right back through...
2016-06-25 Richard HeckFix bug #8814: Ask where to export file if it is not
2016-06-23 Guillaume MunchTocWidget: fix part of #9825
2016-06-18 Richard HeckFix typo, and also check, if string is null.
2016-06-18 Richard HeckBe a bit more careful about setting and restoring the...
2016-06-15 Guillaume MunchTocWidget: fix an erroneous collapse and optimise updat...
2016-06-15 Richard HeckRestore last selected label when using the "go to label...
2016-06-15 Jean-Marc LasgouttesFix drawing of buttonText (enforce same left/right...
2016-06-15 Guillaume MunchShow review toolbar when outputting changes
2016-06-15 Guillaume MunchGuiChanges: provide feedback when there are no more...
2016-06-15 Guillaume MunchAutomatically show the review toolbar if the document...
2016-06-15 Guillaume MunchTocWidget: clean-up the timer logic
2016-06-15 Guillaume MunchTocWidget: Fix perf regression
2016-06-15 Guillaume MunchWhitespace
2016-06-15 Guillaume MunchImprovements to the shortcuts preference dialog (#9174)
2016-06-15 Jean-Marc LasgouttesMake monolithic build code portable to Mac OS
2016-06-15 Guillaume MunchMake latex highlighter colors compatible with dark...
2016-06-13 Guillaume MunchShortcutOverride again
2016-06-12 Guillaume MunchTocWidget: fix an erroneous collapse and optimise updat...
2016-06-12 Guillaume MunchFix bug #9218
2016-06-12 Guillaume MunchFix compilation with Qt < 4.7
2016-06-10 Richard HeckRestore last selected label when using the "go to label...
2016-06-01 Jean-Marc LasgouttesAllow automatic text direction in Painter::text()
2016-06-01 Jean-Marc LasgouttesFix drawing of buttonText (enforce same left/right...
2016-05-31 Uwe StöhrErrorListUi.ui: correct an expression
2016-05-23 Scott KostyshakFix using system theme icons with Qt 5 (#10052)
2016-05-22 Stephan WittHandle activateWindow in LFUN_BUFFER_SWITCH like in...
2016-05-21 Guillaume MunchDo not float the outliner in OSX (#9825)
2016-05-20 Guillaume MunchUse bilinear filtering when resizing graphics
2016-05-20 Guillaume MunchGuiDelimiter: Workaround symbols alignment problem...
2016-05-20 Guillaume MunchShortcutWidget: override shortcuts in the way they...
2016-05-07 Guillaume Munchamend 660a43ec
2016-05-06 Scott KostyshakMove some unsigned validators to signed (#10095)
2016-05-06 Guillaume MunchShow review toolbar when outputting changes
2016-05-06 Guillaume MunchGuiChanges: provide feedback when there are no more...
2016-05-06 Guillaume MunchAutomatically show the review toolbar if the document...
2016-05-04 Guillaume MunchClipboard: Retry on_dataChanged() after a delay on...
2016-05-04 Guillaume MunchWhitespace
2016-05-03 Guillaume MunchTocWidget: clean-up the timer logic
2016-05-03 Guillaume MunchTocWidget: Fix perf regression
2016-05-03 Guillaume MunchWhitespace
2016-04-28 Guillaume MunchImprovements to the shortcuts preference dialog (#9174)
2016-04-26 Jean-Marc LasgouttesResources.cpp is a built source, it should not be in...
2016-04-24 Guillaume MunchCitation dialog: Fix trouble with openbox, fluxbox
2016-04-19 Stephan WittHandle activateWindow in LFUN_BUFFER_SWITCH like in...
2016-04-18 Jean-Marc LasgouttesMake monolithic build code portable to Mac OS
2016-04-15 Guillaume MunchCompute the highlighting color from AlternateBase and...
2016-04-15 Stephan WittImproved fix for #9966
2016-04-04 Guillaume MunchFix broken layout of the citation dialog (#10019)
2016-03-25 Jean-Marc LasgouttesMake thin lines exactly 1 pixel wide
2016-03-13 Guillaume MunchFix perf issue when displaying the symbols gui (#9968)
2016-03-13 Enrico ForestieriCircumvent odd stmary font metrics (part of #9990).
2016-03-12 Jean-Marc LasgouttesWhen using pixmap cache, add word spacing to signature
2016-03-11 Enrico ForestieriFix bug #9990: Oversized & Incorrect Glyphs in Math...
2016-03-11 Guillaume MunchFix perf issues and crash when showing 1'100'000 items...
2016-03-10 Jean-Marc LasgouttesFix dist target when configured with monolithic build.
2016-03-03 Jean-Marc LasgouttesAvoid endless loop when the window is too narrow
2016-02-26 Uwe StöhrErrorListUi.ui: make 2 strings compilable
2016-02-23 Guillaume MunchFix SIGSEGV when introducing a new shortcut (#9869)
2016-02-21 Richard HeckWhoops on the last commit. This is the right patch.
2016-02-21 Richard HeckFix bug reported on the list by Philip Pirrip. It is...
2016-02-18 Guillaume MunchSet the preamble in fixed-width font and without line...
2016-02-04 Jean-Marc LasgouttesAllow breaking a row element at a leading/trailing...
2016-01-27 Guillaume MunchNew LFUN tabular-feature: convert "inset-modify tabular...
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2016-01-25 Uwe StöhrPrefOutputUi.ui: the official program name is "dvips"
2016-01-24 Scott KostyshakAmmend 20addbbf
2016-01-24 Scott KostyshakQt 5.6 renames signal QProcesss::error()
2016-01-24 Enrico ForestieriChange the shape of the parbreak separator
2016-01-21 Uwe StöhrViewSourceUi.ui: fix bug #4430
2016-01-20 Uwe StöhrViewSourceUi.ui: correct wrong property number
2016-01-12 Guillaume MunchAmend fd4d23b4
2016-01-05 Richard HeckFix bug #9907: We get a crash if we first close a maste...
2015-12-28 Stephan Witt#9889 slightly improved layout management to avoid...
2015-12-19 Guillaume MunchAmend f441590c
2015-12-17 Guillaume MunchHide OptSubmenus (#9717) (for real this time)
2015-12-17 Guillaume MunchHide OptSubmenus (#9717)
2015-12-17 Guillaume MunchLimit the size of navigation menus for performance.
2015-12-16 Jean-Marc LasgouttesDo not use a static variable as QTextLayout cache
2015-12-15 Stephan Witt#9875 disable the modifier check for LFUN_SELF_INSERT...
2015-12-15 Stephan Witt#9875 add checks for having a current_view_ before...
2015-12-12 Richard HeckDo not try even to hide buffers that are being processe...
2015-12-12 Richard HeckSimplify logic.
2015-12-09 Jean-Marc LasgouttesRemember the last used QTextLayout object
2015-12-07 Enrico ForestieriRemove unneeded png images.
next