]> git.lyx.org Git - lyx.git/history - src/frontends
Remove hardcoded values
[lyx.git] / src / frontends /
2017-01-03 Richard HeckAdd ability to use refstyle's plural and capitalization...
2017-01-02 Richard HeckLabel only command for reference dialog.
2016-12-31 Guillaume MunchRemove a redundant deletion of a QObject
2016-12-31 Guillaume MunchTocWidget: Remove possibly dangling BufferView pointer
2016-12-31 Guillaume MunchFix dangling inset pointers after buffer reload
2016-12-31 Guillaume MunchRemove outdated comment
2016-12-28 Jean-Marc LasgouttesFixup c49cd699: QString::toStdString is not always...
2016-12-28 Juergen SpitzmuellerFrom c7899a30a0b5975bf599a69ecd11ab25e1cdf1a4 Mon Sep...
2016-12-26 Juergen SpitzmuellerSupport for CJK quotation marks
2016-12-26 Juergen SpitzmuellerDo not attempt to add dynamic quotes to the style combo
2016-12-25 Juergen SpitzmuellerUse master buffer params for quote style
2016-12-25 Juergen SpitzmuellerImplement dynamic quotation marks
2016-12-24 Juergen SpitzmuellerSome new quote styles
2016-12-24 Juergen SpitzmuellerFix glitch introduced in 2e255b1c4f
2016-12-24 Juergen SpitzmuellerRestructure InsetQuotes for better extensibilty
2016-12-21 Juergen SpitzmuellerAdd "Plain" quotation mark style
2016-12-20 Juergen SpitzmuellerRename some quote-related params
2016-12-19 Guillaume MunchDo not rely on toolTip() to generate LaTeX code
2016-12-19 Guillaume MunchFix compilation with Qt5.8dev
2016-12-19 Jean-Marc LasgouttesAdd caching for the QTextLayout objects we use
2016-12-17 Juergen SpitzmuellerWhitespace
2016-12-17 Juergen SpitzmuellerContext menu for quote insets
2016-12-06 Jean-Marc LasgouttesHandle negative values gracefully.
2016-12-04 Guillaume MunchCosmetic changes to the needauth dialogs
2016-12-04 Guillaume MunchGuiAlert: Convert html to plain text on console output
2016-12-04 Guillaume MunchImprove prediction of block outside covered areas
2016-12-04 Guillaume MunchRemove useless return leftover from earlier code
2016-12-04 Tommaso CucinottaConverters Prefs UI layout clarification.
2016-12-03 Guillaume MunchGuiSymbols: Better handling of empty blocks
2016-12-03 Guillaume MunchGuiSymbols: fix char->block lookup
2016-12-03 Guillaume MunchGuiSymbols: Improve the tooltip
2016-12-03 Guillaume MunchCheck the validity of an item before querying its tooltip
2016-12-03 Guillaume MunchGuiSymbols: handle the case of an invalid data
2016-11-23 Jean-Marc LasgouttesFix some warnings after 6c9207579
2016-11-23 Enrico ForestieriAmend fix for #10428
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-11-22 Daniel RamöllerAdd the icon-size to the toolbar menu
2016-11-20 Guillaume MunchCorrect computation of math font size
2016-11-09 Guillaume MunchFix warning during runtime with qt4
2016-11-09 Guillaume MunchAdd comment
2016-11-09 Guillaume MunchFix addition of new formats
2016-11-06 Guillaume MunchAlways prefer breaking at word boundaries
2016-11-06 Guillaume MunchOn-screen justification: stretch in proportion with...
2016-11-04 Jean-Marc LasgouttesFix height of cursor inside insets
2016-11-03 Jean-Marc LasgouttesQString only uses UTF-16, not UCS-4
2016-11-03 Scott KostyshakDo not recenter screen on spelling-continuously
2016-10-27 Juergen SpitzmuellerTypo.
2016-10-24 Jean-Marc LasgouttesWork around issues with Qt5 and Arabic text
2016-10-23 Juergen SpitzmuellerRevert "Fix Ticket #9741 misleading name for font-encod...
2016-10-23 Jean-Marc LasgouttesMark a signal invokation as such
2016-10-22 Guillaume MunchSimplify and add debug message
2016-10-22 Guillaume MunchUse the new infrastructure to select rows during error...
2016-10-21 Günter MildeFix Ticket #9741 misleading name for font-encoding...
2016-10-21 Richard HeckThese two routines are now redundant.
2016-10-21 Richard HeckUse a typedef for vector<Format const *>, which is...
2016-10-21 Richard HeckThere is no need now to cache format information in...
2016-10-21 Richard HeckSince we're now caching this, we can sort it once,...
2016-10-21 Richard HeckSimple cache for information on exportable formats...
2016-10-20 Jean-Marc LasgouttesFix compiler warning from clang 3.9
2016-10-19 Jean-Marc LasgouttesRemove unused methods in anononymous namespace
2016-10-19 Jean-Marc LasgouttesDo some caching of window title and related UI
2016-10-16 Guillaume MunchGet rid of dirty BufferView pointer
2016-10-16 Guillaume MunchTake advantage of new bufferViewChanged signal
2016-10-16 Guillaume MunchFactor code after buffer change
2016-10-16 Guillaume MunchNew virtual method frontend::Dialog::on_BufferViewChanged()
2016-10-16 Guillaume MunchFit cursor and update screen after reverse-search
2016-10-16 Guillaume MunchImplement reverse-search in the source panel
2016-10-16 Guillaume MunchNew LFUN paragraph-goto id_start pos_start id_end pos_end
2016-10-16 Guillaume MunchDocstringify getLongString in general and preamble...
2016-10-09 Enrico ForestieriRemove context help button hint from file dialogs
2016-10-09 Scott KostyshakFurther amend 168d3557 to satisfy GCC 4.6
2016-10-09 Scott KostyshakAmend 168d3557
2016-10-09 Scott KostyshakFactor out magic zoom minimum to a const member
2016-10-09 Scott KostyshakWhitespace
2016-10-09 Daniel RamöllerRemove question marks from Windows dialogs
2016-09-29 Guillaume MunchWork around dangling pointer
2016-09-29 Guillaume MunchClarify that the Dialog::lyxview_ pointer is in fact...
2016-09-23 Guillaume Munchexplicit operator bool
2016-09-23 Jean-Marc LasgouttesSimplify the code that sets the read-only emblem in...
2016-09-21 Guillaume MunchBetter title for ViewSource
2016-09-21 Jean-Marc LasgouttesDo not use em dash in window title
2016-09-18 Guillaume Munchamend 4d991120
2016-09-18 Juergen SpitzmuellerRemove unnecessary directives and preset search on...
2016-09-18 Juergen SpitzmuellerConnect filter reset button and remove unnecessary...
2016-09-17 Juergen SpitzmuellerFix string
2016-09-17 Juergen SpitzmuellerClean up the crossrefs dialog.
2016-09-16 Juergen SpitzmuellerKeep citation style settings bot within and between...
2016-09-16 Juergen SpitzmuellerCitation dialog: add & improve tooltips.
2016-09-16 Juergen SpitzmuellerCitationUi: Fix small layout glitch
2016-09-16 Juergen SpitzmuellerCitation dialog redesign
2016-09-14 Jean-Marc LasgouttesSet window title before stting modified state
2016-09-14 Juergen SpitzmuellerMove wrap check for simple search/replace to lyxfind
2016-09-10 Juergen SpitzmuellerMinor amendment to b95262f48772
2016-09-08 Jean-Marc LasgouttesSet window title according to platform UI
2016-09-08 Juergen SpitzmuellerSanitize Ref dialog validation.
2016-09-05 Georg BaumFix filter filter regex
2016-08-30 Scott KostyshakImprove status check of LFUN_BUFFER_ZOOM_{OUT,IN}
2016-08-28 Guillaume MunchAction.cpp: replace a reference with a shared_ptr
2016-08-28 Guillaume MunchChange "Format" into "Formats"
2016-08-28 Guillaume MunchTrivial clean-up
next