1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Julian Smart | Changed name of controls sample. |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Karsten Ballüder | fixed arguments to make it wxMSW compatible |
commit | commitdiff | tree | snapshot |
1998-07-09 |
Vadim Zeitlin | MSW wxNotebook implementation |
commit | commitdiff | tree | snapshot |
1998-07-09 |
Vadim Zeitlin | wxWindow::IsShown() made 'const' |
commit | commitdiff | tree | snapshot |
1998-07-09 |
Vadim Zeitlin | wxWindow::FindFocus() doesn't exist in wxGTK - #ifdef... |
commit | commitdiff | tree | snapshot |
1998-07-09 |
Vadim Zeitlin | added virtual bool wxWindow::AcceptsFocus() |
commit | commitdiff | tree | snapshot |
1998-07-09 |
Robert Roebling | ThreadnoGui compiles now. |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | wxCHECK/CHECK_RET adjustments |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | added virtual functions AcceptsFocus() and MSWGetDlgCode() |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | added Acceptsfocus() { return FALSE; } |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | added AcceptsFocus() { return FALSE; } |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | improved keyboard handling, bug fixes |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | Last() function added (the same as Item(Count() - 1)) |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | 1) keyboard handling: now generates NavigationKey event... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | bug with multi-part status bars with default widths... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | wxDC::GetTextExtent() checks that passed in x and y... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | Matches() and UngetWriteBuf() added, several asserts... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | 1) some size_t replaced with uint - does it now compile... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | trace messages are now turned off by default |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | wxNavigationKeyEvent class and corresponding macro... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommand... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | 1) keyboard handling added (OnNavigationKey) |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | keyboard handling added (OnNavigationKey) |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | a couple of "const" mistakenly removed restored |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guilhem Lavaux | Small updates in the documentation about threads. |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Vadim Zeitlin | HasGroup/Entry added |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Julian Smart | Removed redundant auto-setting code in wxDC; corrected... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Julian Smart | Cured a bad assert in wxStatusBar; #ifdefed oleutils... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Karsten Ballüder | Corrected convert path to /usr/X11/bin, the default... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Julian Smart | Fixed event arg in notebook.h, #ifdefed out some functi... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Karsten Ballüder | Some fixes for Solaris (2.5). |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Vadim Zeitlin | added HasEntry/Group function to wxConfig, corrected... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Vadim Zeitlin | added missing DeleteItem(long itemId) function |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Karsten Ballüder | Fixed broken Ieee extension for configure --without... |
commit | commitdiff | tree | snapshot |
1998-07-05 |
Guilhem Lavaux | * Fixed configuration problem (#if USE_APPLE_IEEE) |
commit | commitdiff | tree | snapshot |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
commit | commitdiff | tree | snapshot |
1998-07-03 |
Guilhem Lavaux | * Fixed Async -> sync in wxExecute |
commit | commitdiff | tree | snapshot |
1998-07-03 |
Julian Smart | Various documentation changes, makefile fixes |
commit | commitdiff | tree | snapshot |
1998-07-03 |
Julian Smart | Added #pragmas for gcc. |
commit | commitdiff | tree | snapshot |
1998-07-03 |
Julian Smart | Added wxExpr parser/lexer files which had somehow got... |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Guilhem Lavaux | * Deleted all ^M |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Julian Smart | Added dummy constructors etc. for wxProcess(Event)... |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Julian Smart | Added extra Dialog Editor icons |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Karsten Ballüder | Fixed the configure apple-ieee to apple_ieee. |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Julian Smart | Major changes to Dialog Editor (still at alpha level) |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Julian Smart | Removed some consts from tabctrl.h; fixed some other... |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Julian Smart | Various changes for 16-bit compilation |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Vadim Zeitlin | old TODO renamed |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Vadim Zeitlin | renamed to TODO.txt (you really shouldn't use Explorer... |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Vadim Zeitlin | the file which contains TODO issues (with their priorit... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Vadim Zeitlin | * added gtk_text_changed callback and implemented Disca... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Guilhem Lavaux | * Well, I've forgotten this file :-( |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Guilhem Lavaux | * Changed "true" to "TRUE" in some file: "true" doesn... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Vadim Zeitlin | wxImageList ctor now takes the same arguments as the... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Vadim Zeitlin | many changes to make generic tree control (more) MSW... |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Karsten Ballüder | Removed the WXUNUSED() from size parameters in wxIcon... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Vadim Zeitlin | fixes redraw bug which was leaving a horizontal strip... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Karsten Ballüder | Added my wxWindows based layout engine to the repository. |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Karsten Ballüder | fixed event type parameter |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Julian Smart | Separated out Win95 versions of gauge, slider |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Julian Smart | Separated out Win95 versions of gauge, slider; added... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Julian Smart | Changes for wxEventType |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Julian Smart | Changes to aid debugging. |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Julian Smart | wxEventType alterations. |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Julian Smart | New wxEventType for event type enum, and corresponding... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Vadim Zeitlin | corrected "of by 1" error in wxString::insert() |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Vadim Zeitlin | added support for label alignments in wxStaticText... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Vadim Zeitlin | made the interface more compatible with the MSW version... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Julian Smart | Cured DC/GDI object leak; listbox window proc restored... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Julian Smart | Various measures to reduce flicker. |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Julian Smart | Reduced flicker by a combination of less background... |
commit | commitdiff | tree | snapshot |
1998-06-24 |
Vadim Zeitlin | misleading wxASSERT() corrected |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Vadim Zeitlin | bug in wxNotebook::OnSize() corrected |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Vadim Zeitlin | added OnSize() to wxNotebook which forwards size events... |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Julian Smart | Corrected problem with MDI children not refreshing... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Removed deletion of m_selections |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Removed Scanf, Scanfv |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Added more flags to resource.cpp, #ifdefed out ScanfV... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Cured problem introduced by LEAVE/ENTER OnIdle code... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Julian Smart | Added wxCLIP_CHILDREN style (mainly for getting rid... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | attempt to clean up a little keyboard handling code |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxCHECK change |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | GetSelections() changed to work with wxArrayInt |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on, added error messag... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | VC++ warning suppressed |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxString::Scanf() removed because can't be implemented... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | bug in SplitPath() corrected - now ".." handled correctly |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxListbox::GetSelections() now takes a wxArrayInt inste... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | Oops... just added wxString::Scanf() functions can... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | #include "wx/msw/notebook" added |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxLogWindow::GetOldLog() added |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Vadim Zeitlin | wxCHECK macros slightly changed: wxCHECK( expr, rc... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Karsten Ballüder | fixed #pragma |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Karsten Ballüder | fixed #include paths to use local copies of png/gdk_iml... |
commit | commitdiff | tree | snapshot |
next |