1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Guilhem Lavaux | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Guilhem Lavaux | * Ooops, I didn't copy the files in the right directory... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Guilhem Lavaux | * New wxStream classes: wxStreamBuffer and wxObject... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Vadim Zeitlin | some common code moved from wxWindow/wxFrame into files... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Vadim Zeitlin | SelectItem() now sends a wxEVT_SELECTED notification. |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Vadim Zeitlin | added "access" parameter to wxFile::Create and Open... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Vadim Zeitlin | scrollbar support added (experimental) |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Julian Smart | New toolbar event processing |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Julian Smart | Removed compile bugs in regconf.cpp, added new toolbar... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Julian Smart | Altered event.h to reflect new toolbar event handling... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Julian Smart | Updated the toolbar sample to reflect updated event... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Vadim Zeitlin | added default value for "int type" (wxBITMAP_TYPE_XPM... |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Vadim Zeitlin | removed #define wxToolBarGTK |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Karsten Ballüder | fixed appending of '/' to empty string |
commit | commitdiff | tree | snapshot |
1998-07-24 |
Karsten Ballüder | fixed private member access problem |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | oops... a typo in just checked in file corrected |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | call to SetLabel in Create() added to strip "&" charact... |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | wxTreeControl::Get/SetSelection implemented |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | now wxToolBarGTK is #define'd as wxToolBar under wxGTK... |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | IsItemExpanded() function added |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | wxUpdateUI events generation added |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | IsModified() function now works correctly |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | SetModified() added |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | OnSize removed (not needed any more after Robert's... |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | more accessors added, member variablesmade private |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | DoMenuUpdates() |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | added flag wxFILE_MUST_EXIST |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | GetLabel() added |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | common functions moved into ../common/framecmn.cpp |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | made the code more wxMSW compatible |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | made the constraintsin notebook pages work (once again) |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | added wxUpdateUI generation |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | common part of wxWindow class |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | removes "&" from wxControl's label (also for buttons... |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | choosing "Cancel" in the message box which appears... |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | common code of wxFrame class |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | a warning in the release build suppressed |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Julian Smart | Created new, simplified toolbar sample; removed other... |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Julian Smart | Moved Get/SetToolBar down into frame.h/cpp |
commit | commitdiff | tree | snapshot |
1998-07-23 |
Vadim Zeitlin | added #define wxToolBar wxToolBarGTK for wxGTK |
commit | commitdiff | tree | snapshot |
1998-07-22 |
Robert Roebling | mdi private menus |
commit | commitdiff | tree | snapshot |
1998-07-22 |
Julian Smart | Added wxString version of wxStripExtension; changed... |
commit | commitdiff | tree | snapshot |
1998-07-22 |
Julian Smart | Added wxString version of wxStripExtension; changed... |
commit | commitdiff | tree | snapshot |
1998-07-22 |
Vadim Zeitlin | warning under gcc removed |
commit | commitdiff | tree | snapshot |
1998-07-21 |
Karsten Ballüder | fixed duplicate definition |
commit | commitdiff | tree | snapshot |
1998-07-20 |
Vadim Zeitlin | bug in wxFileConfig::DeleteEntry/Group corrected |
commit | commitdiff | tree | snapshot |
1998-07-20 |
Vadim Zeitlin | corrected bug in wxArrayString::operator= and it's... |
commit | commitdiff | tree | snapshot |
1998-07-20 |
Robert Roebling | many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, |
commit | commitdiff | tree | snapshot |
1998-07-20 |
Unknown (MO) | Added use of default file/dir and confirm on overwrite... |
commit | commitdiff | tree | snapshot |
1998-07-20 |
Karsten Ballüder | fixed config incosistency |
commit | commitdiff | tree | snapshot |
1998-07-20 |
Karsten Ballüder | added -O0 to debug flags to disable optimisation -... |
commit | commitdiff | tree | snapshot |
1998-07-20 |
Karsten Ballüder | printing added |
commit | commitdiff | tree | snapshot |
1998-07-19 |
Vadim Zeitlin | infinite loop in wxNavigationKeyEvent processing fixed |
commit | commitdiff | tree | snapshot |
1998-07-19 |
Vadim Zeitlin | MSWGetDlgCode() behaviour changed to allow both TAB... |
commit | commitdiff | tree | snapshot |
1998-07-19 |
Julian Smart | Renamed a couple more samples/controls files; fixed... |
commit | commitdiff | tree | snapshot |
1998-07-19 |
Karsten Ballüder | fixed the ps dialog but doesn't all work yet |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Julian Smart | wxDocManager gets the only view if none other specified... |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Julian Smart | Added revamped Object Graphics Library (for node/arc... |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Vadim Zeitlin | a couple of functions added (GetNumberOfGroups/Entries... |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Vadim Zeitlin | small bug fixes + a couple of new functions added |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Vadim Zeitlin | several bugs fixes |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Guilhem Lavaux | wxFrame: OnSize() has a SEGV if wxFrame has no child... |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Robert Roebling | ODBC compile (and link) fixes |
commit | commitdiff | tree | snapshot |
1998-07-18 |
Robert Roebling | added ODBC support |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | compile without STRICT fixed |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | corrected (after wxTString untimely death) and expanded |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | the very last traces of wxTString removed |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Julian Smart | Bug fix to scrolwin.cpp (position not set in SetScrollb... |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | don't set focus to [ok] in text entry dialog (leave... |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | last traces of wxTString removed |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | correct (working) version of wxString |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | wxTString removed |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | correct (working) version of wxString |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | another "const" added |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | some "const"s added |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Karsten Ballüder | fixed, latex now works for manual.tex and referenc... |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Julian Smart | Some Borland/GnuWin32 fixes |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Karsten Ballüder | fixed underline for drawing text, as suggested by Chris... |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Julian Smart | Added STRICT corrections. |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Vadim Zeitlin | fixed compilation problems under Windows |
commit | commitdiff | tree | snapshot |
1998-07-17 |
Robin Dunn | fixed a missing backslash |
commit | commitdiff | tree | snapshot |
1998-07-16 |
Vadim Zeitlin | wxFileConfig uses sorted arrays (big performance improv... |
commit | commitdiff | tree | snapshot |
1998-07-16 |
Vadim Zeitlin | added sorted arrays: they automatically sort items... |
commit | commitdiff | tree | snapshot |
1998-07-16 |
Julian Smart | Cured SetString/GetSelection interaction; incorporated... |
commit | commitdiff | tree | snapshot |
1998-07-16 |
Robin Dunn | Inserted an else that seemed to be missing. (My RadioB... |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Guilhem Lavaux | wxStream: wxInputStream and wxOutputStream don't inheri... |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Vadim Zeitlin | speed optimizations: some functions now use wxString... |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Vadim Zeitlin | optimizations: more functions made inline, added Alloc... |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Karsten Ballüder | added gauge.cpp |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Karsten Ballüder | fixed SetRange/GetValue |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Karsten Ballüder | fixed wxGTK copyright |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Karsten Ballüder | On Robert's request I have added the html-version of... |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Vadim Zeitlin | common constants (wxSeekMode) and types (off_t) to... |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Vadim Zeitlin | off_t #define'd as _off_t for VC++ (it's not a standard... |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Vadim Zeitlin | GetTempFileName used in wxTempFile now instead of tmpnam |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Vadim Zeitlin | ExpandEnvVars was eating backslashes - no more. |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Vadim Zeitlin | added wxSplitFile() to decompose a file name into path... |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Vadim Zeitlin | 1) added wxSplitFile() to decompose a file name into... |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Guilhem Lavaux | * wxMemory*Stream link problem fix. |
commit | commitdiff | tree | snapshot |
next |