2003-06-25 |
Vadim Zeitlin | a quick hack to fix wxBase compilation |
tree | commitdiff |
2003-06-24 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-24 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | compilation fix for wxGTK |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-23 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | use __VISUALC__ instead of _MSC_VER to avoid problems... |
tree | commitdiff |
2003-06-23 |
David Elliott | Added #ifdef wxHAS_TASK_BAR_ICON guard |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | support Show() in wxFlexGridSizer (patch 737850) |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | fix VC 7.x release build problems |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | temp fix for link errors after last commit |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | don't disable hidden windows in wxWindowDisabler, it... |
tree | commitdiff |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
tree | commitdiff |
2003-06-19 |
David Elliott | Added return NULL; for __WXCOCOA__ |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | fixed infinite recursion bug in some rare cases |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | detect EOF better when reading HTTP reply |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | removed unnecessary #if wxUSE_GUIs |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | removed deprecated ConvertToBitmap() and wxImage(wxBitm... |
tree | commitdiff |
2003-06-18 |
Chris Elliott | fix DMars compilation to use precompiled headers |
tree | commitdiff |
2003-06-17 |
Vadim Zeitlin | fixed compilation warnings |
tree | commitdiff |
2003-06-16 |
Julian Smart | Platform and compiler-specific checking for MSW and... |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | empty description doesn't look good |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | typo fix |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | fixed bug with parsing filter string without description |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | check parmateres in Replace() (bug 752716) |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | always NUL-terminate log messages, even if they're... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | speed up for debug mode startup (doesn't matter much... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | wxFileDialog cleanup, extracted common code to fldlgcmn... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | added virtual dtor to wxDateTimeHolidayAuthority (patch... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | added a few #ifdefs needed to build a smaller library... |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | fixed bug in group counting Compile() |
tree | commitdiff |
2003-06-13 |
Václav Slavík | added wxLocale::GetLanguageName |
tree | commitdiff |
2003-06-11 |
Gilles Depeyrot | applied SF patch #752538 to implement wxGetOSDirectory... |
tree | commitdiff |
2003-06-10 |
Robin Dunn | Ensure that a wxMenuItem's parent menu is updated if... |
tree | commitdiff |
2003-06-08 |
Stefan Csomor | corrected include for Apple's Dev Tools |
tree | commitdiff |
2003-06-07 |
Stefan Csomor | Accepts Focus was incorrectly returning FALSE for a... |
tree | commitdiff |
2003-06-07 |
Julian Smart | Applied patch [ 748638 ] wxDos2UnixFilename for unicode |
tree | commitdiff |
2003-06-07 |
Vadim Zeitlin | DoGiveHelp() should be defined even if !wxUSE_STATUSBAR |
tree | commitdiff |
2003-06-06 |
Robin Dunn | Put terminating NUL in the buffer since MB2WC doesn... |
tree | commitdiff |
2003-06-05 |
Julian Smart | Fixed bug [ 749471 ] wxDocument with no command processor |
tree | commitdiff |
2003-06-03 |
Stefan Csomor | correcting lookup of equal names in different modules |
tree | commitdiff |
2003-06-03 |
Vadim Zeitlin | use c_str() instead of mb_str() with wxString::Printf... |
tree | commitdiff |
2003-06-03 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2003-06-02 |
Vadim Zeitlin | attempt to fix gcc printf() warnings |
tree | commitdiff |
2003-06-02 |
Roger Gammans | Addition at simple wxObject*, support into wxVariant. |
tree | commitdiff |
2003-06-01 |
Julian Smart | Pass focus window to submenu items too (no reason I... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 710608 ] wxImage::GetImageExtWildcard... |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | compilation fix for Mac and reformatted the code |
tree | commitdiff |
2003-06-01 |
Julian Smart | Partially applied patch [ 531199 ] new EVT_MOVING and... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 619539 ] patch to get small icon via... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied [ 745533 ] implemented wxNotebook::DoGetBestSize |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 745983 ] Fix for memory leak in class... |
tree | commitdiff |
2003-05-31 |
Vadim Zeitlin | clicking on a panel without children should give it... |
tree | commitdiff |
2003-05-29 |
Gilles Depeyrot | improved deallocation fix for Visual C++ Multithreaded... |
tree | commitdiff |
2003-05-28 |
Gilles Depeyrot | VC++ free must take place in same DLL as allocation... |
tree | commitdiff |
2003-05-28 |
Roger Gammans | Reinsert missing ctor removed in date/time tidy |
tree | commitdiff |
2003-05-26 |
Julian Smart | Include missing.h |
tree | commitdiff |
2003-05-26 |
Julian Smart | Allow printing objects to be passed a wxWindow, not... |
tree | commitdiff |
2003-05-25 |
Vadim Zeitlin | fix m_Matches overflow if Compile() is called more... |
tree | commitdiff |
2003-05-25 |
Václav Slavík | added CompareAccelString function |
tree | commitdiff |
2003-05-24 |
Mattia Barbon | Compilation/warning fixes. |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 738821 ] Allow more features to be... |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 742452 ] wxPrintDialogData: can't set... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 740071 ] Make tiff errors/warnings... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 689188 ] adds wxToolBar::GetToolPos |
tree | commitdiff |
2003-05-20 |
Julian Smart | A fix to prevent mungeing of the config file after... |
tree | commitdiff |
2003-05-19 |
Stefan Csomor | switch to pImpl pattern for mac printing |
tree | commitdiff |
2003-05-19 |
Václav Slavík | allow untranslated accelerators, too |
tree | commitdiff |
2003-05-17 |
Stefan Csomor | finding papersizes allows for 1 mm tolerance |
tree | commitdiff |
2003-05-16 |
Stefan Csomor | carbon printing extended |
tree | commitdiff |
2003-05-15 |
Julian Smart | An attempt to make the notebook sizer report its size |
tree | commitdiff |
2003-05-11 |
Vadim Zeitlin | many fixes for PNG reading after recent alpha changes... |
tree | commitdiff |
2003-05-11 |
Vadim Zeitlin | TRUE/FALSE -> true/false |
tree | commitdiff |
2003-05-11 |
Vadim Zeitlin | wxImage::Create() should be bool, not void |
tree | commitdiff |
2003-05-10 |
Vadim Zeitlin | compilation fix (sorry) |
tree | commitdiff |
2003-05-10 |
Vadim Zeitlin | recognize ESC[APE] in menu accel strings (patch 733967) |
tree | commitdiff |
2003-05-09 |
Vadim Zeitlin | memory for alpha channel was over allocated by a factor... |
tree | commitdiff |
2003-05-09 |
Vadim Zeitlin | Insert() patch from John Labenski |
tree | commitdiff |
2003-05-09 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-05-09 |
Vadim Zeitlin | wxDocManager::GetNoHistoryFiles() renamed to GetHistory... |
tree | commitdiff |
2003-05-04 |
Julian Smart | Initialised m_isBeingDeleted -- I don't know how anything |
tree | commitdiff |
2003-05-03 |
Robin Dunn | Reversed the meaning of black and white in wxRegion... |
tree | commitdiff |
2003-05-03 |
Julian Smart | Applied patch [ 701238 ] Added BLOB support to dbtable. |
tree | commitdiff |
2003-05-03 |
Julian Smart | Applied patch [ 730686 ] wxImage::Scale speed improvements |
tree | commitdiff |
2003-05-03 |
Julian Smart | Applied some of patch [ 622660 ] consistent behaviour... |
tree | commitdiff |
2003-05-02 |
Chris Elliott | digital mars updated |
tree | commitdiff |
2003-05-02 |
Julian Smart | Corrected a memory leak I introduced in the last patch |
tree | commitdiff |
2003-05-02 |
Chris Elliott | Macro swicth from SC to SYMANTEC |
tree | commitdiff |
2003-05-02 |
Chris Elliott | fix for digitalmars header |
tree | commitdiff |
2003-05-01 |
Vadim Zeitlin | only set replace string for replace events (patch 728415) |
tree | commitdiff |
2003-05-01 |
Vadim Zeitlin | fix for a crash in ~wxLocale and incorrect GetLanguage... |
tree | commitdiff |
2003-05-01 |
Julian Smart | Implemented delayed closing of an existing document |
tree | commitdiff |
2003-05-01 |
Vadim Zeitlin | read numbers even if they're followed by spaces |
tree | commitdiff |
2003-05-01 |
Vadim Zeitlin | compilation fix for Unicode |
tree | commitdiff |
2003-04-30 |
Václav Slavík | fixed Norwegian Bokmal code to conform to new ISO 639-2 |
tree | commitdiff |
2003-04-30 |
Julian Smart | Allow for +/- in E part |
tree | commitdiff |
2003-04-30 |
Julian Smart | Allow 'e' or 'E' in numeric text. |
tree | commitdiff |
2003-04-30 |
Julian Smart | Use the context help XPM for MSW too |
tree | commitdiff |
next |