1998-09-01 |
Robert Roebling | Added Set/GetItemState, GetNextItem.. to wxTreeCtrl |
commit | commitdiff | tree | snapshot |
1998-09-01 |
Robert Roebling | Fixed a few compile things |
commit | commitdiff | tree | snapshot |
1998-08-28 |
Julian Smart | Fixed MSW printing, tidied up member variable names |
commit | commitdiff | tree | snapshot |
1998-08-27 |
Robin Dunn | Added some typecasts that the compiler complained about... |
commit | commitdiff | tree | snapshot |
1998-08-27 |
Robin Dunn | Some chicken-and-egg problems solved for wxPython on... |
commit | commitdiff | tree | snapshot |
1998-08-27 |
Julian Smart | Updated wxConfig documentation |
commit | commitdiff | tree | snapshot |
1998-08-27 |
Julian Smart | Added some files I forgot about |
commit | commitdiff | tree | snapshot |
1998-08-27 |
Julian Smart | wxConfig changes to be more logical. |
commit | commitdiff | tree | snapshot |
1998-08-27 |
Julian Smart | wxUpdateUIEvent derives from wxCommandEvent now |
commit | commitdiff | tree | snapshot |
1998-08-27 |
Robin Dunn | - more tweaks |
commit | commitdiff | tree | snapshot |
1998-08-25 |
Unknown (RO) | Missing typecast from return. |
commit | commitdiff | tree | snapshot |
1998-08-24 |
Julian Smart | HKEY -> WXHKEY, wxScrolledWindow::SetScale added |
commit | commitdiff | tree | snapshot |
1998-08-24 |
Julian Smart | HKEY -> WXHKEY; wxScrolledWindow::SetScale added |
commit | commitdiff | tree | snapshot |
1998-08-24 |
Guilhem Lavaux | * wxStream fixes. |
commit | commitdiff | tree | snapshot |
1998-08-23 |
Vadim Zeitlin | minor fixes |
commit | commitdiff | tree | snapshot |
1998-08-23 |
Karsten Ballüder | added (de)select all |
commit | commitdiff | tree | snapshot |
1998-08-23 |
Guilhem Lavaux | * Fixed two memory leaks. |
commit | commitdiff | tree | snapshot |
1998-08-23 |
Julian Smart | defs.h corrected (syntax error in wxDELETEA). More... |
commit | commitdiff | tree | snapshot |
1998-08-23 |
Guilhem Lavaux | * New function wxObjectInputStream::Recall() |
commit | commitdiff | tree | snapshot |
1998-08-23 |
Unknown (RO) | Missing \ before _ |
commit | commitdiff | tree | snapshot |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
commit | commitdiff | tree | snapshot |
1998-08-22 |
Vadim Zeitlin | calling insert("") would provoke an assert - now it... |
commit | commitdiff | tree | snapshot |
1998-08-22 |
Vadim Zeitlin | bug with checking the first character of possible empty... |
commit | commitdiff | tree | snapshot |
1998-08-22 |
Robin Dunn | some tweaks for wxGTK |
commit | commitdiff | tree | snapshot |
1998-08-22 |
Julian Smart | Removed redundant makefiles and AIAI icons. Changed... |
commit | commitdiff | tree | snapshot |
1998-08-22 |
Julian Smart | Added config resource file and VC++ makefile |
commit | commitdiff | tree | snapshot |
1998-08-22 |
Julian Smart | Removed child frame CreateStatusBar from MDI sample... |
commit | commitdiff | tree | snapshot |
1998-08-22 |
Julian Smart | OGL improvements |
commit | commitdiff | tree | snapshot |
1998-08-21 |
Vadim Zeitlin | spurious error messages from wxRegKey::HasValue() suppr... |
commit | commitdiff | tree | snapshot |
1998-08-21 |
Vadim Zeitlin | radiobox had some strange ideas about vertical and... |
commit | commitdiff | tree | snapshot |
1998-08-21 |
Julian Smart | Accelerators now work for wxDialog; wxToolBarSimple... |
commit | commitdiff | tree | snapshot |
1998-08-20 |
Vadim Zeitlin | wxStaticBitmaps were created invisible - corrected |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Guilhem Lavaux | * Some new feature in wxObject*Stream (objects aren... |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Julian Smart | GDI double-deletion fix, wxBitmap depth bug |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Guilhem Lavaux | * Bug fix |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Robin Dunn | A few tweaks |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Robin Dunn | Placeholder |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Robin Dunn | new build structure |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Robin Dunn | GTK version of the SWIG-generated files |
commit | commitdiff | tree | snapshot |
1998-08-19 |
Robin Dunn | placeholder |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robin Dunn | New build directory structure |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robin Dunn | ifdef out some wxGTK specific code |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robin Dunn | MSW version of the SWIG-generated files |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robin Dunn | moving the SWIG-generated files to toolkit specific... |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Vadim Zeitlin | uint -> size_t change |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robin Dunn | Added wxTheApp = this; to wxApp::wxApp for wxPython |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Denis Pershin | Second try |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robin Dunn | more wxGTK compatibility things. |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robin Dunn | a few tweaks |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Denis Pershin | Seems it works reasonably stable... |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robert Roebling | Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Guilhem Lavaux | * wxThread: new functions: wxThread::Pause/Resume,... |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robert Roebling | Next attempt at dynlib.cpp |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Vadim Zeitlin | corrected wxListCtrl compilation problems |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Julian Smart | Various .tex files updated. .bmp files were corrupted... |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Karsten Ballüder | reordered headers to compile |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Karsten Ballüder | #ifdef'd out some parts for non-supported systems. |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Karsten Ballüder | Added configure to cvs - there are systems without... |
commit | commitdiff | tree | snapshot |
1998-08-18 |
Robert Roebling | Added the static text patch for multiline text |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Vadim Zeitlin | added wxConfigBase documentation |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Vadim Zeitlin | minor change |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Vadim Zeitlin | a micro bug (but which was enough to break regtest... |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Vadim Zeitlin | replaced another printf() with wxLogDebug() |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robin Dunn | Added missing declaration of wxIcon::operator =(const... |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robert Roebling | Added IRIX compile fixes |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robin Dunn | Removed an extra method definition |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robin Dunn | Corrected the signature for wxFrame::Maximize |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robin Dunn | Added wxWindow::Center |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robert Roebling | Added in-place editiging in wxListCtrl |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robert Roebling | Added list ctrl sample. Looks better than what I... |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robert Roebling | Turned wxIcon inline constructors to real constructors |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Julian Smart | Got printing, toolbar samples compiling under Windows... |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Julian Smart | Changed floats to doubles in wxexpr.h; added a flag... |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Julian Smart | Changed floats to doubles |
commit | commitdiff | tree | snapshot |
1998-08-17 |
Robert Roebling | GTK's toolbar class has no OnPaint |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Vadim Zeitlin | 1) corrected bug in log.cpp which only affected wxGTK... |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Robert Roebling | Added mising AddBitmapList in wxBitmap |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Robert Roebling | New scrolling for GTK |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Karsten Ballüder | added one extra check for emptyness |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Julian Smart | Changed wxMenu::GetTitle to return a wxString. |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Robin Dunn | More wxGTK work. |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Robin Dunn | updated email address |
commit | commitdiff | tree | snapshot |
1998-08-16 |
Vadim Zeitlin | Karsten's correction undone - this code is (was) correct! |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Karsten Ballüder | Added configure option --with-dmalloc to use the dmallo... |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Vadim Zeitlin | '&' are removed from checkbox labels (all controls... |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Vadim Zeitlin | added default values for ax size arguments of SetSizeHi... |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Julian Smart | Small changes after Robert's edits |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Robert Roebling | Fixed my own Makefile bug |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Karsten Ballüder | fixed GetSelection() inversion bug |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Julian Smart | Added isosurf wxGLCanvas sample, cured OnPaint bug... |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Karsten Ballüder | fixed a logical error (! isempty) instead of isempty |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Robert Roebling | Added graying out of menus and buttons |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Robert Roebling | DialogEd's missing icons. |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Robert Roebling | DialogEd now compiles, links and runs under wxGTK |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Denis Pershin | DP: Just came back from 3 days fishing and found that... |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Robert Roebling | Added wxPropList library |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Julian Smart | Added GLCanvas library (Win only at present). |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Julian Smart | 2 GnuWin32 compile bugs fixed, incl. printf bug in... |
commit | commitdiff | tree | snapshot |
1998-08-15 |
Robert Roebling | Resource sample works now, apart from |
commit | commitdiff | tree | snapshot |
next |