2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForM... |
blob | commitdiff | raw |
2008-03-02 |
Vadim Zeitlin | use generic dialogs under Palm (generic.diff part of... |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Vadim Zeitlin | added wxDialog::GetParentForModalDialog() and use it... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | use wxSizerFlags and updated CreateButtonSizer() in... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | File/dir dialog styles and other changes (patch 1488371): |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Włodzimierz Skiba | Include wx/wx/bmpbuttn.h according to precompiled heade... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag... |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Robert Roebling | Trying to commit wxDirDialog patch. |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Włodzimierz Skiba | No more avoiding wxSizer::Fit in wxWinCE builds. |
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-01-15 |
Włodzimierz Skiba | More common code moved from generic dialogs to wxDialog... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | WinCE adaptations |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
blob | commitdiff | raw | diff to current |
2004-12-31 |
Robert Roebling | Applied modified form of the StdButtonSize patch. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Włodzimierz Skiba | Fix for assert after left click on tree in generic... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
Václav Slavík | usability improvement: set focus to text control so... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Włodzimierz Skiba | Smartphone native look and feel. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | Adjustement to the small display of Smartphones. |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Václav Slavík | new stock buttons API |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Václav Slavík | wxArtProvider usage fixes |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | use stock buttons in generic dialogs |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Václav Slavík | fixed badly looking dialog (different spacing) |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
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 |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Julian Smart | Applied some of patch [ 688466 ] MSVC7 build & bug... |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Mattia Barbon | Add wxRTTI to generic wxDirDialog. |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
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-05-04 |
Vadim Zeitlin | reverted the header change to include the generic one... |
blob | commitdiff | raw | diff to current |
2002-05-04 |
Vadim Zeitlin | wxDirDialog now has the same ctor under all platforms... |
blob | commitdiff | raw | diff to current |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Julian Smart | Added wxDIRCTRL_EDITABLE style so we can choose whether |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Václav Slavík | oops, forgot to implement Home button |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Václav Slavík | Added 'go home' button to generic dir dialog |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Václav Slavík | moved 'show hidden dirs' checkbox elsewhere, the dialog... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Robert Roebling | wxDirDialog no longer shows hidden files. I don't |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | expand . into cwd |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Julian Smart | Moved include for Windows compilation; minor doc tweaks |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Václav Slavík | merged both implementations of wxGenericDirCtrl |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Vadim Zeitlin | fixed bug with directory expansion |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Robert Roebling | Applied Greg's patch to tree control and related. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Vadim Zeitlin | added and documented wxDir::HasFiles/SubDirs(), use... |
blob | commitdiff | raw | diff to current |
2001-03-06 |
Vadim Zeitlin | merged fix from the 2.2 branch but the test I changed... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Robert Roebling | Added wxBitmap::GetSubBitmap() |
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-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Ove Kaaven | A few Unicode compilation fixes (mostly wxT()) |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Vadim Zeitlin | warnings for mingw32 compilation fixed |
blob | commitdiff | raw | diff to current |
1999-10-10 |
Robert Roebling | Minor changes to keep my MSW source |
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-03 |
Harco de Hilster | fixed crashing generic dir dialog. |
blob | commitdiff | raw | diff to current |
1999-08-23 |
Robert Roebling | Small optical changes for MSW |
blob | commitdiff | raw | diff to current |
1999-08-17 |
Robert Roebling | Added new file dialog |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Robert Roebling | Added and corrected a few more html makefiles, |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Robert Roebling | Minor changes to viusal appearance, |
blob | commitdiff | raw | diff to current |
1999-06-15 |
Robert Roebling | Added a few #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Julian Smart | Getting various compilers to work with wxWin again |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Ove Kaaven | All files compile in Unicode mode, but I have only... |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Robert Roebling | distribution things |
blob | commitdiff | raw | diff to current |
1999-01-04 |
Julian Smart | Simplified BC++ makefiles; C++Builder 1.0 compilation... |
blob | commitdiff | raw | diff to current |
1998-12-20 |
Julian Smart | wxPaintDC -> wxDC in wxListCtrl; fixed compile problems... |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Robert Roebling | wxDirDialog now sorts its entries |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Robert Roebling | Tried to add sorting to wxTreeCtrl |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Julian Smart | Added wxDirDialog to generic directories |
blob | commitdiff | raw | diff to current |
|