1998-09-05 |
Robert Roebling | Shared libs now get installed correctly on Linux. |
commit | commitdiff | tree | snapshot |
1998-09-05 |
Robert Roebling | Makefile next attempt |
commit | commitdiff | tree | snapshot |
1998-09-05 |
Robert Roebling | Fixed a small wxDialog thing |
commit | commitdiff | tree | snapshot |
1998-09-04 |
Guilhem Lavaux | * wxFileInputStream and wxFileOutputStream doesn't... |
commit | commitdiff | tree | snapshot |
1998-09-04 |
Vadim Zeitlin | friends declarations removed, GetBitmap/Pixmap function... |
commit | commitdiff | tree | snapshot |
1998-09-04 |
Robert Roebling | Removed remaining file. |
commit | commitdiff | tree | snapshot |
1998-09-04 |
Robert Roebling | Corrected wxWindow::GetExtent |
commit | commitdiff | tree | snapshot |
1998-09-04 |
Vadim Zeitlin | image in the notebook is now at the left of the label... |
commit | commitdiff | tree | snapshot |
1998-09-04 |
Julian Smart | Added friend wxNotebook |
commit | commitdiff | tree | snapshot |
1998-09-04 |
Julian Smart | Fixed compile error in gtk/dc.cpp (L.88); also menu... |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Robert Roebling | It's possible now to save to a PNG. OK, I still |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Vadim Zeitlin | wxNotebook now supports the item images (except for... |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Vadim Zeitlin | the notebook now has the icons |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Robert Roebling | Some more Makefile stuff (someone else did that parti... |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Unknown (AN) | fixed the install/unix references -Markus |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Unknown (AN) | fixed the install/unix references -Markus |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Vadim Zeitlin | wxFileConfig ctor now (again) uses the files in the... |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Robert Roebling | make install |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Vadim Zeitlin | replaced wxEmptyString with "" because it's defined... |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Karsten Ballüder | Removed files as requested by Robert. |
commit | commitdiff | tree | snapshot |
1998-09-03 |
Julian Smart | Dang, can't remember what I changed now |
commit | commitdiff | tree | snapshot |
1998-09-02 |
Robert Roebling | Added wxAccelerators (sort of) |
commit | commitdiff | tree | snapshot |
1998-09-02 |
Robert Roebling | New configure |
commit | commitdiff | tree | snapshot |
1998-09-02 |
Robert Roebling | Fixed event handling for DialogEd |
commit | commitdiff | tree | snapshot |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
commit | commitdiff | tree | snapshot |
1998-09-01 |
Robert Roebling | Small fixes to wxChoice, wxComboBox and wxListBox |
commit | commitdiff | tree | snapshot |
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 |
next |