1998-09-05 |
Robert Roebling | Shared libs now get installed correctly on Linux. |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Makefile next attempt |
tree | commitdiff |
1998-09-04 |
Guilhem Lavaux | * wxFileInputStream and wxFileOutputStream doesn't... |
tree | commitdiff |
1998-09-04 |
Vadim Zeitlin | friends declarations removed, GetBitmap/Pixmap function... |
tree | commitdiff |
1998-09-04 |
Robert Roebling | Corrected wxWindow::GetExtent |
tree | commitdiff |
1998-09-04 |
Julian Smart | Added friend wxNotebook |
tree | commitdiff |
1998-09-03 |
Robert Roebling | It's possible now to save to a PNG. OK, I still |
tree | commitdiff |
1998-09-03 |
Robert Roebling | make install |
tree | commitdiff |
1998-09-03 |
Vadim Zeitlin | replaced wxEmptyString with "" because it's defined... |
tree | commitdiff |
1998-09-03 |
Julian Smart | Dang, can't remember what I changed now |
tree | commitdiff |
1998-09-02 |
Robert Roebling | Added wxAccelerators (sort of) |
tree | commitdiff |
1998-09-02 |
Robert Roebling | New configure |
tree | commitdiff |
1998-09-02 |
Robert Roebling | Fixed event handling for DialogEd |
tree | commitdiff |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Small fixes to wxChoice, wxComboBox and wxListBox |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Added Set/GetItemState, GetNextItem.. to wxTreeCtrl |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Fixed a few compile things |
tree | commitdiff |
1998-08-28 |
Julian Smart | Fixed MSW printing, tidied up member variable names |
tree | commitdiff |
1998-08-27 |
Julian Smart | wxConfig changes to be more logical. |
tree | commitdiff |
1998-08-27 |
Julian Smart | wxUpdateUIEvent derives from wxCommandEvent now |
tree | commitdiff |
1998-08-24 |
Julian Smart | HKEY -> WXHKEY, wxScrolledWindow::SetScale added |
tree | commitdiff |
1998-08-23 |
Julian Smart | defs.h corrected (syntax error in wxDELETEA). More... |
tree | commitdiff |
1998-08-23 |
Guilhem Lavaux | * New function wxObjectInputStream::Recall() |
tree | commitdiff |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
tree | commitdiff |
1998-08-22 |
Julian Smart | Removed child frame CreateStatusBar from MDI sample... |
tree | commitdiff |
1998-08-19 |
Guilhem Lavaux | * Some new feature in wxObject*Stream (objects aren... |
tree | commitdiff |
1998-08-18 |
Vadim Zeitlin | uint -> size_t change |
tree | commitdiff |
1998-08-18 |
Denis Pershin | Second try |
tree | commitdiff |
1998-08-18 |
Guilhem Lavaux | * wxThread: new functions: wxThread::Pause/Resume,... |
tree | commitdiff |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
tree | commitdiff |
1998-08-18 |
Robert Roebling | Next attempt at dynlib.cpp |
tree | commitdiff |
1998-08-18 |
Vadim Zeitlin | corrected wxListCtrl compilation problems |
tree | commitdiff |
1998-08-17 |
Robin Dunn | Added missing declaration of wxIcon::operator =(const... |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Added IRIX compile fixes |
tree | commitdiff |
1998-08-17 |
Robin Dunn | Corrected the signature for wxFrame::Maximize |
tree | commitdiff |
1998-08-17 |
Robin Dunn | Added wxWindow::Center |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Added in-place editiging in wxListCtrl |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Turned wxIcon inline constructors to real constructors |
tree | commitdiff |
1998-08-17 |
Julian Smart | Changed floats to doubles in wxexpr.h; added a flag... |
tree | commitdiff |
1998-08-16 |
Robert Roebling | New scrolling for GTK |
tree | commitdiff |
1998-08-16 |
Julian Smart | Changed wxMenu::GetTitle to return a wxString. |
tree | commitdiff |
1998-08-15 |
Karsten Ballüder | Added configure option --with-dmalloc to use the dmallo... |
tree | commitdiff |
1998-08-15 |
Vadim Zeitlin | added default values for ax size arguments of SetSizeHi... |
tree | commitdiff |
1998-08-15 |
Robert Roebling | Added graying out of menus and buttons |
tree | commitdiff |
1998-08-15 |
Robert Roebling | See last changelog |
tree | commitdiff |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added validation support |
tree | commitdiff |
1998-08-14 |
Vadim Zeitlin | wxLogWindoe changed again: now takes a parent frame... |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added wxRadioButton (not tested) |
tree | commitdiff |
1998-08-13 |
Julian Smart | Attempting to check in this wretched cursor again.... |
tree | commitdiff |
1998-08-13 |
Robert Roebling | Added ToogleTool from Markus |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | added a "wxWindow *" (unused) argument for wxGTK compat... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | explicit SetSelection/SetOldSelection methods added... |
tree | commitdiff |
1998-08-12 |
Robert Roebling | Added PushEventHandler, Pop... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | had to modify it (added one pixel...) to be able to... |
tree | commitdiff |
1998-08-12 |
Robert Roebling | Added wxFrame::OnCreateStatusBar and ToolBar |
tree | commitdiff |
1998-08-12 |
Karsten Ballüder | replaced by stubs files |
tree | commitdiff |
1998-08-11 |
Vadim Zeitlin | static wxFile::Access() added (access() isn't ANSI... |
tree | commitdiff |
1998-08-11 |
Karsten Ballüder | Added empty Raise() and Lower() methods for compatibilty. |
tree | commitdiff |
1998-08-10 |
Denis Pershin | DP: GetBitmap() added to wxImageList |
tree | commitdiff |
1998-08-10 |
Denis Pershin | DP: native wxTreeCtrl for GTK. |
tree | commitdiff |
1998-08-10 |
Julian Smart | Various Dialog Editor-related mods; Dlg Ed. getting... |
tree | commitdiff |
1998-08-09 |
Julian Smart | Miscellaneous, mostly cosmetic changes. wxPen/wxFont... |
tree | commitdiff |
1998-08-09 |
Julian Smart | Stub header changes. |
tree | commitdiff |
1998-08-09 |
Robert Roebling | Added Pop-up menus. |
tree | commitdiff |
1998-08-08 |
Vadim Zeitlin | WXFARPROC prototyped as `typedef int (__stdcall *WXFARP... |
tree | commitdiff |
1998-08-08 |
Vadim Zeitlin | some minor changes in wxLogWindow |
tree | commitdiff |
1998-08-08 |
Robert Roebling | Correct the wxButton::Setlabel nonsense |
tree | commitdiff |
1998-08-08 |
Robert Roebling | Added wxDC:DrawPolygone |
tree | commitdiff |
1998-08-08 |
Julian Smart | Added stub include files; also a couple more Dialog... |
tree | commitdiff |
1998-08-08 |
Denis Pershin | DP: |
tree | commitdiff |
1998-08-07 |
Julian Smart | Fixed various wxMSW compile problems that came down... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | wxTREE_INSERT_XXX constants were incorrectly defined... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | the modal dialogs restore the focus to the control... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | ProcessEvent() now saves the m_lastXXX parameters in... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | code using ms_PaintDC changed a little (a couple of... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | improved handling of frames with parent: now they have... |
tree | commitdiff |
1998-08-07 |
Robert Roebling | More configure fixes |
tree | commitdiff |
1998-08-07 |
Robert Roebling | More work on wxQt integration, configure |
tree | commitdiff |
1998-08-07 |
Robin Dunn | Removed a ">>>>>>> 1.5" (a CVS conflict indicator)... |
tree | commitdiff |
1998-08-07 |
Robin Dunn | Removed duplicate definitions of GetMenuCount and GetMe... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... |
tree | commitdiff |
1998-08-06 |
Julian Smart | OGL fixes; documentation fixes; dialog editor updates |
tree | commitdiff |
1998-08-06 |
Robert Roebling | New Unix configure system |
tree | commitdiff |
1998-08-05 |
Guilhem Lavaux | * Added source file info in utils/serialize/* |
tree | commitdiff |
1998-08-05 |
Robert Roebling | Removed /install/gtk/configure from cvs |
tree | commitdiff |
1998-08-05 |
Karsten Ballüder | added SetRecordDefaults() and IsRecordingDefaults(... |
tree | commitdiff |
1998-08-05 |
Julian Smart | Various bug fixes to OGL; wxStripExtension prototype... |
tree | commitdiff |
1998-08-04 |
Guilhem Lavaux | * Fixes and new features in wxObject*Stream |
tree | commitdiff |
1998-08-04 |
Vadim Zeitlin | added wxLogWindow::GetFrame() |
tree | commitdiff |
1998-08-04 |
Vadim Zeitlin | size_t -> int conversion and the warnings about it... |
tree | commitdiff |
1998-08-04 |
Julian Smart | Small fixes |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | SelectItem() always sends the notification messages |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | wxApp::Get/SetVendorName functions added |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | added wxLocale::Init() and ctor without arguments for... |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | minor changes and bug corrections (interface unchanged) |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | trace mask made static variable (and corresponding... |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | the base class is now called wxConfigBase, wxConfig... |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | minor changes to registry classes and wxIniConfig added |
tree | commitdiff |
1998-08-02 |
Robert Roebling | Fixed Fontdialog |
tree | commitdiff |
next |