1999-11-14 |
Robert Roebling | Small change to SetFont() logic. |
tree | commitdiff |
1999-11-14 |
Robert Roebling | Added wxWakeUpIdle() to wxGTK, |
tree | commitdiff |
1999-11-14 |
Julian Smart | Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI... |
tree | commitdiff |
1999-11-13 |
Robert Roebling | Compile fix in dialup, |
tree | commitdiff |
1999-11-13 |
Ove Kaaven | wxGetHostName uses wxChar, not char |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | compilation fix (float => wxCoord) |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | wxTimer/timercmn.cpp change |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | Solaris compilation fix |
tree | commitdiff |
1999-11-11 |
Karsten Ballüder | fixed solaris gethostname() prototype |
tree | commitdiff |
1999-11-10 |
Vadim Zeitlin | 1. made it possible to use wxUpdateUIEvent with wxTextC... |
tree | commitdiff |
1999-11-10 |
Vadim Zeitlin | added 2 more cursors (patch from Gerd Mueller) |
tree | commitdiff |
1999-11-09 |
Robert Roebling | Removed Vadim's surplus code in clipboard. |
tree | commitdiff |
1999-11-09 |
Karsten Ballüder | usleep() prototype added for solaris |
tree | commitdiff |
1999-11-09 |
Karsten Ballüder | added gethostname protoype for Solaris |
tree | commitdiff |
1999-11-08 |
Vadim Zeitlin | wxDataObjectComposite/Custom seem to work |
tree | commitdiff |
1999-11-08 |
Vadim Zeitlin | pasting text from xterm works, finally |
tree | commitdiff |
1999-11-06 |
Vadim Zeitlin | 1. more corrections to file dnd (works with testdnd... |
tree | commitdiff |
1999-11-06 |
Vadim Zeitlin | wxFileDataObject supports GNOME file dnd now |
tree | commitdiff |
1999-11-06 |
Robert Roebling | wxListBox now sends events using AddPendingEvent(), |
tree | commitdiff |
1999-11-06 |
Robert Roebling | Fixed typos in frame and dialog, |
tree | commitdiff |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
tree | commitdiff |
1999-11-05 |
Robert Roebling | This window positioning setting works on AfterStep |
tree | commitdiff |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
tree | commitdiff |
1999-11-05 |
Vadim Zeitlin | compilation fixes for GTK+ <= 1.2.3 |
tree | commitdiff |
1999-11-04 |
Robert Roebling | Window placement changes. Pure guessing. |
tree | commitdiff |
1999-11-03 |
Robert Roebling | Some menu things. |
tree | commitdiff |
1999-11-03 |
Karsten Ballüder | Added a border around dialogs. Has anyone got a better... |
tree | commitdiff |
1999-11-03 |
Robert Roebling | wxDialog now stays on top of its parent. |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | and the compilation fix for the warning fixes |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | many warnings fixed (from HP-UX compilation log) |
tree | commitdiff |
1999-11-02 |
Robert Roebling | wxDialogs now use GTK_WINDOW_DIALOG, |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | bug corrected |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | wxGTK compiles (and seems to work) again after wxMenu... |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | 1. wxMenu changes: wxMenuBase appears, several new... |
tree | commitdiff |
1999-11-01 |
Robert Roebling | Small doc updates. |
tree | commitdiff |
1999-10-31 |
Robert Roebling | Distrib corrections, |
tree | commitdiff |
1999-10-31 |
Robert Roebling | Distrib changes. |
tree | commitdiff |
1999-10-31 |
Robert Roebling | More tab code corrections. |
tree | commitdiff |
1999-10-30 |
Robert Roebling | Some work on tabbing and menu accels, |
tree | commitdiff |
1999-10-30 |
Ove Kaaven | Someone forgot wxT() |
tree | commitdiff |
1999-10-29 |
Vadim Zeitlin | 1. added encoding param to wxFontEncoding::EnumFamilies... |
tree | commitdiff |
1999-10-29 |
Robert Roebling | Renamed GtkMyFixed to GtkPizza, |
tree | commitdiff |
1999-10-29 |
Ove Kaaven | Unicode fixes |
tree | commitdiff |
1999-10-28 |
Vadim Zeitlin | wxGTK::wxSpinCtrl API synchronised with wxMSW |
tree | commitdiff |
1999-10-26 |
Vadim Zeitlin | 1. added wxMenuBarBase |
tree | commitdiff |
1999-10-26 |
Vadim Zeitlin | 1. corrected uninitialised variable (which led to crash... |
tree | commitdiff |
1999-10-26 |
Vadim Zeitlin | fix for items without accelerators |
tree | commitdiff |
1999-10-25 |
Vadim Zeitlin | 1. moved fontenum.cpp to unix because implementation... |
tree | commitdiff |
1999-10-25 |
Robert Roebling | Mem leak in new accelerator code. |
tree | commitdiff |
1999-10-25 |
Vadim Zeitlin | 1. small dnd compilation fixes (no attempt to make... |
tree | commitdiff |
1999-10-24 |
Robert Roebling | wxFrame::Set/GetClientSize() uses toolbar area again, |
tree | commitdiff |
1999-10-24 |
Robert Roebling | Small distrib changes, |
tree | commitdiff |
1999-10-24 |
Vadim Zeitlin | 1. corrected client data deletion in wxListBox (no... |
tree | commitdiff |
1999-10-23 |
Vadim Zeitlin | 1. wxDropTarget::OnData() returns wxDragResult now... |
tree | commitdiff |
1999-10-23 |
Robert Roebling | Fixed resizing problem with GTK 1.2.3 notebooks. |
tree | commitdiff |
1999-10-22 |
Robert Roebling | Added wxDropSource::GiveFeedBack(). |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | 1. sorted wxListBox and wxComboBox seem to work under... |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | wxChoice and wxListBox GTK+ changes (wxChoice works... |
tree | commitdiff |
1999-10-22 |
Robert Roebling | Compile fix for wxDataFormat cast, |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | 1. some fixes for wxSortedArrayString |
tree | commitdiff |
1999-10-22 |
Vadim Zeitlin | wxDataFormat default ctor doesn't crash for global... |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | compilation fixes for old gcc |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | minor change: disable debug messages flood from OnDragOver |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | OnEnter/OnDragOver API update (compiles, links, somewha... |
tree | commitdiff |
1999-10-21 |
Robert Roebling | A bit more or multi-format clipboard. |
tree | commitdiff |
1999-10-21 |
Robert Roebling | wxSlider should now display int values, |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | wxClipboard::IsOpened() and wxCLipboardLocker helper... |
tree | commitdiff |
1999-10-21 |
Robert Roebling | More DnD. |
tree | commitdiff |
1999-10-21 |
Robert Roebling | Made wxGTK compile and link again. Broke wxMSW a... |
tree | commitdiff |
1999-10-21 |
Vadim Zeitlin | wxDataObejct and related changes (won't compile right... |
tree | commitdiff |
1999-10-20 |
Robert Roebling | Fixed problem with mouse events getting sent to wrong |
tree | commitdiff |
1999-10-20 |
Robin Dunn | Since wxPanel is now AutoLayout aware, removed indirect... |
tree | commitdiff |
1999-10-20 |
Robert Roebling | Minor Reparent() and SetToolBar() fix for wxFrame. |
tree | commitdiff |
1999-10-19 |
Robert Roebling | Further DnD changes. Untested. |
tree | commitdiff |
1999-10-19 |
Robert Roebling | Changed two conflicting defines in defs.h |
tree | commitdiff |
1999-10-19 |
Robert Roebling | Added size hints to dialog, |
tree | commitdiff |
1999-10-18 |
Robert Roebling | New wxDataObject etc. Almost works. |
tree | commitdiff |
1999-10-18 |
Vadim Zeitlin | wxControl and wxChoice derive from the base classes... |
tree | commitdiff |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
tree | commitdiff |
1999-10-17 |
Robert Roebling | Added temporary test to splitter. |
tree | commitdiff |
1999-10-17 |
Robert Roebling | Applied Diana's font patch II |
tree | commitdiff |
1999-10-17 |
Vadim Zeitlin | 1. wxPostEvent added and documented |
tree | commitdiff |
1999-10-16 |
Robert Roebling | Restored wxSizeEvent code form last week -> wxGLCanvas |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | unused param |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | don't draw with NULL font |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | let's not forget that \& has lower priority than =... |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | removed wxDialog::Centre() |
tree | commitdiff |
1999-10-14 |
Robert Roebling | Changed time of sending the wxSizeEvent and assorted... |
tree | commitdiff |
1999-10-12 |
Robert Roebling | Refresh() problem from DialogEd solved |
tree | commitdiff |
1999-10-11 |
Robert Roebling | Added wxMenu::Delete() and fixed some menu deleted... |
tree | commitdiff |
1999-10-11 |
Robert Roebling | Tried to make wxGLCanvas work again. WIP. |
tree | commitdiff |
1999-10-11 |
Robert Roebling | added SpinCtrl, |
tree | commitdiff |
1999-10-10 |
Robert Roebling | TreeTest compiles again, |
tree | commitdiff |
1999-10-10 |
Robert Roebling | Scrolling updates. |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Applied a few patches, |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Makefile changes for static libs and HP-UX, |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Changed SetToolBar() to behave a bit smarter. Untested. |
tree | commitdiff |
1999-10-08 |
Robert Roebling | New scrolling code. |
tree | commitdiff |
next |