]> git.lyx.org Git - lyx.git/history - src
Implement quick scroll
[lyx.git] / src /
2023-09-18 Juergen SpitzmuellerPrefer following, not previous, item in selection manag...
2023-09-18 Juergen SpitzmuellerAmend ac275a66b5
2023-09-18 Juergen SpitzmuellerBit refactoring
2023-09-17 Juergen SpitzmuellerGet rid of unnecessary flickering when clicking in...
2023-09-17 Juergen SpitzmuellerFix double-click expansion of outliner
2023-09-17 Juergen SpitzmuellerFix readability
2023-09-17 Juergen SpitzmuellerAmend c8d4b99559ce8
2023-09-16 Juergen SpitzmuellerFix change tracking glitch (#12912)
2023-09-16 Juergen SpitzmuellerFix display of disabled page margins (#12887)
2023-09-16 Juergen SpitzmuellerFix brokenBiblio() and fixBiblio() with change tracking...
2023-09-15 Juergen SpitzmuellerFix nomencl launching
2023-09-15 Daniel RamoellerOnly split view rather than split and move
2023-09-15 Jean-Marc LasgouttesRename shortenIfNeeded first parameter to `max_width'
2023-09-14 Juergen SpitzmuellerDo not paste deleted text with CT on (#12900)
2023-09-13 Juergen SpitzmuellerFix result of deleteSpaces()
2023-09-13 Juergen Spitzmuellerwhitespace
2023-09-12 Juergen SpitzmuellerFix indentation
2023-09-10 Juergen SpitzmuellerFix nullpointer (#12898)
2023-09-09 Juergen SpitzmuellerHandle bibtex location field syntax file1;file2
2023-09-08 Juergen SpitzmuellerOnly create a new view for lyxfiles-open if no view...
2023-09-08 Juergen SpitzmuellerRevert "No need (any longer?) to create a new view...
2023-09-08 Juergen SpitzmuellerNo need (any longer?) to create a new view for lyxfiles...
2023-09-08 Juergen SpitzmuellerHandle multiple files in file and localfile BibTeX...
2023-09-08 Daniel RamoellerImprove Open External Target dialog text
2023-09-07 Daniel RamoellerFix bug #11497
2023-09-06 Juergen SpitzmuellerUpdate tex2lyx tests
2023-09-06 Juergen SpitzmuellerAdd forgotten file formatted change (from 2ad57dcb6b9b5)
2023-09-05 Pavel SandaTypo fix from Jose
2023-09-05 Jean-Marc LasgouttesWhen splitting a bufferview, keep the scrollbar position
2023-09-05 Juergen SpitzmuellerMore style polishing
2023-09-05 Juergen SpitzmuellerWith Qt6 on linux, we need to catch StyleChange here
2023-09-05 Juergen SpitzmuellerAlso change pdf module highlighting on the fly on mode...
2023-09-05 Juergen SpitzmuellerUpdate highlighting colors in runtime (dark/light)...
2023-09-05 Juergen SpitzmuellerStyle only
2023-09-04 Pavel SandaOutput python version in About dialog.
2023-09-04 Jean-Marc LasgouttesPut comment where it belongs
2023-09-04 Juergen SpitzmuellerGuiLyXFiles: make sure language selector is disabled...
2023-09-03 Juergen SpitzmuellerGuiLyXFiles: fix button controller handling
2023-09-02 Enrico ForestieriFix assertion when canceling file dialog
2023-09-02 Jean-Marc LasgouttesCheck whether MathRow exists when computing caret metrics
2023-09-02 Jean-Marc LasgouttesImprove caret position when splitting a view
2023-09-02 Juergen SpitzmuellerRemove redundant code and clarify strings
2023-09-01 Jean-Marc LasgouttesAdd _v_() debug helper maco
2023-08-30 Juergen SpitzmuellerDoc additions by Pavel
2023-08-30 Juergen SpitzmuellerImprove CITATION_OPEN
2023-08-30 Jean-Marc LasgouttesUpdate caret if needed when changing depth
2023-08-29 Jean-Marc LasgouttesUse correct cursor when creating undo group
2023-08-29 Juergen SpitzmuellerAdd message dialog to LFUN_CITATION_OPEN chain
2023-08-28 Enrico ForestieriFix detection of xcb during configure
2023-08-26 Juergen SpitzmuellerChange "library directory" to "system directory" (...
2023-08-26 Juergen SpitzmuellerAdd accelerator
2023-08-25 Richard Kimberly... Polish formatted reference patch, and add documentation.
2023-08-25 Pavel SandaRevert UI fix for two digit numbers. It actually does...
2023-08-25 Richard Kimberly... Polish
2023-08-25 Alexander DunlapPut use_formatted_reference code in addToToc instead...
2023-08-25 Richard Kimberly... Preview formatted references in the work area.
2023-08-25 Alexander DunlapAssign equation numbers in updateBuffer instead of
2023-08-25 Richard Kimberly... Fix bug #12797.
2023-08-24 Juergen SpitzmuellerAmend 101363352c111
2023-08-22 Pavel SandaAlow two digit number of remembered files in ui.
2023-08-21 Juergen SpitzmuellerTentative fix for the inset problems on Mac (#12418...
2023-08-18 Richard Kimberly... Use master buffer setting when exporting
2023-08-18 Stephan WittAmend change 5c8e3a5f0d - correct include directives
2023-08-18 Juergen SpitzmuellerImprove readability of code and comments
2023-08-18 Juergen SpitzmuellerMirror all delimiters in RTL context with luabidi,...
2023-08-18 Juergen SpitzmuellerRemove Qt < 5.2 conditionals and special code
2023-08-17 Juergen SpitzmuellerAdd direction switch with Babel/bidi (#12864)
2023-08-17 Juergen SpitzmuellerAccount for babel's bidi option (#12866)
2023-08-16 Richard Kimberly... Make code a bit easier to read
2023-08-16 Richard Kimberly... Slight rearrangement
2023-08-16 Richard Kimberly... Whitespace and range
2023-08-16 Richard Kimberly... Fix bug #12852.
2023-08-16 Juergen SpitzmuellerProperly resolve files and dois in InsetCitation (...
2023-08-15 Juergen SpitzmuellerImprove usability of quotation mark selection (#12872)
2023-08-15 Juergen SpitzmuellerLeaner solution for the babel prettyref woes
2023-08-14 Pavel SandaFix crash when calling dialog-show with bogus names...
2023-08-14 Juergen SpitzmuellerFix cursor navigation in error dialog (#12876)
2023-08-12 Juergen SpitzmuellerFixup 858b076ab7ae
2023-08-11 Juergen SpitzmuellerWork around French babel's incompatibility with prettyref
2023-08-11 Udi FogielGraphics inset is not forceLTR without pdftex (#12865)
2023-08-11 Juergen SpitzmuellerGuiCitation: consider filter on dialog creation (#12869)
2023-08-11 Juergen SpitzmuellerAmend dcde026446ec282
2023-08-11 Udi Fogieldisable-default-font-options LyX does not output any...
2023-08-11 Udi Fogielprioretize-user-font-options
2023-08-11 Juergen SpitzmuellerFix selection restoration in quick search (#12779)
2023-08-10 Enrico ForestieriUse utf8 strings for previewed labels when possible
2023-08-10 Juergen SpitzmuellerFix InsertTableWidget interference with tooltip geometr...
2023-08-10 Scott KostyshakComments
2023-08-10 Daniel RamoellerKeep cursor position when splitting
2023-08-06 Scott KostyshakUpdate tex2lyx tests after format change to 618
2023-08-06 Pavel SandaOur default for paste operation should preserve newlines.
2023-08-06 Pavel SandaAdding hebrew quotation marks (bug #12849).
2023-08-05 Stephan Witt#12626 disable Ok button of shortcut editor when LFUN...
2023-08-05 Stephan Witt#10740 fix focus problems with color picker on Mac
2023-08-05 Stephan Witt#12576 improved file name chooser implementation for...
2023-08-02 Stephan Witt#12001 make message boxes modal on Mac
2023-08-01 Pavel SandaDocBook: fix encoding of citations.
2023-07-29 Richard Kimberly... Fix reference to temporary
2023-07-29 Richard Kimberly... Fix up 04fc48d790.
2023-07-29 Richard Kimberly... Fix silly mistake in 04fc48d79
next