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 |
2002-08-30 |
Vadim Zeitlin | removed wxApp::DoInit(); added wxApp::CreateMessageOutp... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | removed extra trailing semicolons which break compilati... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Vadim Zeitlin | disable children when the parent is disabled |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Vadim Zeitlin | loop in wxInputStream::Read() while there is data to... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Vadim Zeitlin | changed wxExecute(char **) version to take wxChar ** |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Vadim Zeitlin | don't crash in wx(Flex)GridSizer with division by 0... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Mattia Barbon | Documented wxListCtrl::GetColumnCount |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Julian Smart | Script updates |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Mattia Barbon | Updated Svedish translation |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Mattia Barbon | Added exlicit make clean/cleanall in the sample makefil... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Mattia Barbon | Forgot to run autoconf before committing |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Mattia Barbon | Applied Fabian Wenzel's patches to add -mthreads for... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Robin Dunn | Mode distrib scripts and such |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Robin Dunn | Installer updates |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Stefan Neis | Fixed version number. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Stefan Neis | Added instructions for compiling with EMX. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Julian Smart | Using wxImageListType instead of wxGenericImageList |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Julian Smart | Ditribution script mods; |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Stefan Neis | Some OS/2 specific additions. |
commit | commitdiff | tree | snapshot |
next |