2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw |
2008-09-14 |
Vadim Zeitlin | added wxFileName::GetVolumeString() (#9950) |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | OSX regrouping |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Robert Roebling | Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459... |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Vadim Zeitlin | use generic dialogs under Palm (generic.diff part of... |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | assume that all directories have children by default... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | forward SetFocus() to the directory tree (replaces... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Getting borders working |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
blob | commitdiff | raw | diff to current |
2007-05-24 |
Vadim Zeitlin | declare wxFileSelectorDefaultWildcardStr to fix compila... |
blob | commitdiff | raw | diff to current |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Vadim Zeitlin | don't use obsolete functions (mostly copystring() and... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | do nothing in ShowHidden() if the flag doesn't change... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Vadim Zeitlin | fix compilation problem when wxUSE_FSVOLUME==0 after... |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Vadim Zeitlin | use wxFSVolume instead of duplicating its functionality... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | SetBestSize() is now deprecated, don't use it |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Julian Smart | Fixes bug whereby directory control foreground colour... |
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-07-27 |
Mart Raudsepp | Don't mark "." and ".." for translation when they are... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Julian Smart | Remove use of GetVolumeInformation since it causes... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Włodzimierz Skiba | Include wx/gdicmn.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Włodzimierz Skiba | Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Include wx/sizer.h and wx/layout.h according to precomp... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Włodzimierz Skiba | Include wx/textctrl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | Include wx/choice.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | added CollapsePath() (patch 1494638) |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Włodzimierz Skiba | Include wx/cmndata.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Włodzimierz Skiba | Include wx/msgdlg.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Włodzimierz Skiba | Include wx/icon.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Włodzimierz Skiba | Include wx/button.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | don't give an error when editing of the items label... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Włodzimierz Skiba | Include wx/hash.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Vadim Zeitlin | use WXSIZEOF() instead of hardcoded number |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Vadim Zeitlin | don't Printf() a string into itself (bug indicated... |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Włodzimierz Skiba | Last parameter of GetVolumeInformation() is not pointer. |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Julian Smart | Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1393577 ] show volumename in dirctlg |
blob | commitdiff | raw | diff to current |
2006-01-02 |
Julian Smart | Removed no longer needed code to fix combo sizing ... |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Włodzimierz Skiba | wxMGL revitalised with OpenWatcom. |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Włodzimierz Skiba | wxMotif for OS/2 adjustements. Source cleaning. |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
blob | commitdiff | raw | diff to current |
2005-06-12 |
Stefan Neis | Additional imageId values for specific drive types... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Replaced embedded images |
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 | Fixed bug preventing dir enumeration from working on... |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Julian Smart | Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Robert Roebling | Fix bug [ 1170089 ] wxGenericDirCtrl doesn't show... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Julian Smart | Small fixes for compiling Cygwin (with --disable-sockets) |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Robert Roebling | Applied dir control token patch. |
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-12-12 |
Vadim Zeitlin | unused var warning |
blob | commitdiff | raw | diff to current |
2004-11-27 |
Robert Roebling | Make use of new Art. |
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-11-10 |
Vadim Zeitlin | construct icon from wxIconLocation, not just the file... |
blob | commitdiff | raw | diff to current |
2004-11-03 |
Václav Slavík | made it possible to customize wxGenericDirCtrl, such... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Václav Slavík | be user friendly on Unix and expand the / node automati... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Julian Smart | Corrected swapped args |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Stefan Csomor | FSRef transition |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Václav Slavík | tree control uses 16x16 pixels, explicitly request... |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Włodzimierz Skiba | Code and warning cleaning. |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Włodzimierz Skiba | wxUSE_STL/wxArrayString fixes. |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Włodzimierz Skiba | Correction to recently added wrong asserts. |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Włodzimierz Skiba | WinCE fixes. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Kevin Ollivier | Fixed typo in show available drives. |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Włodzimierz Skiba | wxParseWildcard renamed to wxParseCommonDialogsFilter... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Václav Slavík | fixed wxGenericDirCtrl sizing |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Separation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic... |
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-06-15 |
Włodzimierz Skiba | wxParseWildcard added instead of methods hidden under... |
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-05-14 |
Robin Dunn | Add a call to SetBestSize so the minsize can be set... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Julian Smart | Specify tree control in event table to avoid problems... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Julian Smart | Removed warning |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Dimitri Schoolwerth | Fixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO... |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Dimitri Schoolwerth | Fixed unreferenced function 'CutEmptyBorders' warning... |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Robert Roebling | Updates to MIME-types and wxFileDialog code for better |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Julian Smart | Fixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERT... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Václav Slavík | wxMGL fixes (patch #884758) |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Julian Smart | Suppress spurious icon-related log messages |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Julian Smart | Added extra check in case CopyFromIcon fails |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 866387 ] wxGenericDirCtrl does not... |
blob | commitdiff | raw | diff to current |
next |