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 |
1998-07-10 |
Karsten Ballüder | Fixed implementation pragma to "utils.h" |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | fixed another @DEBUG@ |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
tree | commitdiff |
1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | MSW wxNotebook implementation |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | wxWindow::IsShown() made 'const' |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | wxWindow::FindFocus() doesn't exist in wxGTK - #ifdef... |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | added virtual bool wxWindow::AcceptsFocus() |
tree | commitdiff |
1998-07-09 |
Robert Roebling | ThreadnoGui compiles now. |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | 1) keyboard handling: now generates NavigationKey event... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | bug with multi-part status bars with default widths... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | wxDC::GetTextExtent() checks that passed in x and y... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | Matches() and UngetWriteBuf() added, several asserts... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | trace messages are now turned off by default |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommand... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | keyboard handling added (OnNavigationKey) |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | a couple of "const" mistakenly removed restored |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | HasGroup/Entry added |
tree | commitdiff |
1998-07-08 |
Julian Smart | Removed redundant auto-setting code in wxDC; corrected... |
tree | commitdiff |
1998-07-08 |
Julian Smart | Cured a bad assert in wxStatusBar; #ifdefed oleutils... |
tree | commitdiff |
next |