]> git.lyx.org Git - lyx.git/history - src
Implement use of babel language in xindy.
[lyx.git] / src /
2004-10-07 Martin VermeerImplement use of babel language in xindy.
2004-10-07 Jean-Marc Lasgouttesfix dialogs in LyX/Mac
2004-10-06 John SprayThe Spellchecker dialog
2004-10-06 Angus LeemingGet the layout engine working correctly (John Spray...
2004-10-05 José MatoxEase the use of math with db2latex. (Andreas Vox)
2004-10-05 José MatoxSmall adjustments for graphics export in docbook (Andre...
2004-10-05 José MatoxClean the code for reading and writing lyx files.
2004-10-05 José Matoxreplace nextToken by more appropriate lex methods.
2004-10-05 John SprayAdd mathsmatrix dialog.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-10-05 Angus LeemingHartmut's patch to make the indexing command (makeindex...
2004-10-04 José Matoxconvert TeX units to Docbook units where possible ...
2004-10-04 John Sprayfix gmenubar crash on "Figures" submenu
2004-10-03 John SprayAdd readonly() function to GViewBase
2004-10-03 John SprayImprove GSearch's sensitivity behaviour on readonly...
2004-10-02 John SprayAdd accelerator (binding) labels to menus
2004-10-02 John SprayDisplay accelerator (binding) labels in menus.
2004-10-02 John Sprayadd gtk TOC dialog
2004-10-01 John SprayFix tooltips
2004-10-01 John SprayAdd GParagraph dialog, make GViewBase update() when...
2004-10-01 John SprayUpdate from deprecated Combo to ComboBox in GLayout
2004-10-01 Angus LeemingQuote shell variables in generated graphics conversion...
2004-09-29 José MatoxAdd support for units, in docbook export of graphics.
2004-09-28 Jean-Marc Lasgouttesmake sure language commands are the outermost ones...
2004-09-27 Lars Gullik Bjønnesfix typo
2004-09-27 Lars Gullik Bjønnessome small changes
2004-09-27 Lars Gullik Bjønnesthe character dialog
2004-09-27 Lars Gullik Bjønnesadd a const, use boost::assert
2004-09-26 Lars Gullik Bjønnesuse stock and glade fixes from John
2004-09-26 Lars Gullik Bjønnesheader file reorder
2004-09-26 Lars Gullik BjønnesMove to gtk 2.4
2004-09-26 Lars Gullik BjønnesUse the preferred calling for Boost.Signal
2004-09-26 Lars Gullik BjønnesChange to use preffered calling of Boost.Function
2004-09-26 Lars Gullik BjønnesWS changes
2004-09-26 Lars Gullik BjønnesGet rid of ShareContainer.h
2004-09-26 Lars Gullik BjønnesGPrint dialog from John Spray
2004-09-25 José Matoxpatch from Andreas Vox to fix unclosed tag in docbook...
2004-09-24 Angus LeemingJohn Spray's gtk search dialog.
2004-09-24 Alfredo BraunsteinJohn Spray's gtk scrolling patch
2004-09-21 Jean-Marc Lasgouttesavoid spaces around math formulas in plain text output
2004-09-21 Jean-Marc Lasgouttesavoid spaces around math formulas in plain text output
2004-09-17 Jean-Marc Lasgouttesfix backwards search (bug 1666)
2004-09-17 Lars Gullik Bjønnessome fixes, SUN_PATH, pch, errno
2004-09-16 Lars Gullik Bjønnesc_str fixes
2004-09-16 Georg Baumlet the "load" button of insetinclude do something...
2004-09-15 Lars Gullik Bjønnesfix include guards
2004-09-14 Jean-Marc Lasgouttesmake LyX work better when run from a directory which...
2004-09-13 Georg Baumimplement missing formula mutations
2004-09-09 Jean-Marc Lasgouttesfix building client with included gettext
2004-09-06 Jean-Marc Lasgouttesbuild fix
2004-09-04 Lars Gullik Bjønnesforgot this file
2004-09-04 Lars Gullik Bjønneslyxclient moved from development and cleaned up a bit...
2004-08-30 Lars Gullik Bjønnesfix a couple of pch.h files because of a gcc pch bug
2004-08-29 Lars Gullik BjønnesImprove/Fix pch a bit
2004-08-29 Georg Baumupdate tex2lyx output file format
2004-08-23 José Matoxfix reading the author field.
2004-08-20 José Matoxremove #include not used.
2004-08-20 José MatoxRemove findToken from lyxlyex, first step to its comple...
2004-08-19 Georg Baummake the custom bullet fix compile on SuSE 9.0
2004-08-18 Lars Gullik Bjønnessome pch work
2004-08-18 Lars Gullik BjønnesMore pch work.
2004-08-18 José Matoxshow custom bullet instead of "...", change from John.
2004-08-16 José MatoxRemove space at end of line, when superfluous.
2004-08-16 José MatoxReove debug message.
2004-08-16 Jean-Marc Lasgouttesget rid of ownerPar(), which was super slow; fix tabula...
2004-08-16 José MatoxAdd more debug statments, and use the same channel...
2004-08-15 André Pönitzprepare for fat changes...
2004-08-15 José MatoxChange \papersize Default|Custom to lower letter for...
2004-08-15 Lars Gullik Bjønnessome support for pch
2004-08-15 André Pönitzjust make everybody recomplie everything.....
2004-08-15 Jean-Marc Lasgouttesfix font bug when reading files
2004-08-15 Jean-Marc Lasgouttessome profiler work, a few cleanups
2004-08-15 André Pönitzchange a few par_type args in LyXText::* to Paragrpah...
2004-08-14 Jean-Marc Lasgouttesone less use of ownerPar means faster code
2004-08-14 André Pönitzbetter mouse selection within tabulars
2004-08-14 André Pönitzmake all cached coordinates mean the same (0,0) ==...
2004-08-14 André Pönitzmake all cached positions screen-absolute
2004-08-14 Jean-Marc Lasgouttesfix width of unconstrained cells in insettabular
2004-08-14 Jean-Marc Lasgouttessmall stuff
2004-08-14 André Pönitzfix a crash when selecting within tabulars
2004-08-14 André Pönitzrename ERT into P-ERT since they are only partially...
2004-08-14 André Pönitz*** empty log message ***
2004-08-14 André Pönitzfix some crash when we start selection outside an inset...
2004-08-14 André Pönitzmove around stuff, remove unneeded declarations etc
2004-08-14 Jean-Marc Lasgouttesfix the include inset; Angus, please doublecheck this
2004-08-14 José Matoxup to file format 236 and also fix Bug 421.
2004-08-14 Jean-Marc Lasgouttesthe Qt/Mac merge menu patch; this is actually different...
2004-08-14 Lars Gullik Bjønnessome nicer margins and some small cleanup
2004-08-14 André Pönitzforgot these...
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-14 Lars Gullik Bjønnesbug 1096
2004-08-13 Jean-Marc Lasgouttesfix problems with ] in optional latex arguments
2004-08-13 Jean-Marc Lasgouttesmake sure that the color picker dialogs have the right...
2004-08-13 André Pönitzuse accessor functions if possible
2004-08-13 André Pönitzuse setPosCache where appropriate
2004-08-13 André Pönitzremove unused mathed parts
2004-08-13 André Pönitzremove unused code
2004-08-13 André Pönitzremove warning message
2004-08-13 André Pönitzredraw full paragraphs only
2004-08-13 Lars Gullik Bjønnesbug 1305
next