2007-09-17 |
Paul Cornett | various small cleanups |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix access to client data of wxComboBox in wxUniv by... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | always NUL-terminate the buffers returned by cWC2MB... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix wxStringOutputStream to deal with NUL bytes correct... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introdu... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | undo revision 48162 as it broke unit tests |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | reverted the change of wxCmdLineEntryDesc fields to... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix warning about not enough parameters for WX_DEFINE_G... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix some harmless warnings (last two parts of patch... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | API change: a single SELECTION_CHANGED not lots of... |
tree | commitdiff |
2007-09-13 |
Robert Roebling | little change for Mac build |
tree | commitdiff |
2007-09-12 |
Vadim Zeitlin | check that the conversion really succeeds even when... |
tree | commitdiff |
2007-09-10 |
Robert Roebling | Rewrote scaling code for GNOME print backend. The inver... |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | wxDL_XXX macros and dynamic loading cleanup: |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | fixed off by 1 bug in wxDC::GradientFillLinear() (patch... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | fix gcc warnings about float/double to int conversion... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | no changes, just added a comment explaining the issues... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | return empty string, not NULL, from wxCStrData::AsChar... |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | added support for reading resolution information from... |
tree | commitdiff |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
tree | commitdiff |
2007-09-07 |
Robert Roebling | minor corrections, made non-public API private |
tree | commitdiff |
2007-09-06 |
Robert Roebling | Removed run-time dependency on libpangocairo |
tree | commitdiff |
2007-09-06 |
Robert Roebling | Add wxCairoLibrary (not yet built) |
tree | commitdiff |
2007-09-06 |
Václav Slavík | fixed wxString::FromAscii signature |
tree | commitdiff |
2007-09-05 |
Robin Dunn | Pass length including the null-terminator to cWC2MB |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewCtrl::AppendIconTextColumn |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | use fallback encoding in wxConvAuto when input is not... |
tree | commitdiff |
2007-08-29 |
Paul Cornett | add missing static |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconText |
tree | commitdiff |
2007-08-28 |
Václav Slavík | optimized wxMBConvStringUTF8::ToWchar() for ASCII chara... |
tree | commitdiff |
2007-08-26 |
Vadim Zeitlin | don't overwrite the existing local file if we failed... |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Minor correction |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Move column organizing code to ports, away from common... |
tree | commitdiff |
2007-08-25 |
Robert Roebling | add editing_started and _done events |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Minor API changes |
tree | commitdiff |
2007-08-24 |
Robert Roebling | don't use <listimpl.cpp> (problems under Mac? |
tree | commitdiff |
2007-08-22 |
Vadim Zeitlin | added ISO-2022-JP encoding |
tree | commitdiff |
2007-08-22 |
Václav Slavík | replace wxStringToIntType<T> with a macro to make Watco... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | compilation fixes after introduction of wxprintf.h |
tree | commitdiff |
2007-08-22 |
Julian Smart | Corrected wxAccess arg |
tree | commitdiff |
2007-08-22 |
Julian Smart | Blind fix |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Let various AppendXXXColumn helplers return the column... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | compilation fix for UTF8+STL |
tree | commitdiff |
2007-08-22 |
Julian Smart | Applied [ 1767537 ] [wxOS2]Watcom build - filefn |
tree | commitdiff |
2007-08-22 |
Václav Slavík | made UTF-8 tables const |
tree | commitdiff |
2007-08-22 |
Václav Slavík | optimize wxStringOperationsUtf8::DecodeChar() for the... |
tree | commitdiff |
2007-08-21 |
Vadim Zeitlin | Fix bug with assigning a part of the string to the... |
tree | commitdiff |
2007-08-21 |
Julian Smart | _get_timezone not available on Pocket PC 2003 |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1776951 ] wxSizer::GetContainingWindow... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Revised timezone fix |
tree | commitdiff |
2007-08-21 |
Julian Smart | APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | the wxFormatString hack used in wxFileTypeInfo variadic... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | fixed variadic templates in the case when char value... |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | added wxUTF8StringBuffer for writing UTF8 data into... |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Make wxDataViewItemArray more efficient |
tree | commitdiff |
2007-08-19 |
Václav Slavík | compilation fix for broken libstdc++ visibility |
tree | commitdiff |
2007-08-19 |
Václav Slavík | renamed wxImplStringBuffer to wxStringInternalBuffer |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Added EXPANDING and COLLAPSING events for the user... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Made wxGTK wxDataViewCtrl compile again |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Added ITEM_EXPANDED and ITEM_COLLAPSED |
tree | commitdiff |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
tree | commitdiff |
2007-08-18 |
Julian Smart | Don't hang in ReadLine when there's no input left |
tree | commitdiff |
2007-08-18 |
Julian Smart | A number of focus handling improvements: |
tree | commitdiff |
2007-08-16 |
Robert Roebling | removed Set/GetSortAscending from wxDataViewModel and... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | don't assert when ExpandAll() is called on hidden root... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxConvertTo/FromIeeeExtended() synonyms for Conve... |
tree | commitdiff |
2007-08-14 |
Vadim Zeitlin | added wxTaskBarIcon::Destroy() |
tree | commitdiff |
2007-08-13 |
Julian Smart | GetLabelTop should return the stripped label, for compa... |
tree | commitdiff |
2007-08-11 |
Václav Slavík | fixed wxStringTokenizer to correctly handle wxTOKEN_RET... |
tree | commitdiff |
2007-08-11 |
Julian Smart | Compile fixes |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-08-11 |
David Elliott | Use wxLogStdErr in preference to wxLogGui on wxCocoa. |
tree | commitdiff |
2007-08-08 |
Vadim Zeitlin | remove extra space which confuses some servers (at... |
tree | commitdiff |
2007-08-05 |
Francesco Montorsi | added the static function GetLabelText() to wxStaticTex... |
tree | commitdiff |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
tree | commitdiff |
2007-08-01 |
Julian Smart | Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for... |
tree | commitdiff |
2007-08-01 |
Julian Smart | Error and warning corrections |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | added support for 2 extra mouse buttons (patch 1757630) |
tree | commitdiff |
2007-07-28 |
Paul Cornett | make definitions match declarations in wxcrt.h |
tree | commitdiff |
2007-07-28 |
Paul Cornett | Fix wxCRT_GetenvW WXDLLEXPORT. Use more efficient prein... |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | blind OS/2 compilation fix in wxSetWorkingDirectory() |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | made strings used in wxIPC methods const as a temporary... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | added wxTo/FromString() overloads for wxFont (1st part... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | destroy TLW children pending for deletion from ~wxTLW... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | don't use min() macro in wxQsort() which conflicts... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | deTABbed wxQsort() |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-25 |
Robert Roebling | Use type safe list for model notifiers, sample corrected |
tree | commitdiff |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item) |
tree | commitdiff |
next |