1998-09-07 |
Julian Smart | Fixed wxCheckBox on wxGTK (SetLabel called before widge... |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Added USE_CONFIG |
tree | commitdiff |
1998-09-07 |
Robert Roebling | wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Much more aggressive for intercepting events and |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Tries unsuccesfully to cure a few more problems |
tree | commitdiff |
1998-09-06 |
Robert Roebling | Fillid in many more missing functions (such as Enable()) |
tree | commitdiff |
1998-09-06 |
Robert Roebling | wxMenu doesn't anylonger call the callback if the |
tree | commitdiff |
1998-09-06 |
Robert Roebling | SetFont() the second |
tree | commitdiff |
1998-09-06 |
Guilhem Lavaux | * Added wxsocket lib and sample (I hope I don't forget... |
tree | commitdiff |
1998-09-06 |
Julian Smart | Commented out Robert's SetFont change for now; changed... |
tree | commitdiff |
1998-09-06 |
Robert Roebling | Added SetFont to most controls and controls sample |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Fixed two small things in wxListCtrl |
tree | commitdiff |
1998-09-05 |
Julian Smart | Fixed Get...String functions. |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Fixed a small wxDialog thing |
tree | commitdiff |
1998-09-04 |
Robert Roebling | Corrected wxWindow::GetExtent |
tree | commitdiff |
1998-09-04 |
Vadim Zeitlin | image in the notebook is now at the left of the label... |
tree | commitdiff |
1998-09-04 |
Julian Smart | Fixed compile error in gtk/dc.cpp (L.88); also menu... |
tree | commitdiff |
1998-09-03 |
Robert Roebling | It's possible now to save to a PNG. OK, I still |
tree | commitdiff |
1998-09-03 |
Vadim Zeitlin | wxNotebook now supports the item images (except for... |
tree | commitdiff |
1998-09-03 |
Karsten Ballüder | Removed files as requested by Robert. |
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-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
tree | commitdiff |
1998-08-19 |
Guilhem Lavaux | * Bug fix |
tree | commitdiff |
1998-08-18 |
Robin Dunn | Added wxTheApp = this; to wxApp::wxApp for wxPython |
tree | commitdiff |
1998-08-18 |
Denis Pershin | Seems it works reasonably stable... |
tree | commitdiff |
1998-08-18 |
Robert Roebling | Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave |
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 |
Robert Roebling | Added the static text patch for multiline text |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Added IRIX compile fixes |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Turned wxIcon inline constructors to real constructors |
tree | commitdiff |
1998-08-16 |
Vadim Zeitlin | 1) corrected bug in log.cpp which only affected wxGTK... |
tree | commitdiff |
1998-08-16 |
Robert Roebling | Added mising AddBitmapList in wxBitmap |
tree | commitdiff |
1998-08-16 |
Robert Roebling | New scrolling for GTK |
tree | commitdiff |
1998-08-15 |
Vadim Zeitlin | '&' are removed from checkbox labels (all controls... |
tree | commitdiff |
1998-08-15 |
Karsten Ballüder | fixed GetSelection() inversion bug |
tree | commitdiff |
1998-08-15 |
Robert Roebling | Added graying out of menus and buttons |
tree | commitdiff |
1998-08-15 |
Robert Roebling | Resource sample works now, apart from |
tree | commitdiff |
1998-08-15 |
Robert Roebling | See last changelog |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added validation support |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added wxRadioButton (not tested) |
tree | commitdiff |
1998-08-13 |
Robert Roebling | Added ToogleTool from Markus |
tree | commitdiff |
1998-08-12 |
Robert Roebling | Added PushEventHandler, Pop... |
tree | commitdiff |
1998-08-12 |
Robert Roebling | Added wxFrame::OnCreateStatusBar and ToolBar |
tree | commitdiff |
1998-08-10 |
Robin Dunn | Since wxREADONLY has disappeared, I had to change to... |
tree | commitdiff |
1998-08-10 |
Denis Pershin | Small modifications |
tree | commitdiff |
1998-08-10 |
Denis Pershin | DP: native wxTreeCtrl for GTK. |
tree | commitdiff |
1998-08-09 |
Denis Pershin | DP: Robert's mistake with incorrect var name corrected. |
tree | commitdiff |
1998-08-09 |
Robert Roebling | Added Pop-up menus. |
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 |
Denis Pershin | DP: |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... |
tree | commitdiff |
1998-08-06 |
Robert Roebling | Fixed compilation (add serbase.cpp) |
tree | commitdiff |
1998-08-05 |
Robert Roebling | Removed /install/gtk/configure from cvs |
tree | commitdiff |
1998-08-04 |
Guilhem Lavaux | * Fixes and new features in wxObject*Stream |
tree | commitdiff |
1998-08-02 |
Robert Roebling | Fixed Fontdialog |
tree | commitdiff |
1998-07-31 |
Robert Roebling | Added bitmaps and icons to samples |
tree | commitdiff |
1998-07-30 |
Robert Roebling | Pretty redical change concerning the underlying |
tree | commitdiff |
1998-07-29 |
Robert Roebling | wxMDIChildFrame inherits from wxFrame |
tree | commitdiff |
1998-07-28 |
Robert Roebling | Fixed bug in wxListCtrl |
tree | commitdiff |
1998-07-28 |
Unknown (MO) | Fixed wxOVERWRITE_PROMPT bug in gtk file selector |
tree | commitdiff |
1998-07-28 |
Robert Roebling | Fixed bug in MDI |
tree | commitdiff |
1998-07-27 |
Robert Roebling | wxFrame::SetIcon() |
tree | commitdiff |
1998-07-27 |
Robert Roebling | warning msgs |
tree | commitdiff |
1998-07-27 |
Guilhem Lavaux | * Bug fixes |
tree | commitdiff |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | some common code moved from wxWindow/wxFrame into files... |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | scrollbar support added (experimental) |
tree | commitdiff |
1998-07-24 |
Karsten Ballüder | fixed appending of '/' to empty string |
tree | commitdiff |
1998-07-24 |
Karsten Ballüder | fixed private member access problem |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | oops... a typo in just checked in file corrected |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | call to SetLabel in Create() added to strip "&" charact... |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | IsModified() function now works correctly |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | common functions moved into ../common/framecmn.cpp |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | made the code more wxMSW compatible |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | made the constraintsin notebook pages work (once again) |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | added wxUpdateUI generation |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | removes "&" from wxControl's label (also for buttons... |
tree | commitdiff |
1998-07-22 |
Robert Roebling | mdi private menus |
tree | commitdiff |
1998-07-20 |
Robert Roebling | many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, |
tree | commitdiff |
1998-07-20 |
Unknown (MO) | Added use of default file/dir and confirm on overwrite... |
tree | commitdiff |
1998-07-18 |
Guilhem Lavaux | wxFrame: OnSize() has a SEGV if wxFrame has no child... |
tree | commitdiff |
1998-07-18 |
Robert Roebling | ODBC compile (and link) fixes |
tree | commitdiff |
1998-07-18 |
Robert Roebling | added ODBC support |
tree | commitdiff |
1998-07-17 |
Karsten Ballüder | fixed underline for drawing text, as suggested by Chris... |
tree | commitdiff |
1998-07-15 |
Guilhem Lavaux | wxStream: wxInputStream and wxOutputStream don't inheri... |
tree | commitdiff |
1998-07-15 |
Karsten Ballüder | fixed SetRange/GetValue |
tree | commitdiff |
1998-07-14 |
Guilhem Lavaux | * wxStream: I've rewritten the inheritance |
tree | commitdiff |
1998-07-13 |
Robert Roebling | resize mdi and notebook client |
tree | commitdiff |
1998-07-13 |
Robert Roebling | memdc and bitmap fixes |
tree | commitdiff |
1998-07-13 |
Vadim Zeitlin | constraints for notebook pages work (again) |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Quick fix to avoid unnecessary compiler warnings from... |
tree | commitdiff |
next |