2002-09-13 |
Václav Slavík | another fix for wxSnprintf_ |
tree | commitdiff |
2002-09-13 |
Robert Roebling | Further backward comp. changes for printing. |
tree | commitdiff |
2002-09-13 |
Mattia Barbon | Fixed MinGW/configure/Unicode compilation: MinGW/MSVCRT... |
tree | commitdiff |
2002-09-13 |
Julian Smart | Applied patch [ 608370 ] fix for static text sizing... |
tree | commitdiff |
2002-09-12 |
Vadim Zeitlin | undid previous commit, the person who reported it retra... |
tree | commitdiff |
2002-09-12 |
Vadim Zeitlin | include stddef.h to get ptrdiff_t decl (IRIX compilatio... |
tree | commitdiff |
2002-09-12 |
Vadim Zeitlin | fix for cygwin warning in winsock.h about sys/types... |
tree | commitdiff |
2002-09-11 |
Vadim Zeitlin | gtk2 Unicode compilation fix |
tree | commitdiff |
2002-09-11 |
Robert Roebling | Readded deprec. constructor. |
tree | commitdiff |
2002-09-11 |
Julian Smart | Applied [ 585322 ] motif border style fix for statictext |
tree | commitdiff |
2002-09-11 |
Robin Dunn | Update to Scintilla 1.48 |
tree | commitdiff |
2002-09-10 |
Vadim Zeitlin | declare wxEntry() as taking char **Argv, not char ... |
tree | commitdiff |
2002-09-10 |
Vadim Zeitlin | fixed ATTRIBUTE_PRINTFs |
tree | commitdiff |
2002-09-10 |
Vadim Zeitlin | compilation fix for cygwin |
tree | commitdiff |
2002-09-09 |
David Webster | Bitmap button updates |
tree | commitdiff |
2002-09-08 |
Vadim Zeitlin | define HAVE_EXPLICIT for BC++ >= 0x520 |
tree | commitdiff |
2002-09-08 |
Julian Smart | Added LV_ITEMA and used a #define for LV_ITEM to |
tree | commitdiff |
2002-09-08 |
Vadim Zeitlin | char -> wxChar |
tree | commitdiff |
2002-09-08 |
Vadim Zeitlin | don't #define wxStrtok() which takes 3 arguments as... |
tree | commitdiff |
2002-09-07 |
Vadim Zeitlin | added wxLocale::GetLanguageInfo() |
tree | commitdiff |
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 |
next |