removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / generic / dcpsg.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-11  Václav SlavíkwxPostScriptDC::DrawText now uses descent to determine...
1999-12-06  Vadim Zeitlin1. test for thr_setconcurrency() added to configure
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-11-14  Ove KaavenLooks like someone did str[n]cmp -> wxStr[n]cmp global...
1999-11-12  Jouk Jansen Committing in .
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-11-03  Václav Slavíkfixed rounding error problem in wxPostscriptDC::SetFont...
1999-11-02  Václav SlavíkAFM metrics were searched in /afm instead of /share...
1999-11-02  Karsten BallüderAdded wxINSTALL_PREFIX define to makefile and made...
1999-11-01  Karsten Ballüderadded support for global AFM path setting
1999-10-29  Ove KaavenA few Unicode compilation fixes (mostly wxT())
1999-10-25  David Webster*** empty log message ***
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-16  Václav Slavíkfixed bug in PS clipping (non-virtual SetClippingRegion...
1999-10-14  Robert Roebling HP-UX fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-05  Václav SlavíkPS printing now uses afm instead of gs_afm metrics
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-03  Václav Slavíkmore AFM metrics fixes
1999-10-03  Václav Slavíkpostscript DC didn't check for AFM metrics
1999-08-21  Robert Roebling makefile typo
1999-07-23  Ove KaavenUnicode fix
1999-07-19  Harco de HilsterMoved bunch of #defines (LOG2DEV etc) from msw/dc.cpp...
1999-06-21  Robert Roebling Disabled dependencies for a while
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-07  Robert Roebling Install AFMs as well.
1999-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
1999-05-14  Robert Roebling wxGTK compiles and links again.
1999-04-22  Ove KaavenYet another one.
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-16  Ove Kaavenconst-ness warnings in non-Unicode again.
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-03-31  Robert Roebling Added debug code to clipbard
1999-03-29  Vadim Zeitlinmore backwards compatibility
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-05  Vadim Zeitlincompilation fixes
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-02-04  Julian SmartCorrected XPM-related cast in resource.cpp; added gener...
1999-02-04  Robert Roebling postscript Blit()
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-24  Robert Roebling Small doc corrections
1999-01-23  Vadim Zeitlincompilation fix for MSW
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.