2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
blob | commitdiff | raw |
2012-02-22 |
Julian Smart | Compile fixes for wxUSE_COLLPANE=0 |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Vadim Zeitlin | Include wx/time.h to get wxLocaltime_r() declaration... |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Vadim Zeitlin | Merge similar but not quite identical translated strings. |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Vadim Zeitlin | Make art provider id of type "char *" instead of "wxCha... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Vadim Zeitlin | Initialize wxLogWindow::m_pLogFrame in ctor to avoid... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Vadim Zeitlin | Don't pass logs at unknown levels to wxLog::DoLogRecord... |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Vadim Zeitlin | Don't call base class version unnecessarily in wxLogWin... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Paul Cornett | make array data fully const |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Vadim Zeitlin | Don't use sunken border for the list control in log... |
blob | commitdiff | raw | diff to current |
2009-08-06 |
Vadim Zeitlin | Use 0 instead of NULL to initialize wxUIntPtr. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
blob | commitdiff | raw | diff to current |
2009-07-10 |
Vadim Zeitlin | fix harmless warnings about uninitialized (not really... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
blob | commitdiff | raw | diff to current |
2009-07-03 |
Vadim Zeitlin | suppress harmless warning about possibly uninitialized... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Francesco Montorsi | do not show the timestamp column in the details pane... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Francesco Montorsi | do not deselect the item the user has just selected... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Vadim Zeitlin | really fix compilation in !wxUSE_LOG_DIALOG case (still... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Vadim Zeitlin | fix compilation in !wxUSE_LOG_DIALOG case (closes ... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | made wxLogGui more flexible and documented it and added... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | partially revert 55488: don't use message box with... |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Vadim Zeitlin | add missing header for PCH-less build |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Vadim Zeitlin | allow copying text in the log dialogs |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | make wxLogWindow thread-safe (#8783) |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
Vadim Zeitlin | added wxArtProvider::GetMessageBoxIcon() to avoid dupli... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Vadim Zeitlin | made LogLastRepetitionCountIfNeeded() non static to... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Vadim Zeitlin | use LogLastRepetitionCountIfNeeded() instead of DoLogNu... |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Václav Slavík | don't use wxChar* arguments in wxLogWindow API |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Václav Slavík | changed wxLog::OnLog(String) to take wxString instead... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | fixed vararg functions with format argument to not... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Václav Slavík | use UTF8-encoded char* strings in UTF8 build instead... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Vadim Zeitlin | don't use obsolete functions (mostly copystring() and... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Vadim Zeitlin | use wxCollapsiblePane in the log dialog (patch 1624796) |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | include wx/datetime.h and test for wxUSE_DATETIME befor... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | use wxLocaltime_r() instead of localtime(): this is... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Włodzimierz Skiba | Include wx/msgdlg.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Włodzimierz Skiba | Include wx/button.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Vadim Zeitlin | compilation fix for wxUSE_LOGWINDOW==0 |
blob | commitdiff | raw | diff to current |
2005-06-19 |
Vadim Zeitlin | WinCE does support strftime() now, no need to #ifdef... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Robin Dunn | Switch to using wxArtProvider::GetBitmap instead of... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Włodzimierz Skiba | 'Dummy' warning fixes (might be used uninitialized). |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Włodzimierz Skiba | Smartphone adjustements to generic log dialog. |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Julian Smart | Standard dialogs becoming useable on WinCE. |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | wxTextPos for all GetLastPosition with constants for... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Włodzimierz Skiba | Common default datetime formats. |
blob | commitdiff | raw | diff to current |
2004-12-29 |
Włodzimierz Skiba | Fixes to FIXME about stock IDs usage. |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Włodzimierz Skiba | Warning fixes to unused variables, int/wxChar keycode... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Vadim Zeitlin | allow to use any window, not just wxFrame, as wxLogFram... |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Václav Slavík | new stock buttons API |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Václav Slavík | center the icon vertically |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | use stock buttons in generic dialogs |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Robin Dunn | unicode compilation fix |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Vadim Zeitlin | suppress new lines in the details pane |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
blob | commitdiff | raw | diff to current |
2004-06-12 |
Dimitri Schoolwerth | removed SetAutoLayout(true) calls when a corresponding... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Julian Smart | Applied patch [ 892608 ] wxLogDialog + wxLogFrame:... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | fixes for compiling with more stuff disabled in setup... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Stefan Csomor | removal of pc-mac charset conversion for wxMac |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | OnIdle -> OnInternalIdle |
blob | commitdiff | raw | diff to current |
2003-06-25 |
Václav Slavík | split log.h into GUI and base parts |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Vadim Zeitlin | removed redundant wxUSE_GUI checks |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Stefan Csomor | mac unicode |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Vadim Zeitlin | removed wxLog::HasPendingMessages() (it can't be made... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-08-05 |
David Webster | OS/2 VA needs to include time.h to get the time calls. |
blob | commitdiff | raw | diff to current |
2002-07-22 |
David Webster | OS/2 Update |
blob | commitdiff | raw | diff to current |
2002-07-01 |
Ron Lee | Fix for the irksome, 'Details' sizing bug. Or at least... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Vadim Zeitlin | generic log dialog resizing now works more reasonably... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | added missing space before >> button label |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Gilles Depeyrot | wxTextCtrl bug related to \n handling is Carbon related... |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Václav Slavík | oops, this was for my debugging purposes :( |
blob | commitdiff | raw | diff to current |
next |