2002-08-25 |
Stefan Neis | protected to restrictive for compiling with EMX. |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Added __WXPM__ specific include, so it also compiles... |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Update to current API. |
tree | commitdiff |
2002-08-25 |
Gilles Depeyrot | BSD systems define _T to something different in ctype... |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Added an include to timer.h (needed for non-precompiled... |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Added the usual GNU pragma. |
tree | commitdiff |
2002-08-25 |
Vadim Zeitlin | use wxWcslen() instead of wcslen() which isn't always... |
tree | commitdiff |
2002-08-25 |
Vadim Zeitlin | reorganized, improved and hopefully simplified wxchar... |
tree | commitdiff |
2002-08-24 |
Stefan Csomor | added new default handlers for open/print events, remov... |
tree | commitdiff |
2002-08-24 |
Vadim Zeitlin | added wxCHECK_GCC_VERSION() macro |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Fixed wxGridCellFloatEditor::Clone |
tree | commitdiff |
2002-08-24 |
Julian Smart | wxChoice derives from wxChoiceBase; renamed Append... |
tree | commitdiff |
2002-08-24 |
Gilles Depeyrot | opaque toolbox structs under Classic break access to... |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Added generic LoadObject methods that can load any... |
tree | commitdiff |
2002-08-23 |
Vadim Zeitlin | compilation fix for Unicode build |
tree | commitdiff |
2002-08-23 |
Stefan Csomor | added wxSIZE_T.. defines (every release of CW has a... |
tree | commitdiff |
2002-08-23 |
Ron Lee | Updates for 2.3.3 debs. |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | fixed default button handling: don't keep BS_DEFPUSHBUT... |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | send event from Clear() for a simple text control,... |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | made wxFrame::SendSizeEvent() public and documented it |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | reverted patch 598016 (removed MSWCreateControl() visib... |
tree | commitdiff |
2002-08-22 |
Julian Smart | Applied patch [ 598016 ] remove flicker during combo... |
tree | commitdiff |
2002-08-22 |
David Webster | Font updates |
tree | commitdiff |
2002-08-21 |
Stefan Csomor | I think this is now defined in the common accel.h,... |
tree | commitdiff |
2002-08-21 |
David Webster | File dialog fixes |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added wxCheckListBox::HitTest() (modified patch 594524) |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added and documented wxProcess::Is{Input|Error}Availabl... |
tree | commitdiff |
2002-08-20 |
Václav Slavík | yet another variation on the same theme: wxMAKE_ART_ID_... |
tree | commitdiff |
2002-08-20 |
Václav Slavík | minor rewrite of XRC's stock_id/stock_client handling... |
tree | commitdiff |
2002-08-20 |
Julian Smart | OpenGL off by default on Mac, correct scripts to |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch [ 597700 ] Fix proposal for wxJoystick... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | rewrote wxString::To/FromAscii() to fix a few small... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | don't initialize m_str twice in wxCharBuffer ctor |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | fixed m_relative initialization in wxFileName default... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | removed extra semi colon which provoked CW warnings... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | removed extra semi colon which provoked CW warnings... |
tree | commitdiff |
2002-08-20 |
Julian Smart | Added generic MDI files |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch [ 597398 ] Generic MDI, wxNotebook based. |
tree | commitdiff |
2002-08-20 |
David Webster | FileDlg updates. |
tree | commitdiff |
2002-08-19 |
Robert Roebling | Lots more Unicode fixes. |
tree | commitdiff |
2002-08-19 |
Julian Smart | Added EVT_JOY_BUTTON_... macros as per the manual, |
tree | commitdiff |
2002-08-19 |
David Webster | updates mostly for better font support and some weekly... |
tree | commitdiff |
2002-08-19 |
David Webster | some OS/2 updates |
tree | commitdiff |
2002-08-19 |
David Webster | need for VisualAge to include wchar.h |
tree | commitdiff |
2002-08-17 |
Václav Slavík | make it possible to easily define artID from a string... |
tree | commitdiff |
2002-08-17 |
Robert Roebling | Removed all deprecated printing code. |
tree | commitdiff |
2002-08-17 |
Robert Roebling | Convert %s to %ls and %c to %lc in printf and scanf... |
tree | commitdiff |
2002-08-16 |
Julian Smart | Applied patch [ 596061 ] Adds more navigation buttons... |
tree | commitdiff |
2002-08-16 |
Julian Smart | Applied patch [ 566816 ] adds xBase type for Sequiter... |
tree | commitdiff |
2002-08-16 |
Julian Smart | Applied [ 594925 ] Implement wxArtProvider and XRC... |
tree | commitdiff |
2002-08-16 |
Vadim Zeitlin | change the selection appropriately (and refresh it... |
tree | commitdiff |
2002-08-16 |
Vadim Zeitlin | fix for the bug introduced by the last commit: don... |
tree | commitdiff |
2002-08-15 |
Robert Roebling | strings are now wxChar |
tree | commitdiff |
2002-08-15 |
Vadim Zeitlin | the app doesn't exit any more if a dialog is shown... |
tree | commitdiff |
2002-08-15 |
Vadim Zeitlin | added wxList::IsEmpty() |
tree | commitdiff |
2002-08-14 |
Robin Dunn | Bugfix for wxListCtrl::GetColumn. It wasn't checking... |
tree | commitdiff |
2002-08-14 |
Václav Slavík | define wxART_* constanst in way that will make adding... |
tree | commitdiff |
2002-08-14 |
Stefan Csomor | attempt to bring event system in synch with MSW |
tree | commitdiff |
2002-08-14 |
Stefan Csomor | separated modifier keys handling in order to distinct... |
tree | commitdiff |
2002-08-13 |
Vadim Zeitlin | tidied up patch 583937 (wxClassInfo dtor) |
tree | commitdiff |
2002-08-13 |
Robert Roebling | New code for Update() under GTK 2.0. Added |
tree | commitdiff |
2002-08-13 |
Stefan Csomor | added new method MacSetupCursor |
tree | commitdiff |
2002-08-12 |
Václav Slavík | fixed wxChar definition |
tree | commitdiff |
2002-08-12 |
Václav Slavík | fixed another typo |
tree | commitdiff |
2002-08-11 |
David Webster | Font fixes for the font dialog |
tree | commitdiff |
2002-08-11 |
Julian Smart | Corrected typos for |
tree | commitdiff |
2002-08-11 |
Robert Roebling | Added wxString::FromAscii() wxString::ToAscii(). |
tree | commitdiff |
2002-08-10 |
Stefan Csomor | OSX fix |
tree | commitdiff |
2002-08-10 |
Václav Slavík | fixed Julian-introduced typo |
tree | commitdiff |
2002-08-10 |
Robert Roebling | Implemented the various printf() functions under |
tree | commitdiff |
2002-08-10 |
Stefan Csomor | added control action for redraws (classic only) |
tree | commitdiff |
2002-08-10 |
Stefan Csomor | added clipping code for controls |
tree | commitdiff |
2002-08-08 |
Robert Roebling | Changed wxStat, wxAccess and wxOpen to no longer |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 579219 ] wxNotebook:SetPadding added |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 587450 ] Scoped Smart pointers and... |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 587454 ] CW-related wx/wxchar.h fix |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied [ 590985 ] fix for radiobox under motif |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 592063 ] generic notebook does not... |
tree | commitdiff |
2002-08-07 |
Julian Smart | Added error directive for MSW since no longer needed. |
tree | commitdiff |
2002-08-06 |
Mattia Barbon | Patch [ 588732 ] makes wxRB_GROUP/radiobuttons working |
tree | commitdiff |
2002-08-06 |
Robert Roebling | Lots of work to set PangoFontDescription as the |
tree | commitdiff |
2002-08-05 |
Vadim Zeitlin | added a more convenient version of wxFileType::GetOpenC... |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
tree | commitdiff |
2002-08-05 |
Gilles Depeyrot | added missing include file for ProjectBuilder (Mac... |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Added various MACROS for converting strings |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Compile fix (include order) for Unicode under Unix. |
tree | commitdiff |
2002-08-05 |
David Webster | Fixes for common dialogs |
tree | commitdiff |
2002-08-04 |
Julian Smart | Applied patch from Benjamin Williams to improve |
tree | commitdiff |
2002-08-03 |
Mattia Barbon | Mention wxMessageOutput in changes.txt |
tree | commitdiff |
2002-08-03 |
Stefan Csomor | added option for getting visible region w/o children... |
tree | commitdiff |
2002-08-02 |
Stefan Csomor | added a MacUpdateDimensions callback for DoMoveWindow |
tree | commitdiff |
2002-08-02 |
Stefan Csomor | separate mac implementation |
tree | commitdiff |
2002-08-02 |
Stefan Csomor | added a MacUpdateDimensions callback for DoMoveWindow |
tree | commitdiff |
2002-08-02 |
Stefan Csomor | switch to a separate implementation for mac |
tree | commitdiff |
2002-08-02 |
Julian Smart | Renamed internal GetClientWindow to GetClientAreaWindow so |
tree | commitdiff |
2002-08-01 |
Julian Smart | Applied [ 586524 ] wxVariant Enhancements. |
tree | commitdiff |
2002-08-01 |
Julian Smart | Applied patch [ 588734 ] Makes ProcessIdle() virtual |
tree | commitdiff |
2002-08-01 |
Julian Smart | Applied patch [ 589484 ] wxGenericListCtrl, fix for... |
tree | commitdiff |
2002-07-31 |
Mattia Barbon | Patch [ 588837 ] Fixes comment style in gsocket.* |
tree | commitdiff |
next |