2010-05-05 |
Vadim Zeitlin | Replace wxPrintout::SetIsPreview() with SetPreview(). |
blob | commitdiff | raw |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Vadim Zeitlin | Set all parent frame icons for print preview frame. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Robin Dunn | destroy the abort dialog when done with it |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Stefan Csomor | streamlining printing support, adding printing support... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | OSX regrouping |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Václav Slavík | Implemented high-quality preview for wxMSW (this approa... |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Václav Slavík | fixed printing preview to not report errors in infinite... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Václav Slavík | render pages in print preview at idle time, not from... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-01-12 |
Stefan Neis | Some wxOS2 compilation fixes after wxDC changes |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | wxMotif compilation fixes after wxDC changes |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Robert Roebling | Further wxDC changes |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | allow the user to press Esc to close preview frame... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Robert Roebling | Rewrote scaling code for GNOME print backend. The inver... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
Václav Slavík | compiled fixes for builds without PCH |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | remove just added wxCoordRound() (see patch 1586499) |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Julian Smart | Applied patch 1586499: wxCoordRound function |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Julian Smart | Colour preview canvas grey to contrast with page |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Julian Smart | Robert Lang's patch [ 1583183 ] Fixes printing/print... |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Julian Smart | Button size adjustment |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Julian Smart | Better button size on wxX11 |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Julian Smart | Typo correction |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Julian Smart | Added creation of printer DC to printer factory. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Julian Smart | Fixed zoom problem (Robert J.Lang) |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Włodzimierz Skiba | Include wx/dcprint.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Włodzimierz Skiba | Support for automatic setup.h in OS/2 with OW builds... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | Ctrl+mouse wheel changes zoom factor in print preview... |
blob | commitdiff | raw | diff to current |
2005-04-01 |
Stefan Csomor | moving wxMac to new printing architecture |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Włodzimierz Skiba | Wrap <commdlgs.h> as <commctls.h>. Required makefiles... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
blob | commitdiff | raw | diff to current |
2004-11-20 |
Robert Roebling | Forgot to commit this one. |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Robert Roebling | Moved deletion of wxPrintFacory to module. |
blob | commitdiff | raw | diff to current |
2004-10-28 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Robert Roebling | Next phase of Print Factory code. |
blob | commitdiff | raw | diff to current |
2004-10-23 |
Vadim Zeitlin | don't use _() as default parameter for wxPrintDialogBas... |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Stefan Neis | Added stubs for OS/2 to new printing system. |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Robert Roebling | First step at moving the print (dialog) native |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Robert Roebling | Link problem. |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Robert Roebling | Began work on print dialogs. Now wxPrintDialog |
blob | commitdiff | raw | diff to current |
2004-10-13 |
Włodzimierz Skiba | Fix to reflect wxUNIVERSAL conditions from header. |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Robert Roebling | Added new wxPrintFactory code and made wxPrinter |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Robin Dunn | All wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL... |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Julian Smart | Must specify wxHSCROLL/wxVSCROLL now |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | use wxWindowDisabler instead of ShowModal() for showing... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | use wxBU_EXACTFIT for the small buttons |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | use wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Robert Roebling | Applied patches. |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Robin Dunn | Clear --> ClearBackground |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Mattia Barbon | Compilation fix. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Julian Smart | Fixed preview navigation as per ancient bug report |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Vadim Zeitlin | fix some warnings |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Julian Smart | Printing improvements: GetPageInfo() gets called after... |
blob | commitdiff | raw | diff to current |
2003-06-14 |
Vadim Zeitlin | added a few #ifdefs needed to build a smaller library... |
blob | commitdiff | raw | diff to current |
2003-05-26 |
Julian Smart | Allow printing objects to be passed a wxWindow, not... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Julian Smart | Darkened preview background for Mac (else get stripey... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Julian Smart | Have dark colour for preview canvas under Mac |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Julian Smart | Don't call MakeModal on the Mac -- it leaves |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Julian Smart | Use sizers, not constraints |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-27 |
Vadim Zeitlin | the string 'Goto...' should be translated (patch 674569) |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
blob | commitdiff | raw | diff to current |
2002-12-14 |
Václav Slavík | don't translate strings when it doesn't make any sense |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Robert Roebling | Compile fix. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Julian Smart | Applied patch [ 596061 ] Adds more navigation buttons... |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Gilles Depeyrot | reset preview bitmap variable to NULL after deleting it |
blob | commitdiff | raw | diff to current |
2001-06-03 |
Vadim Zeitlin | applied Unicode fixes for mingw32 (patch 429654) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Vadim Zeitlin | use wxFAIL_MSG, not wxMessageBox for programming errors |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Robert Roebling | Some more drawing things, |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robert Roebling | #ifdeffed new paint clipping :-( |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-11-08 |
Julian Smart | Made various Motif fixes, wxListBox/wxChoice derive... |
blob | commitdiff | raw | diff to current |
1999-10-25 |
David Webster | no message |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Julian Smart | Misc. 16-bit compilation fixes |
blob | commitdiff | raw | diff to current |
1999-06-21 |
Karsten Ballüder | Crude hack to enable PageUp/DownKeys when controlbar... |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
blob | commitdiff | raw | diff to current |
next |