2002-09-06 |
Vadim Zeitlin | fix for creating radio items in a toolbar with non... |
tree | commitdiff |
2002-09-06 |
Vadim Zeitlin | fix for radio items creation |
tree | commitdiff |
2002-09-06 |
Vadim Zeitlin | fixes for reading bitmapswith BI_BITFIELDS (patch 597906) |
tree | commitdiff |
2002-09-06 |
Robin Dunn | Updated to Scintilla from 1.45 to 1.47 |
tree | commitdiff |
2002-09-06 |
Mattia Barbon | Fixed bug with SetValue on read-only combobox; don... |
tree | commitdiff |
2002-09-06 |
Julian Smart | Removed #ifdef __WXMAC__ around dialog initialisation. |
tree | commitdiff |
2002-09-06 |
Julian Smart | Applied patch [ 605592 ] Unicode patch for dirctrlg.cpp |
tree | commitdiff |
2002-09-06 |
Chris Elliott | small bug fix for using multiple borland compilers |
tree | commitdiff |
2002-09-06 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-09-05 |
Vadim Zeitlin | fixed the width of the (week day as number) field... |
tree | commitdiff |
2002-09-05 |
Václav Slavík | fix va_arg(.,short int) problem |
tree | commitdiff |
2002-09-05 |
Robin Dunn | Allow wxGTK's wxToolbar to catch the standard window... |
tree | commitdiff |
2002-09-05 |
Mattia Barbon | XmNframeChildType is not in Lesstif if it was compiled... |
tree | commitdiff |
2002-09-05 |
Mattia Barbon | Build without 2.2 compatibility |
tree | commitdiff |
2002-09-05 |
Robin Dunn | Added effects.h to filelist.txt so it will get installe... |
tree | commitdiff |
2002-09-05 |
Guillermo Rodrigue... | Solved problems with handling of LOST events on Unix... |
tree | commitdiff |
2002-09-05 |
Julian Smart | Eliminated unreachable code warning in VC++ |
tree | commitdiff |
2002-09-05 |
Julian Smart | Applied patch [ 605188 ] Fix to draw 24 bit bitmaps |
tree | commitdiff |
2002-09-05 |
Julian Smart | Applied patch [ 605189 ] add edit cancel notify to... |
tree | commitdiff |
2002-09-05 |
Robin Dunn | Use the iconIndex in the default case too. |
tree | commitdiff |
2002-09-05 |
Robin Dunn | some tweaks for LINK_LEXERS |
tree | commitdiff |
2002-09-05 |
Julian Smart | Applied patch [ 603858 ] wxTextCtrl text alignment... |
tree | commitdiff |
2002-09-05 |
David Webster | Fix for child window positioning |
tree | commitdiff |
2002-09-05 |
Vadim Zeitlin | fix Union(empty rect) bug |
tree | commitdiff |
2002-09-04 |
Václav Slavík | use own mutex for region iterator locking, not gui one |
tree | commitdiff |
2002-09-04 |
Václav Slavík | compilation fix for wxUSE_WCHAR_T=0 |
tree | commitdiff |
2002-09-04 |
Václav Slavík | whoever added mdig.cpp forgot to update the makefiles |
tree | commitdiff |
2002-09-04 |
Vadim Zeitlin | use standard colour for the selected tree item text... |
tree | commitdiff |
2002-09-04 |
Vadim Zeitlin | fix wxCheckListBox which was completely broken by the... |
tree | commitdiff |
2002-09-04 |
Vadim Zeitlin | generic status bar now: |
tree | commitdiff |
2002-09-04 |
Chris Elliott | move code from .h to .cpp to prevent Borland warning |
tree | commitdiff |
2002-09-04 |
Vadim Zeitlin | fix wxBase apps compilation after ProcessIdle() change... |
tree | commitdiff |
2002-09-04 |
Chris Elliott | Introducing wxBase for borland based on Michael Fieldin... |
tree | commitdiff |
2002-09-03 |
David Webster | More OS/2 update to fix some owner drawn things |
tree | commitdiff |
2002-09-03 |
Gilles Depeyrot | disable Darwin GCC precompiled headers by default also... |
tree | commitdiff |
2002-09-03 |
Julian Smart | Changed char* to wxChar* |
tree | commitdiff |
2002-09-03 |
David Webster | Notebook, Listbox, and Checklst updates |
tree | commitdiff |
2002-09-02 |
Julian Smart | More casting to make gcc 3.2 behave. |
tree | commitdiff |
2002-09-02 |
Julian Smart | And some more casting |
tree | commitdiff |
2002-09-02 |
Julian Smart | Added size_t cast to disambiguate array usage. |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | old compilation fix for AIX from Ian Brown |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | fixed restoring fonts from the native font info data... |
tree | commitdiff |
2002-09-02 |
Chris Elliott | Michael Fieldings patch 598106 applied in part |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | generate key events for Space/Enter in addition to... |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | signed/unsigned comparison warning (and probably even... |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2002-09-02 |
Julian Smart | Applied patch [ 602924 ] colours and effects in wxMSW... |
tree | commitdiff |
2002-09-02 |
Julian Smart | Committed a couple of IPC changes I forgot to do |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | choose implicit parent for the dialog boxes better... |
tree | commitdiff |
2002-09-01 |
Gilles Depeyrot | added wxSpinCtrl::SetSelection method |
tree | commitdiff |
2002-09-01 |
Ron Lee | oops, make it build with wxbase too. |
tree | commitdiff |
2002-09-01 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2002-09-01 |
Vadim Zeitlin | don't call CreatesMessageOutput() explicitly, it will... |
tree | commitdiff |
2002-09-01 |
Ron Lee | added missing #include frame.h for mingw(3.2) build. |
tree | commitdiff |
2002-09-01 |
Julian Smart | Copy event type too |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Fixed apparent typo in wxGridCellAttr::MergeWith, hopef... |
tree | commitdiff |
2002-09-01 |
Gilles Depeyrot | corrected warnings |
tree | commitdiff |
2002-09-01 |
Václav Slavík | fixes to newly added i18n code in XRC - don't use it... |
tree | commitdiff |
2002-09-01 |
Julian Smart | Removed warnings from ipcbase.cpp |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Clear attribute cache in Redimension to fix Bug 508407. |
tree | commitdiff |
2002-09-01 |
Julian Smart | Applied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix |
tree | commitdiff |
2002-09-01 |
Julian Smart | Clean up string table before uninitializing DDEML |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Added some const qualifiers. |
tree | commitdiff |
2002-09-01 |
Julian Smart | Accidentally omitted code from previous patch |
tree | commitdiff |
2002-09-01 |
Julian Smart | Applied patch [ 600051 ] DDE and TCP improvements and... |
tree | commitdiff |
2002-09-01 |
Václav Slavík | fixed a small typo |
tree | commitdiff |
2002-09-01 |
Ron Lee | removed DoInit() straggler from appbase mods. |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Applied AutoWrap Renderer Bugfix by Roger Gammans ... |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | implemented a dirty hack allowing us to keep activation... |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | don't disable top level windows recursively |
tree | commitdiff |
2002-08-31 |
Václav Slavík | fixed font picker in wxHtmlHelpController, better UI... |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | fix for losing focus under Windows after showing the... |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | SetSelection() for generic wxSpinCtrl (forgot to commit... |
tree | commitdiff |
2002-08-31 |
Stefan Neis | Make use of new array functions. |
tree | commitdiff |
2002-08-31 |
Václav Slavík | applied patch that adds more i18n support to XRC handlers |
tree | commitdiff |
2002-08-31 |
Julian Smart | Added log.h inclusion |
tree | commitdiff |
2002-08-31 |
Julian Smart | Applied patch [ 599043 ] fix for wxTreeCtrl/MSW right... |
tree | commitdiff |
2002-08-31 |
Julian Smart | Applied patch [ 600500 ] Tip-of-day: comments, translatable |
tree | commitdiff |
2002-08-31 |
Julian Smart | Applied patch [ 601072 ] wxFileName::GetLongPath error... |
tree | commitdiff |
2002-08-31 |
Julian Smart | Applied patch [ 601957 ] wxGrid: Start editing with... |
tree | commitdiff |
2002-08-31 |
Julian Smart | Added RTTI macros |
tree | commitdiff |
2002-08-30 |
David Webster | Weekly updates |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | don't use vfork() in wxExecute() |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | don't eat Shift-Ctrl-[XCV] keys |
tree | commitdiff |
2002-08-30 |
Julian Smart | Added another log.h |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | compilation problem for compilers with old for() scopin... |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | compilation fix (missing wx/log.h include) |
tree | commitdiff |
2002-08-30 |
Julian Smart | Added another log.h; removed redundant trace args |
tree | commitdiff |
2002-08-30 |
Julian Smart | Added log.h |
tree | commitdiff |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
tree | commitdiff |
2002-08-30 |
David Webster | TRUE, not true; FALSE not false |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | don't disable top level children in parents Enable() |
tree | commitdiff |
2002-08-30 |
Chris Elliott | lost log.h fixed |
tree | commitdiff |
2002-08-30 |
Chris Elliott | lost log.h fixed |
tree | commitdiff |
2002-08-30 |
David Webster | OS/2 must have positive control IDs. |
tree | commitdiff |
2002-08-30 |
Stefan Csomor | fix for 10.2 (persistent tooltips ;-) |
tree | commitdiff |
2002-08-30 |
David Webster | Fix to allow proper positioning of child windows under... |
tree | commitdiff |
2002-08-30 |
David Webster | Lots of updates fixing radiobox processing, checkboxes... |
tree | commitdiff |
next |