]> git.lyx.org Git - lyx.git/history - src/frontends
Transfer the Paragraph position cache from CoordCache to ParagraphMetrics and TextMet...
[lyx.git] / src / frontends /
2007-09-11 Bo PengEmbedding: for safety, update before changing embedding...
2007-09-11 Bo Pengadding missing header files due to the use of PCH ...
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-10 André Pönitzremove Dialog::title_, direct setting the title works...
2007-09-10 André Pönitzremove duplicated entry
2007-09-09 Uwe StöhrHelge's wrapfig patch:
2007-09-09 Abdelrazak Younesfix outline dialog for non-Mac platform.
2007-09-09 Edwin Leuvenmore frontend cleanup
2007-09-09 Edwin Leuvenconnect to the right slots...
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-09-09 Bo Pengadd missing header file
2007-09-08 André Pönitzfix some index/label issue
2007-09-08 André Pönitzmake Controller a standalone class.
2007-09-08 Peter Kümmelmsvc fixes: remove warnings
2007-09-08 Peter Kümmelremove recursive call
2007-09-08 Bo PengDock the Embedding dialog (code copied from the ViewSou...
2007-09-08 André Pönitzremove duplicate entry for Dialog.cpp in Makefile.am
2007-09-08 Bo Pengadd missing header file
2007-09-08 Abdelrazak Younesremove dead code.
2007-09-08 Abdelrazak YounesRestore docked outline widget. Warning: still instable!
2007-09-08 Abdelrazak YounesDialog::name() is not really needed.
2007-09-08 Abdelrazak Younesheader cleanup.
2007-09-08 Abdelrazak Younesoups...
2007-09-08 Abdelrazak Younesfix view source window title.
2007-09-08 Abdelrazak YounesRestore docked View source widget.
2007-09-08 Bo PengEmbedding: use a vector to store multiple ParConstItera...
2007-09-07 Bo PengEmbedding: bring embedding dialog back to shape
2007-09-07 Enrico ForestieriRegister math fonts with Qt 4.2 or higher. Using Qt...
2007-09-07 Bo PengEmbedding: remove AUTO feature, remove STATUS from...
2007-09-07 Bo PengEmbedding: remove AUTO feature, barely make it compile
2007-09-05 André Pönitzsimplify About dialog
2007-09-05 André Pönitzcompile fix. inclomplete transactioN???
2007-09-05 André Pönitzthe fun begins....
2007-09-05 Edwin Leuvenresuscitate menus
2007-09-04 Enrico ForestieriCompile fix
2007-09-04 Peter KümmelGuiView is a template
2007-09-04 Peter Kümmelmove getSecond to frontend_helpers.h
2007-09-04 Edwin Leuvenlil' cleanup
2007-09-04 Bo PengEmbedding patch 4: interaction between buffer and...
2007-09-04 Edwin Leuvenrenaming of some methods that hurt the eyes + removal of:
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 Bo PengFix scons for Andre's patch, add a missing header file
2007-09-03 André Pönitzmove stuff from a class template to a ordinary class...
2007-09-03 Edwin Leuvenmake lyx compile
2007-09-03 André Pönitzfix thinko
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-09-03 Bo PengEmbedding: fix a few embedding bugs
2007-09-02 Edwin Leuvenget rid of (cyg)win path panel in prefs by moving it...
2007-09-02 Alfredo Braunsteincrash fix
2007-09-02 Richard HeckAnother compile fix.
2007-09-02 Richard HeckCompile fix.
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 André Pönitzall CheckedWidgets are line edits...
2007-09-02 André Pönitzsimplify ButtonPolicy machinery
2007-09-02 Bo PengEmbedding: fix a file selection and a file copy bug
2007-09-01 André Pönitzforgot this
2007-09-01 Bo PengEmbedding dialog: use two buttons (will have more)...
2007-09-01 André Pönitzmerge GuiBC<.,.> into Qt2BC
2007-09-01 Bo PengEmbedding dialog: add extract and extractAll functions
2007-09-01 Abdelrazak Younescomment out debug info.
2007-09-01 Bo PengEmbedding: add 'addFile' to embed arbitrary file, fix...
2007-09-01 Richard HeckThis patch continues 19964. It takes advantage of the...
2007-09-01 Bo PengFix compiling error caused by Andre's patch.
2007-08-31 André Pönitzsomewhat more uniform naming
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 Bo PengEmbedding: small adjustments of interfaces, single...
2007-08-31 André Pönitzfix make dist
2007-08-31 André Pönitzfix typo
2007-08-31 Bo PengEmbedding feature patch 3: basic gui support
2007-08-31 Martin VermeerFix ambiguity in translation
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-08-30 André Pönitzcompile fiz
2007-08-30 André Pönitzxpm -> png
2007-08-30 Edwin Leuvensingle depth for preference items,
2007-08-30 Richard HeckFix bug 3999: Highlight search text.
2007-08-28 Abdelrazak Younes* InsetCollapsable::setStatus(): remove the Buffer...
2007-08-28 Richard HeckThis is one of a series of patches that will merge...
2007-08-28 Abdelrazak Younesheader cleanup.
2007-08-27 Abdelrazak YounesTransfer rowpainter.cpp:paintText() to BufferView:...
2007-08-27 Abdelrazak YounesDisable the pixmap cache for Qt4.1 because of font...
2007-08-27 Abdelrazak YounesNew 'Save all on shutdown or cancel' feature from Steph...
2007-08-24 Abdelrazak Younesdisable painting updates when adding/removing a workAre...
2007-08-24 Abdelrazak YounesLyXView::loadLyXFile(): only add a new work area if...
2007-08-24 Abdelrazak YounesTransfer command buffer handling to QLToolbar.
2007-08-24 Abdelrazak Younes* BufferView::workAreaResize(): renamed to resize.
2007-08-24 Abdelrazak YounesFix recursive painting with Qt4.1 and add a comment.
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-23 Abdelrazak Younesheader cleanup
2007-08-23 Alfredo Braunsteincompilation fix
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 2: Transfer ControlCommandB...
2007-08-23 Abdelrazak Younesdelete unneeded Menubar virtual interface.
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 2: get rid of menubar direc...
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 1: get rid of toolbars...
2007-08-23 Abdelrazak YounesDelete include of config.h. This was needed only for...
2007-08-23 Abdelrazak YounesHide tab bar if there's only one tab.
2007-08-22 André Pönitzadd #include for BOOST_CURRENT_FUNCTION
2007-08-22 Abdelrazak Younessimplify BufferView::moveToPosition() use for the exter...
2007-08-22 Abdelrazak Younestransfer cursor position saving (in the session) from...
2007-08-22 Abdelrazak Younes* restore lastfile feature.
2007-08-22 Abdelrazak YounesFix crash on first load with mouse wheel: this was...
next