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 |
1998-07-15 |
Vadim Zeitlin | speed optimizations: some functions now use wxString... |
tree | commitdiff |
1998-07-15 |
Vadim Zeitlin | optimizations: more functions made inline, added Alloc... |
tree | commitdiff |
1998-07-15 |
Karsten Ballüder | added gauge.cpp |
tree | commitdiff |
1998-07-15 |
Karsten Ballüder | fixed SetRange/GetValue |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | GetTempFileName used in wxTempFile now instead of tmpnam |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | ExpandEnvVars was eating backslashes - no more. |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | added wxSplitFile() to decompose a file name into path... |
tree | commitdiff |
1998-07-14 |
Guilhem Lavaux | * wxMemory*Stream link problem fix. |
tree | commitdiff |
1998-07-14 |
Guilhem Lavaux | * wxStream: I've rewritten the inheritance |
tree | commitdiff |
1998-07-13 |
Robert Roebling | resize mdi and notebook client |
tree | commitdiff |
1998-07-13 |
Robert Roebling | memdc and bitmap fixes |
tree | commitdiff |
1998-07-13 |
Vadim Zeitlin | constraints for notebook pages work (again) |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | fixed DEBUG |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Changed #ifdef DEBUG to #ifdef __WXDEBUG__ |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Quick fix to avoid unnecessary compiler warnings from... |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Configure now adds -D__WXDEBUG__ to the compiler switch... |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Fixed that stupid stream problem. |
tree | commitdiff |
1998-07-13 |
Julian Smart | Removed streams from VC++ makefile for now; corrected... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | GetTextExtent checks that passed pointers are not NULL |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | constraints handling for notebook pages improved |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxFILE_MUST_EXIST added |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | 1. expand/collapse (and -ing variants) events are now... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | added missing UngetWriteBuf() in wxString::insert |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | memory leak plugged |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxFrame::OnSize() slightly optimized (the behaviour... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed |
tree | commitdiff |
1998-07-12 |
Robert Roebling | stream compile fixes |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added IMPLEMENT_CLASS, ... about wxStream classes ... |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Ooops ! I've forgotten the include files. |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added wxStream but I haven't tested them. |
tree | commitdiff |
1998-07-12 |
Julian Smart | Removed #pragmas in utils.cpp, corrected USE_(WX)DEBUG_... |
tree | commitdiff |
1998-07-11 |
Guilhem Lavaux | Deleted "#include <sched.h>". |
tree | commitdiff |
1998-07-11 |
Robert Roebling | event/leave events |
tree | commitdiff |
1998-07-10 |
Robert Roebling | tree control and dc::drawlines bug |
tree | commitdiff |
1998-07-10 |
Vadim Zeitlin | wxWindow::OnSize() does _not_ call Layout() (it should... |
tree | commitdiff |
1998-07-10 |
Vadim Zeitlin | wxFrame::OnSize() calls Layout() if GetAutoLayout() |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
tree | commitdiff |
next |