2003-01-17 |
Vadim Zeitlin | tried to make Close() docs more clear |
tree | commitdiff |
2003-01-16 |
Vadim Zeitlin | added links to the event docs from the default event... |
tree | commitdiff |
2003-01-16 |
Vadim Zeitlin | forgot to include wxControlWithItem docs |
tree | commitdiff |
2003-01-16 |
Vadim Zeitlin | the find dialog is created hidden, as all the other... |
tree | commitdiff |
2003-01-16 |
Stefan Csomor | conversion scripts for CW 8 Mac |
tree | commitdiff |
2003-01-15 |
Václav Slavík | XRC fixes can be backported |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | Maximize(FALSE) change can be backported |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | fixed calling Maximize(FALSE) before the window is... |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | corrected Get/SetFrame() parameter/return type |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | removed OnXXX() methods, added new default event handli... |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | update wxStaticText check in revisions |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | some mor minor bug fixes which can be backported |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | fixed wxStaticText best size calculation (closes bug... |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | Start() should resume the stopwatch if it is suspended |
tree | commitdiff |
2003-01-14 |
Stefan Csomor | added TARGET_CARBON and __MACH__ info |
tree | commitdiff |
2003-01-14 |
Gilles Depeyrot | clarified some Mac OS related preprocessor defines |
tree | commitdiff |
2003-01-13 |
Vadim Zeitlin | mention Solaris 7 compilation fix |
tree | commitdiff |
2003-01-13 |
Stefan Csomor | additional infos for wxMac |
tree | commitdiff |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
tree | commitdiff |
2003-01-12 |
Václav Slavík | added info about ShowFullScreen changes |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | DeleteAllItems() does send DELETE_ITEM events (closes... |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | more docs about compiler constants |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | added wxCHECK_GCC/W32API_VERSION |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | OpenWatcom fixes may be backported |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | OpenWatcom compilation fixes (patch 665959) |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | corrected m_commandString type to wxString (patch 661648) |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Changes to be backported. |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Documented wxMotif filedialog limitations WRT wildcar... |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed wxLog::HasPendingMessages() (it can't be made... |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed CopyObject(), added copy ctor, corrected Dump() |
tree | commitdiff |
2003-01-07 |
Vadim Zeitlin | define true/false if the compiler doesn't have them |
tree | commitdiff |
2003-01-07 |
Julian Smart | Corrected some typos |
tree | commitdiff |
2003-01-07 |
Mattia Barbon | Escape some _. |
tree | commitdiff |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
tree | commitdiff |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
tree | commitdiff |
2003-01-07 |
Vadim Zeitlin | workaround for not appearing vertical scrollbar in... |
tree | commitdiff |
2003-01-04 |
Václav Slavík | added my patches to the list of things to backport... |
tree | commitdiff |
2003-01-03 |
Julian Smart | Added a note about 'make install' |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | support for using DIBs for wxBitmap implementation... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | documented wxDateSpan |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | added operator==() and !=() for wxDateSpan |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | implemented support for column label alignment (closes... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | the file containing the list of things which can be... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | fixed bug with wxTR_EDIT_LABELS not working with xwTR_M... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | fixed wxMutexLocker ctor signature (patch 660549) |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | say that EVT_TEXT_ENTER requires wxTE_PROCESS_ENTER... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | fixed wxCaret::SetSize() (closes bug 659209) |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | made generic EmulateKeyPress() to work with Delete... |
tree | commitdiff |
2003-01-01 |
Vadim Zeitlin | typo fix (closes bug 654197) |
tree | commitdiff |
2003-01-01 |
Vadim Zeitlin | don't send CHECKLISTBOX_TOGGLE event when Check() is... |
tree | commitdiff |
2003-01-01 |
Vadim Zeitlin | added wxControlWithItems docs, updated the others to... |
tree | commitdiff |
2003-01-01 |
Robin Dunn | Added wxLog::Get/SetLogLevel |
tree | commitdiff |
2002-12-30 |
Ron Lee | Add wxSizer::Detach so we can detach child sizers witho... |
tree | commitdiff |
2002-12-29 |
Mattia Barbon | Small updates: |
tree | commitdiff |
2002-12-29 |
Julian Smart | Tweaked the wording slightly for VC++ 5 compilation |
tree | commitdiff |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
tree | commitdiff |
2002-12-28 |
Julian Smart | Updated some scripts |
tree | commitdiff |
2002-12-27 |
Mattia Barbon | wxPerl notes for DocView. |
tree | commitdiff |
2002-12-27 |
Julian Smart | Applied patch [ 658505 ] Updates documentation for... |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | handle accel keys for owner drawn menu items (based... |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | use SS_CENTERIMAGE to prevent wxStaticBitmap from stret... |
tree | commitdiff |
2002-12-20 |
Julian Smart | Do -> Redo |
tree | commitdiff |
2002-12-20 |
Julian Smart | Cleaned up SetMenuStrings, factoring out redo and undo... |
tree | commitdiff |
2002-12-18 |
Julian Smart | Applied patch [ 649599 ] Fixes bug 610850: Inserting... |
tree | commitdiff |
2002-12-18 |
Vadim Zeitlin | removed extra (non existing) Prepend() parameter |
tree | commitdiff |
2002-12-17 |
Julian Smart | Partially applied [ 632321 ] XRC object_ref fix |
tree | commitdiff |
2002-12-17 |
Julian Smart | Doc corrections |
tree | commitdiff |
2002-12-16 |
Robin Dunn | Give wxSafeYield an onlyIfNeeded parameter |
tree | commitdiff |
2002-12-16 |
Julian Smart | Fixed missing checkbox alignment |
tree | commitdiff |
2002-12-16 |
Julian Smart | Updated change log |
tree | commitdiff |
2002-12-16 |
Julian Smart | Applied patch [ 652894 ] Checklistbox doesn't need... |
tree | commitdiff |
2002-12-16 |
Julian Smart | Applied patch [ 654023 ] Enables HtmlHelp (native) |
tree | commitdiff |
2002-12-13 |
Václav Slavík | fixed wxFilesystem docs bug |
tree | commitdiff |
2002-12-13 |
Václav Slavík | documented FileNameToURL and URLToFileName |
tree | commitdiff |
2002-12-10 |
Vadim Zeitlin | corrected wxCommandProcessor ctor docs |
tree | commitdiff |
2002-12-10 |
Julian Smart | Applied some of patch [ 650957 ] wxWinCE diff-0.0.4 |
tree | commitdiff |
2002-12-09 |
Julian Smart | Applied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_... |
tree | commitdiff |
2002-12-09 |
Vadim Zeitlin | fixed Get/SetString() prototypes |
tree | commitdiff |
2002-12-09 |
Vadim Zeitlin | fixed a typo |
tree | commitdiff |
2002-12-09 |
Vadim Zeitlin | replaced wxItem_Xxx with wxITEM_XXX as they should be |
tree | commitdiff |
2002-12-08 |
Václav Slavík | added wxHtmlHelpController::AddBook(wxFileName) |
tree | commitdiff |
2002-12-08 |
Václav Slavík | fixed tex2rtf error |
tree | commitdiff |
2002-12-08 |
Roger Gammans | Documentation for wxDbGrid from patch 638274 |
tree | commitdiff |
2002-12-07 |
Stefan Neis | Version number changes. |
tree | commitdiff |
2002-12-06 |
Vadim Zeitlin | Append() returns int, not void |
tree | commitdiff |
2002-12-06 |
Vadim Zeitlin | tell to open .dsw file, not .dsp |
tree | commitdiff |
2002-12-06 |
Vadim Zeitlin | fixed return type of GetEditControl(); updated its... |
tree | commitdiff |
2002-12-06 |
Julian Smart | Added note about opening .dsp files in VC++ .NET |
tree | commitdiff |
2002-12-05 |
Julian Smart | Added Marco's first WinCE files |
tree | commitdiff |
2002-12-05 |
Julian Smart | Further version changes |
tree | commitdiff |
2002-12-05 |
Vadim Zeitlin | unabbreviated i18n |
tree | commitdiff |
2002-12-05 |
Julian Smart | Updated version |
tree | commitdiff |
2002-12-05 |
Vadim Zeitlin | detect and don't use old zlib version |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-11-02 |
Vadim Zeitlin | added ctor taking wxFontFlags |
tree | commitdiff |
2002-09-16 |
Julian Smart | Updated date |
tree | commitdiff |
2002-09-15 |
Vadim Zeitlin | don't mention GUI-only changes in the base section |
tree | commitdiff |
2002-09-15 |
Vadim Zeitlin | updated the build technote and the technote index;... |
tree | commitdiff |
2002-09-15 |
Julian Smart | Tweaks to the announcements, including adding some |
tree | commitdiff |
2002-09-15 |
Julian Smart | Added a couple more build starter scripts |
tree | commitdiff |
next |