2002-09-04 |
Chris Elliott | Introducing wxBase for borland based on Michael Fieldin... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Chris Elliott | Introducing wxBase for borland based on Michael Fieldin... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Ron Lee | Added (and documented) GetTraceMasks so userspace can... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
David Webster | More OS/2 update to fix some owner drawn things |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Julian Smart | Avoid using wxTextCtrl::SaveFile with no arg |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Gilles Depeyrot | disable Darwin GCC precompiled headers by default also... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Mattia Barbon | Small clarification in ::wxShowTip docs. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Mattia Barbon | gettext (correctly) uses "1 message" (singular). |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Julian Smart | Changed char* to wxChar* |
commit | commitdiff | tree | snapshot |
2002-09-03 |
David Webster | Notebook, Listbox, and Checklst updates |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Ron Lee | sorry, removing /usr/include breaks the macros we use... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | removed GetObjectType() ghost |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Julian Smart | More casting to make gcc 3.2 behave. |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Julian Smart | And some more casting |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Julian Smart | Added size_t cast to disambiguate array usage. |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | removed /usr/include from SEARCH_INCLUDE -- this should... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | old compilation fix for AIX from Ian Brown |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | define _FILE_OFFSET_BITS/_LARGE_FILES on the compiler... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Gilles Depeyrot | avoid warning for duplicate defined wxEntry when compil... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Gilles Depeyrot | use "..." for wx includes instead of <...> |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | include the header needed to compile this file |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | fixed restoring fonts from the native font info data... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | updated the comment about the flags meaning |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Chris Elliott | Michael Fieldings patch 598106 applied in part |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | generate key events for Space/Enter in addition to... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | got rid of COMMON_THREADCPPFLAGS which is not really... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | signed/unsigned comparison warning (and probably even... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | fixed the button alignment flags |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Julian Smart | Applied patch [ 602924 ] colours and effects in wxMSW... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Julian Smart | Committed a couple of IPC changes I forgot to do |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | choose implicit parent for the dialog boxes better... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Vadim Zeitlin | added a few WXDLLEXPORTS, corrected/expanded comments |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Ron Lee | More packaging updates for pending 2.3.3 release. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Gilles Depeyrot | added wxSpinCtrl::SetSelection method |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Ron Lee | oops, make it build with wxbase too. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Vadim Zeitlin | another part of SetSelection() change I forgot to commit |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Vadim Zeitlin | don't call CreatesMessageOutput() explicitly, it will... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Ron Lee | added missing #include frame.h for mingw(3.2) build. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Julian Smart | Copy event type too |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Stefan Neis | Fixed apparent typo in wxGridCellAttr::MergeWith, hopef... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Gilles Depeyrot | corrected warnings |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Václav Slavík | fixes to newly added i18n code in XRC - don't use it... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Julian Smart | Removed warnings from ipcbase.cpp |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Stefan Neis | Clear attribute cache in Redimension to fix Bug 508407. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Julian Smart | Applied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Julian Smart | Clean up string table before uninitializing DDEML |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Stefan Neis | Added some const qualifiers. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Julian Smart | Accidentally omitted code from previous patch |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Julian Smart | Applied patch [ 600051 ] DDE and TCP improvements and... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Václav Slavík | fixed a small typo |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Ron Lee | removed DoInit() straggler from appbase mods. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Stefan Neis | Applied AutoWrap Renderer Bugfix by Roger Gammans ... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Vadim Zeitlin | implemented a dirty hack allowing us to keep activation... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Vadim Zeitlin | don't disable top level windows recursively |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Václav Slavík | fixed font picker in wxHtmlHelpController, better UI... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Vadim Zeitlin | fix for losing focus under Windows after showing the... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Vadim Zeitlin | SetSelection() for generic wxSpinCtrl (forgot to commit... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Stefan Neis | Make use of new array functions. |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Gilles Depeyrot | use include "..." instead of <...> |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Ron Lee | symbols.txt is no longer. |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Forgot to add wxX11 FAQ |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Some doc fixes |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Václav Slavík | - applied patch that adds more i18n support to XRC... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Václav Slavík | applied patch that adds more i18n support to XRC handlers |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Added log.h inclusion |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Applied patch [ 599043 ] fix for wxTreeCtrl/MSW right... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Applied patch [ 600500 ] Tip-of-day: comments, translatable |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Applied patch [ 601072 ] wxFileName::GetLongPath error... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Applied patch [ 601957 ] wxGrid: Start editing with... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Julian Smart | Added RTTI macros |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Webster | Weekly updates |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | don't use vfork() in wxExecute() |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | don't eat Shift-Ctrl-[XCV] keys |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | mention that SetSelection(-1, -1) selects everything |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | documented SetSelection() |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Webster | Weekly update |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Julian Smart | Added another log.h |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | compilation problem for compilers with old for() scopin... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | compilation fix (missing wx/log.h include) |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Julian Smart | Added another log.h; removed redundant trace args |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | added Read64() and Write64() docs |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Julian Smart | Added log.h |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Webster | TRUE, not true; FALSE not false |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | don't disable top level children in parents Enable() |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Chris Elliott | lost log.h fixed |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Chris Elliott | lost log.h fixed |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Webster | OS/2 must have positive control IDs. |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Stefan Csomor | fix for 10.2 (persistent tooltips ;-) |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Webster | Fix to allow proper positioning of child windows under... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Webster | Lots of updates fixing radiobox processing, checkboxes... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | added wxSpinCtrl::SetSelection() |
commit | commitdiff | tree | snapshot |
next |