1998-08-03 |
Vadim Zeitlin | SelectItem() always sends the notification messages |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | added wxLocale::Init() and ctor without arguments for... |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | minor changes and bug corrections (interface unchanged) |
tree | commitdiff |
1998-08-03 |
Karsten Ballüder | fixed GetGlobalFilename() |
tree | commitdiff |
1998-08-03 |
Karsten Ballüder | *** empty log message *** |
tree | commitdiff |
1998-08-03 |
Karsten Ballüder | fixed wxFileConfig constructor bug |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | wxIniConfig added (pre-alpha quality, many functions... |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | wxConfig -> wxConfigBase renaming plus some minor changes |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | trace mask made static variable |
tree | commitdiff |
1998-08-02 |
Robert Roebling | Fixed Fontdialog |
tree | commitdiff |
1998-08-02 |
Karsten Ballüder | added slash to path |
tree | commitdiff |
1998-07-31 |
Robert Roebling | Added bitmaps and icons to samples |
tree | commitdiff |
1998-07-31 |
Julian Smart | Added wxAccelerationTable class |
tree | commitdiff |
1998-07-31 |
Julian Smart | Added wxAcceleratorTable, wxFrame::SetAcceleratorTable... |
tree | commitdiff |
1998-07-31 |
Julian Smart | Some manual updates; in MDI sample, child frames now... |
tree | commitdiff |
1998-07-30 |
Julian Smart | MSWOnMouseMove arg bug in toolbar; compile bug in regco... |
tree | commitdiff |
1998-07-30 |
Robert Roebling | Pretty redical change concerning the underlying |
tree | commitdiff |
1998-07-29 |
Robert Roebling | wxMDIChildFrame inherits from wxFrame |
tree | commitdiff |
1998-07-29 |
Vadim Zeitlin | 1) APPCONF_ constants renamed to wxCONFIG_ |
tree | commitdiff |
1998-07-29 |
Julian Smart | Added missing OGL files; added defaults to wxDocMDIPare... |
tree | commitdiff |
1998-07-29 |
Robert Roebling | wxListCtrl selection improved |
tree | commitdiff |
1998-07-29 |
Julian Smart | Update to docs incl. wxString first stab; added a coupl... |
tree | commitdiff |
1998-07-28 |
Robert Roebling | Fixed bug in wxListCtrl |
tree | commitdiff |
1998-07-28 |
Guilhem Lavaux | * Added Peek() to wxMemoryInputStream. |
tree | commitdiff |
1998-07-28 |
Unknown (MO) | Fixed wxOVERWRITE_PROMPT bug in gtk file selector |
tree | commitdiff |
1998-07-28 |
Julian Smart | Added MDI support for Document/view, plus an example. |
tree | commitdiff |
1998-07-28 |
Julian Smart | Added ODBC database classes and sample from RemStar... |
tree | commitdiff |
1998-07-28 |
Julian Smart | Changed files to work with wxDataFormat |
tree | commitdiff |
1998-07-28 |
Robert Roebling | Fixed bug in MDI |
tree | commitdiff |
1998-07-27 |
Robert Roebling | wxFrame::SetIcon() |
tree | commitdiff |
1998-07-27 |
Robert Roebling | warning msgs |
tree | commitdiff |
1998-07-27 |
Guilhem Lavaux | * Bug fixes |
tree | commitdiff |
1998-07-27 |
Julian Smart | Changed event type ids to constants instead of enum... |
tree | commitdiff |
1998-07-27 |
Julian Smart | wxToolBar API changes; now frames manage their toolbar... |
tree | commitdiff |
1998-07-26 |
Vadim Zeitlin | double wxMenuItem definition problem fixed |
tree | commitdiff |
1998-07-25 |
Guilhem Lavaux | * Deleted #include "wx/bufstrm.h" |
tree | commitdiff |
1998-07-25 |
Robert Roebling | Removed warnings mesgs |
tree | commitdiff |
1998-07-24 |
Julian Smart | Corrected some problems |
tree | commitdiff |
1998-07-24 |
Julian Smart | Removed duplicate code |
tree | commitdiff |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
tree | commitdiff |
1998-07-24 |
Guilhem Lavaux | * Ooops, I didn't copy the files in the right directory... |
tree | commitdiff |
1998-07-24 |
Guilhem Lavaux | * New wxStream classes: wxStreamBuffer and wxObject... |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | some common code moved from wxWindow/wxFrame into files... |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | SelectItem() now sends a wxEVT_SELECTED notification. |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | added "access" parameter to wxFile::Create and Open... |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | scrollbar support added (experimental) |
tree | commitdiff |
1998-07-24 |
Julian Smart | New toolbar event processing |
tree | commitdiff |
1998-07-24 |
Julian Smart | Removed compile bugs in regconf.cpp, added new toolbar... |
tree | commitdiff |
1998-07-24 |
Karsten Ballüder | fixed appending of '/' to empty string |
tree | commitdiff |
1998-07-24 |
Karsten Ballüder | fixed private member access problem |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | oops... a typo in just checked in file corrected |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | call to SetLabel in Create() added to strip "&" charact... |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | wxTreeControl::Get/SetSelection implemented |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | IsModified() function now works correctly |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | common functions moved into ../common/framecmn.cpp |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | made the code more wxMSW compatible |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | made the constraintsin notebook pages work (once again) |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | added wxUpdateUI generation |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | common part of wxWindow class |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | removes "&" from wxControl's label (also for buttons... |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | choosing "Cancel" in the message box which appears... |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | common code of wxFrame class |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | a warning in the release build suppressed |
tree | commitdiff |
1998-07-23 |
Julian Smart | Moved Get/SetToolBar down into frame.h/cpp |
tree | commitdiff |
1998-07-22 |
Robert Roebling | mdi private menus |
tree | commitdiff |
1998-07-22 |
Julian Smart | Added wxString version of wxStripExtension; changed... |
tree | commitdiff |
1998-07-22 |
Vadim Zeitlin | warning under gcc removed |
tree | commitdiff |
1998-07-20 |
Vadim Zeitlin | bug in wxFileConfig::DeleteEntry/Group corrected |
tree | commitdiff |
1998-07-20 |
Vadim Zeitlin | corrected bug in wxArrayString::operator= and it's... |
tree | commitdiff |
1998-07-20 |
Robert Roebling | many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, |
tree | commitdiff |
1998-07-20 |
Unknown (MO) | Added use of default file/dir and confirm on overwrite... |
tree | commitdiff |
1998-07-20 |
Karsten Ballüder | fixed config incosistency |
tree | commitdiff |
1998-07-19 |
Vadim Zeitlin | infinite loop in wxNavigationKeyEvent processing fixed |
tree | commitdiff |
1998-07-19 |
Vadim Zeitlin | MSWGetDlgCode() behaviour changed to allow both TAB... |
tree | commitdiff |
1998-07-19 |
Julian Smart | Renamed a couple more samples/controls files; fixed... |
tree | commitdiff |
1998-07-19 |
Karsten Ballüder | fixed the ps dialog but doesn't all work yet |
tree | commitdiff |
1998-07-18 |
Julian Smart | wxDocManager gets the only view if none other specified... |
tree | commitdiff |
1998-07-18 |
Vadim Zeitlin | small bug fixes + a couple of new functions added |
tree | commitdiff |
1998-07-18 |
Vadim Zeitlin | several bugs fixes |
tree | commitdiff |
1998-07-18 |
Guilhem Lavaux | wxFrame: OnSize() has a SEGV if wxFrame has no child... |
tree | commitdiff |
1998-07-18 |
Robert Roebling | ODBC compile (and link) fixes |
tree | commitdiff |
1998-07-18 |
Robert Roebling | added ODBC support |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | compile without STRICT fixed |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | the very last traces of wxTString removed |
tree | commitdiff |
1998-07-17 |
Julian Smart | Bug fix to scrolwin.cpp (position not set in SetScrollb... |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | don't set focus to [ok] in text entry dialog (leave... |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | last traces of wxTString removed |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | correct (working) version of wxString |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | another "const" added |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | some "const"s added |
tree | commitdiff |
1998-07-17 |
Julian Smart | Some Borland/GnuWin32 fixes |
tree | commitdiff |
1998-07-17 |
Karsten Ballüder | fixed underline for drawing text, as suggested by Chris... |
tree | commitdiff |
1998-07-17 |
Julian Smart | Added STRICT corrections. |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | fixed compilation problems under Windows |
tree | commitdiff |
1998-07-17 |
Robin Dunn | fixed a missing backslash |
tree | commitdiff |
1998-07-16 |
Vadim Zeitlin | wxFileConfig uses sorted arrays (big performance improv... |
tree | commitdiff |
1998-07-16 |
Vadim Zeitlin | added sorted arrays: they automatically sort items... |
tree | commitdiff |
1998-07-16 |
Julian Smart | Cured SetString/GetSelection interaction; incorporated... |
tree | commitdiff |
1998-07-16 |
Robin Dunn | Inserted an else that seemed to be missing. (My RadioB... |
tree | commitdiff |
1998-07-15 |
Guilhem Lavaux | wxStream: wxInputStream and wxOutputStream don't inheri... |
tree | commitdiff |
next |