2002-09-07 |
Stefan Neis | Changed second parameter of Refresh to "const wxRect*". |
tree | commitdiff |
2002-09-07 |
Vadim Zeitlin | made SetDirectory() work, minor code cleanup (much... |
tree | commitdiff |
2002-09-07 |
Stefan Neis | Commited John Labenski's patch giving access to the... |
tree | commitdiff |
2002-09-07 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2002-09-06 |
Robin Dunn | Updated to Scintilla from 1.45 to 1.47 |
tree | commitdiff |
2002-09-05 |
Julian Smart | Applied patch [ 605189 ] add edit cancel notify to... |
tree | commitdiff |
2002-09-05 |
Robin Dunn | Added some accessors for wxEffects |
tree | commitdiff |
2002-09-05 |
Julian Smart | Applied patch [ 603858 ] wxTextCtrl text alignment... |
tree | commitdiff |
2002-09-05 |
Julian Smart | Added #include <ctype.h> since it seems to have |
tree | commitdiff |
2002-09-05 |
Stefan Csomor | corrected code for doubles |
tree | commitdiff |
2002-09-04 |
Václav Slavík | compilation fix for wxUSE_WCHAR_T=0 |
tree | commitdiff |
2002-09-04 |
Mattia Barbon | Missing #include |
tree | commitdiff |
2002-09-04 |
Vadim Zeitlin | should fix Unicode build for BC++ 5.3 |
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 |
Ron Lee | Added (and documented) GetTraceMasks so userspace can... |
tree | commitdiff |
2002-09-03 |
David Webster | More OS/2 update to fix some owner drawn things |
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 |
Gilles Depeyrot | avoid warning for duplicate defined wxEntry when compil... |
tree | commitdiff |
2002-09-02 |
Gilles Depeyrot | use "..." for wx includes instead of <...> |
tree | commitdiff |
2002-09-02 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | include the header needed to compile this file |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | updated the comment about the flags meaning |
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-02 |
Vadim Zeitlin | added a few WXDLLEXPORTS, corrected/expanded comments |
tree | commitdiff |
2002-09-01 |
Gilles Depeyrot | added wxSpinCtrl::SetSelection method |
tree | commitdiff |
2002-09-01 |
Vadim Zeitlin | another part of SetSelection() change I forgot to commit |
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 |
Stefan Neis | Added some const qualifiers. |
tree | commitdiff |
2002-09-01 |
Julian Smart | Applied patch [ 600051 ] DDE and TCP improvements and... |
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 |
Julian Smart | Applied patch [ 600500 ] Tip-of-day: comments, translatable |
tree | commitdiff |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2002-08-31 |
Julian Smart | Added RTTI macros |
tree | commitdiff |
2002-08-30 |
David Webster | Weekly update |
tree | commitdiff |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
tree | commitdiff |
2002-08-30 |
David Webster | Lots of updates fixing radiobox processing, checkboxes... |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | added wxSpinCtrl::SetSelection() |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | removed wxApp::DoInit(); added wxApp::CreateMessageOutp... |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | removed extra trailing semicolons which break compilati... |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | disable children when the parent is disabled |
tree | commitdiff |
2002-08-29 |
Vadim Zeitlin | changed wxExecute(char **) version to take wxChar ** |
tree | commitdiff |
2002-08-29 |
Vadim Zeitlin | don't crash in wx(Flex)GridSizer with division by 0... |
tree | commitdiff |
2002-08-28 |
Julian Smart | Ditribution script mods; |
tree | commitdiff |
2002-08-27 |
Vadim Zeitlin | apparently CW always has vsnprintf() |
tree | commitdiff |
2002-08-27 |
Vadim Zeitlin | my previous backwards compatible fix wasn't really... |
tree | commitdiff |
2002-08-27 |
Stefan Csomor | fixed miscasing in GetOutCode |
tree | commitdiff |
2002-08-27 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2002-08-27 |
Vadim Zeitlin | deprecated static wxWizard::Create() |
tree | commitdiff |
2002-08-27 |
Vadim Zeitlin | (blind) fix for BC++ compilation problem with wxPutc... |
tree | commitdiff |
2002-08-26 |
Vadim Zeitlin | added extra parentheses to wxDynamicCast() to allow... |
tree | commitdiff |
2002-08-25 |
Stefan Csomor | added forcing to image conversion to always attempt... |
tree | commitdiff |
2002-08-25 |
Vadim Zeitlin | Windows compilation fixes after recent changes |
tree | commitdiff |
2002-08-25 |
Stefan Neis | HWND already typedef'ed when compiling with EMX (OS/2). |
tree | commitdiff |
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 |
next |