1998-07-12 |
Vadim Zeitlin | wxGetEmptyString() function added |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Vadim Zeitlin | 1. expand/collapse (and -ing variants) events are now... |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Vadim Zeitlin | added missing UngetWriteBuf() in wxString::insert |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Vadim Zeitlin | memory leak plugged |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Vadim Zeitlin | wxFrame::OnSize() slightly optimized (the behaviour... |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Robert Roebling | stream compile fixes |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Guilhem Lavaux | Added IMPLEMENT_CLASS, ... about wxStream classes ... |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Guilhem Lavaux | Ooops ! I've forgotten the include files. |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Guilhem Lavaux | Added wxStream but I haven't tested them. |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Karsten Ballüder | latest sources from M |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Julian Smart | Added wxTreeLayout for wxWindows 2.0 |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Julian Smart | Added gtk.rsp, a 'response' file (listing of all wxGTK... |
commit | commitdiff | tree | snapshot |
1998-07-12 |
Julian Smart | Removed #pragmas in utils.cpp, corrected USE_(WX)DEBUG_... |
commit | commitdiff | tree | snapshot |
1998-07-11 |
Guilhem Lavaux | Deleted "#include <sched.h>". |
commit | commitdiff | tree | snapshot |
1998-07-11 |
Robert Roebling | event/leave events |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Robert Roebling | tree control and dc::drawlines bug |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Vadim Zeitlin | wxWindow::OnSize() does _not_ call Layout() (it should... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Vadim Zeitlin | wxFrame::OnSize() calls Layout() if GetAutoLayout() |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Karsten Ballüder | Fixed implementation pragma to "utils.h" |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Karsten Ballüder | DEBUG -> WXDEBUG |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Karsten Ballüder | still fixing DEBUG macros |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Karsten Ballüder | fixed another @DEBUG@ |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
commit | commitdiff | tree | snapshot |
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 |
next |