]> git.lyx.org Git - lyx.git/history - src/frontends/xforms/FormFiledialog.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / FormFiledialog.C
2004-11-26 Angus LeemingChange glob() API to accept a dir parameter.
2004-11-26 Angus LeemingClean-up FileFilterList API.
2004-11-25 Angus LeemingGive FileFilterList its own .[Ch] files.
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-01-08 Angus LeemingHandle Qt-style file filters like
2004-01-07 Lars Gullik BjønnesMake some functors adaptable and related small stuff.
2004-01-05 Angus LeemingGlobbing.
2004-01-02 Angus LeemingPrevent crash in the file browser if the file mask...
2003-10-17 Lars Gullik Bjønnesmake some more regexs static
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-26 Angus LeemingRename function as globMatch.
2003-09-25 Angus LeemingRewrite ReplaceEnvironmentPath in a sane manner.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-08 Angus LeemingConvert uid_t, gid_t to int before calling tostr.
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip out another 180 #includes.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-05-14 Lars Gullik Bjønnesshared-4.diff. Gui independant config.h
2003-05-13 André Pönitznon-templated tostr in separate files
2003-03-29 John Levonmore Alert:: work
2003-02-21 Angus LeemingThe file dialog browser doesn't need a LyXView...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-14 Angus Leeming(J��rgen Spitzm��ller): implement a BrowseDir capablili...
2003-01-12 Angus Leeming* disable loading of xpm files by the xforms image...
2002-11-29 Angus Leemingscex and idex now receive and return string, not char *.
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-15 Angus LeemingThe dialogs/guiapi re-working.
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-17 Dekel TsurCompilation fix
2002-07-16 André Pönitzsome more changes
2002-07-16 André Pönitzfurther FileInfo.[Ch] cleaning
2002-07-16 André Pönitzsmall cleanup
2002-07-02 Lars Gullik Bjønnes2002-07-02 Lars Gullik Bj�nnes <larsbj@birdstep.com>
2002-06-13 Angus Leemingxforms clean-up, described in detail in my mail of...
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-11 Angus LeemingActivate the Ok, Apply buttons on pasting with the...
2002-03-11 Angus Leemingsourcedoc-friendly files.
2002-02-28 Angus LeemingJohn's possible fix to the Bad Window problems that...
2002-01-13 Jean-Marc Lasgouttesfix assert with broken symlinks on buffer-open; fix...
2002-01-13 Jean-Marc Lasgouttesadd shortcuts to filedialogs directory buttons; small...
2002-01-10 Jean-Marc Lasgouttesupdates to latexfeatures stuff; allow empty \document_path
2002-01-07 Angus LeemingFix bugs #32 and #52.
2002-01-07 Jean-Marc Lasgouttesvarious fixes from John, Martin and Kayvan, plus one...
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-11-26 Jean-Marc Lasgouttesnew alert code
2001-11-12 Jean-Marc Lasgouttesfix file dialog bug
2001-09-09 Lars Gullik Bjønnessome mods I had in my local tree, mostly small stuff...
2001-07-29 Asger Ottar AlstrupReduced header file includes somewhat
2001-07-12 Lars Gullik Bjønnessmall changes read changelog
2001-06-13 Angus LeemingRemoved // -*- C++ -*- from all .C files!
2001-06-13 Angus LeemingAdded // -*- C++ -*- to the top of all files in control...
2001-05-31 Lars Gullik Bjønnesadjust to be able to complile with gcc 3.0, put selecti...
2001-03-20 Lars Gullik Bjønnesuse anon namespace, somewhat better comp. handling...
2001-03-16 Angus LeemingCompile fixes for DEC cxx, John's maths and keymap...
2001-03-15 Lars Gullik Bjønnesremove CXX_WORKING_NAMESPACES
2001-03-07 Jürgen VignaApplied John's FileDialog patch.