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 | MSWGetDlgCode() behaviour changed to allow both TAB... |
tree | commitdiff |
1998-07-18 |
Julian Smart | wxDocManager gets the only view if none other specified... |
tree | commitdiff |
1998-07-18 |
Vadim Zeitlin | a couple of functions added (GetNumberOfGroups/Entries... |
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 | wxTString removed |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | correct (working) version of wxString |
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 |
Julian Smart | Added STRICT corrections. |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | fixed compilation problems under Windows |
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-15 |
Guilhem Lavaux | wxStream: wxInputStream and wxOutputStream don't inheri... |
tree | commitdiff |
1998-07-15 |
Vadim Zeitlin | optimizations: more functions made inline, added Alloc... |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | common constants (wxSeekMode) and types (off_t) to... |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | off_t #define'd as _off_t for VC++ (it's not a standard... |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | 1) added wxSplitFile() to decompose a file name into... |
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 |
Julian Smart | In splitter sample, forwarded OnIdle events to wxFrame... |
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 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 | wxLogDebug/Trace in release mode now don't give compile... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | 1) separate expand/collapse event |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | constraints handling for the notebook pages fixed |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | defined wxFILE_MUST_EXIST flag |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxGetEmptyString() function added |
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 |
Robert Roebling | event/leave events |
tree | commitdiff |
1998-07-10 |
Robert Roebling | tree control and dc::drawlines bug |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
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-10 |
Karsten Ballüder | fixed arguments to make it wxMSW compatible |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | wxWindow::IsShown() made 'const' |
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 | added virtual functions AcceptsFocus() and MSWGetDlgCode() |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | added Acceptsfocus() { return FALSE; } |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | added AcceptsFocus() { return FALSE; } |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | improved keyboard handling, bug fixes |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | Last() function added (the same as Item(Count() - 1)) |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | 1) some size_t replaced with uint - does it now compile... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | wxNavigationKeyEvent class and corresponding macro... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | 1) 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 | Fixed event arg in notebook.h, #ifdefed out some functi... |
tree | commitdiff |
1998-07-07 |
Karsten Ballüder | Some fixes for Solaris (2.5). |
tree | commitdiff |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
tree | commitdiff |
1998-07-07 |
Vadim Zeitlin | added HasEntry/Group function to wxConfig, corrected... |
tree | commitdiff |
1998-07-07 |
Vadim Zeitlin | added missing DeleteItem(long itemId) function |
tree | commitdiff |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
tree | commitdiff |
1998-07-03 |
Guilhem Lavaux | * Fixed Async -> sync in wxExecute |
tree | commitdiff |
1998-07-03 |
Julian Smart | Added #pragmas for gcc. |
tree | commitdiff |
1998-07-02 |
Julian Smart | Removed some consts from tabctrl.h; fixed some other... |
tree | commitdiff |
1998-07-01 |
Guilhem Lavaux | * Changed "true" to "TRUE" in some file: "true" doesn... |
tree | commitdiff |
1998-07-01 |
Vadim Zeitlin | wxImageList ctor now takes the same arguments as the... |
tree | commitdiff |
1998-07-01 |
Vadim Zeitlin | many changes to make generic tree control (more) MSW... |
tree | commitdiff |
1998-06-30 |
Karsten Ballüder | Removed the WXUNUSED() from size parameters in wxIcon... |
tree | commitdiff |
1998-06-28 |
Julian Smart | Separated out Win95 versions of gauge, slider |
tree | commitdiff |
1998-06-28 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1998-06-28 |
Julian Smart | Separated out Win95 versions of gauge, slider; added... |
tree | commitdiff |
1998-06-26 |
Julian Smart | Changes for wxEventType |
tree | commitdiff |
1998-06-26 |
Julian Smart | wxEventType alterations. |
tree | commitdiff |
1998-06-26 |
Vadim Zeitlin | made the interface more compatible with the MSW version... |
tree | commitdiff |
1998-06-25 |
Julian Smart | Various measures to reduce flicker. |
tree | commitdiff |
1998-06-23 |
Vadim Zeitlin | added OnSize() to wxNotebook which forwards size events... |
tree | commitdiff |
1998-06-22 |
Julian Smart | Added wxCLIP_CHILDREN style (mainly for getting rid... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxListbox::GetSelections() now takes a wxArrayInt inste... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | Oops... just added wxString::Scanf() functions can... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | #include "wx/msw/notebook" added |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxLogWindow::GetOldLog() added |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxCHECK macros slightly changed: wxCHECK( expr, rc... |
tree | commitdiff |
1998-06-22 |
Karsten Ballüder | fixed #pragma |
tree | commitdiff |
1998-06-19 |
Karsten Ballüder | fixed stupid compiler warning |
tree | commitdiff |
1998-06-18 |
Vadim Zeitlin | changed the notebook control to use AddPage() interface... |
tree | commitdiff |
1998-06-18 |
Vadim Zeitlin | 1) Right(char ch) now returns the part of the string... |
tree | commitdiff |
1998-06-18 |
Vadim Zeitlin | wxFileConfig bugs corrected (now the new entries belong... |
tree | commitdiff |
1998-06-15 |
Karsten Ballüder | changed GetSelections() argument |
tree | commitdiff |
1998-06-15 |
Julian Smart | Experimental notebook API |
tree | commitdiff |
1998-06-15 |
Julian Smart | Corrected some problems I introduced, added tabevent... |
tree | commitdiff |
1998-06-14 |
Vadim Zeitlin | wxNotebook interface (it may change!), implementation... |
tree | commitdiff |
1998-06-14 |
Vadim Zeitlin | added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHAN... |
tree | commitdiff |
1998-06-14 |
Vadim Zeitlin | added ctor wxColour(unsigned long colRGB) and the corre... |
tree | commitdiff |
next |