2003-02-04 |
Mattia Barbon | Update with recent changes. |
tree | commitdiff |
2003-02-04 |
Vadim Zeitlin | added wxLocale::FindLanguageInfo() |
tree | commitdiff |
2003-02-04 |
Vadim Zeitlin | added Watcom mention |
tree | commitdiff |
2003-02-03 |
Václav Slavík | fixes to ShowFullScreen (KDE 3.1) |
tree | commitdiff |
2003-02-03 |
Mattia Barbon | More changes to be backported. |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | fixed First() signatures |
tree | commitdiff |
2003-02-02 |
Mattia Barbon | Mark for backporting. |
tree | commitdiff |
2003-01-30 |
Václav Slavík | don't indent text body |
tree | commitdiff |
2003-01-27 |
Julian Smart | Corrected printing docs |
tree | commitdiff |
2003-01-27 |
Ron Lee | Add SetScrollbars patch, assuming this one really fixes... |
tree | commitdiff |
2003-01-27 |
Vadim Zeitlin | added Add/InsertTool() (patch 672032) |
tree | commitdiff |
2003-01-26 |
Václav Slavík | fixed someone's typo |
tree | commitdiff |
2003-01-26 |
Václav Slavík | added wxHtmlWindow::LoadFile |
tree | commitdiff |
2003-01-26 |
Václav Slavík | added wxSplitterWindow to XRC |
tree | commitdiff |
2003-01-26 |
Václav Slavík | fixed loading of GNOME2 mime icons (still not working... |
tree | commitdiff |
2003-01-26 |
Václav Slavík | don't forget to backport Robert's GetInternalFont change |
tree | commitdiff |
2003-01-26 |
Vadim Zeitlin | added support for non flexible (in one direction only... |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | added wxArray::SetCount() |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | documented wxT(), _T(), _() |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | File/DirExists() are const now |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | moved GetRed() in its correct place in alphabetical... |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | typo fixes |
tree | commitdiff |
2003-01-24 |
Julian Smart | Applied patch [ 668155 ] Refresh problem when msgbox... |
tree | commitdiff |
2003-01-24 |
Vadim Zeitlin | added and documented wxDirTraverser::OnOpenError |
tree | commitdiff |
2003-01-24 |
Vadim Zeitlin | mention Watcom makefile for wxBase |
tree | commitdiff |
2003-01-23 |
Mattia Barbon | Removed backported changes. |
tree | commitdiff |
2003-01-23 |
Václav Slavík | removed wxEncodingConverter from docs where wxMBConv... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | yet more doc fixes to backport |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | fixed Update() signature |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | update Watcom section; minor additions to the other... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | corrected and expanded |
tree | commitdiff |
2003-01-21 |
Julian Smart | Updated wxBitmap overview |
tree | commitdiff |
2003-01-19 |
Václav Slavík | updated for new/better way of declaring wxART_xxx constants |
tree | commitdiff |
2003-01-19 |
Václav Slavík | use wxART_BROKEN_IMAGE in wxHTML |
tree | commitdiff |
2003-01-19 |
Mattia Barbon | More changes to be backported. |
tree | commitdiff |
2003-01-19 |
Ron Lee | We surely don't need two debugging sections, |
tree | commitdiff |
2003-01-18 |
Václav Slavík | better XRC handler for wxToolBar |
tree | commitdiff |
2003-01-18 |
Václav Slavík | reformatted for 79 chars width and added wxToolBar... |
tree | commitdiff |
2003-01-18 |
Václav Slavík | TRUE/FALSE -> true/false in documentation |
tree | commitdiff |
2003-01-18 |
Václav Slavík | wxLocale::Init bugfix |
tree | commitdiff |
2003-01-18 |
Václav Slavík | added wxFileName::MakeAbsolute |
tree | commitdiff |
2003-01-17 |
Vadim Zeitlin | tried to make wxCloseEvent docs more clear too |
tree | commitdiff |
2003-01-17 |
Vadim Zeitlin | documented UngetWriteBuf overload |
tree | commitdiff |
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 |
next |