2007-09-26 |
Vadim Zeitlin | another compilation fix PCH-less build
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | part of wxComboBox to wxEntry refactoring (should have...
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | refactor wxMSW code to extract parts common to wxTextCtrl...
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | remove wxComboBox-specific hack, override DoSetToolTip...
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | compilation fixes for wxGTK1 after wxTextEntry changes...
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | compilation fix for wxGTK1
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | fix harmless unused parameter warning
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl...
|
commit | commitdiff | tree |
2007-09-26 |
Vadim Zeitlin | added unit test for some of wxTextCtrl methods and...
|
commit | commitdiff | tree |
2007-09-25 |
Vadim Zeitlin | fix operator<<() for wxString
|
commit | commitdiff | tree |
2007-09-25 |
Vadim Zeitlin | define wxUSE_GADGETS as 0 as it's not defined in configure...
|
commit | commitdiff | tree |
2007-09-25 |
Vadim Zeitlin | fix warning about visibility attribute ignored on non...
|
commit | commitdiff | tree |
2007-09-23 |
Vadim Zeitlin | added wxWindow::GetPopupMenuSelectionFromUser() (modified...
|
commit | commitdiff | tree |
2007-09-23 |
Vadim Zeitlin | don't define wxCRT_xxprintfW function if the corresponding...
|
commit | commitdiff | tree |
2007-09-23 |
Vadim Zeitlin | revert last change (r48897)
|
commit | commitdiff | tree |
2007-09-22 |
Vadim Zeitlin | include wx/log.h to fix PCH-less compilation
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | ifconfig under NetBSD also takes -a
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | *wprintf() functions should be extern, not static,...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | include tif_config.h using <> instead of ""
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | bring the new linpng 1.2.20 (without its contrib subdirector...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | remove old libpng 1.2.7
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | added more convenient wxDL_INIT_FUNC[_AW] macros and...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | made gs_msgXXX variables static
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | allow using wxTaskBarIcon under Win95 by loading Shell_Notif...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | predefine _WIN32_IE before including shellapi.h too...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | copy tif_config.h.vc to tif_config.h, this file will...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | use libtiff/libjpeg VC-specific include files for all...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | removed extra semicolon
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | put __attribute__((deprecated)) before declaration...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | no changes, just a typo fix
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | fix VC6 warnings
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | added wxDEPRECATED_INLINE, use it for wxPixelData<wxBitmap...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | make wxScopeGuardImplBase copy ctor public to avoid...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | include vms_jackets.h directly from wx/platform.h instead...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | fix icc warnings about shadowed variables and mismatching...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | functions not taking argument must be declared as ...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | removed wxEVT_POWER which wasn't declared nor used...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | removed an extra semicolon
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | don't shadow declaration of nIndex variable
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | use the lower-case version of the parameter in GetEndianness...
|
commit | commitdiff | tree |
2007-09-21 |
Vadim Zeitlin | check whether compiler supports visibility pragmas...
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | allow the user to press Esc to close preview frame...
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to...
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | update from Antonio Cardoso Martins
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | apply XRCID() automatically to XRCSIZERITEM() argument...
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | fix round trip check in wxMBConv_win32::WC2MB() when...
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | Ukrainian translation update from Yuri Chornoivan
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | added Portuguese translation from Antonio Cardoso Martins
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | remove extra colons and semicolons
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | added missing wxUSE_RICHEDIT test
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | build fixes for MSVC
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | rebake after libtiff changes
|
commit | commitdiff | tree |
2007-09-20 |
Vadim Zeitlin | build updates for libtiff 3.8.2
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | import libtiff 3.8.2 into the trunk
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | remove the old hybrid libtiff sources
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | use update UI handler for the up and new directory...
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | use drives paths, not names, in the dialog to avoid...
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | remove platform check, always compile this file as...
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | fix warning about int->bool conversion; wrap long lines...
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | use fabs() instead of abs() to fix mingw32 compilation...
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | shut down GDI+ from a module instead of doing it during...
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | allow using wxSizerFlags with wxSizer methods adding...
|
commit | commitdiff | tree |
2007-09-19 |
Vadim Zeitlin | fix bug with deleting and recreating entries in wxFileConfig...
|
commit | commitdiff | tree |
2007-09-18 |
Vadim Zeitlin | fix for the last commit: reset the dummy wxRICHTEXT_DEFAULT_...
|
commit | commitdiff | tree |
2007-09-18 |
Vadim Zeitlin | properly NUL-terminate the buffer returned by wxMBConv...
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | fix compilation due to wxCmdLineEntryDesc changes once...
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | rename wxFileList to wxFileListCtrl
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | reverted accidental change to this file as part of...
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | declare wxVector<wxXmlResourceHandler *> as DLL-exported...
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | don't abbreviate 'control' to 'ctrl' (patch 1780280)
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | define wxUSE_CAIRO as 0 for non-GTK builds to avoid...
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke...
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch...
|
commit | commitdiff | tree |
2007-09-17 |
Vadim Zeitlin | don't access m_clientDataItemsType directly
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | don't use NULL when we mean 0
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | fix warnings due to use of WXDLLEXPORT on forward declarations
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | fix access to client data of wxComboBox in wxUniv by...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | include wx/beforestd.h before iostream headers to avoid...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | expand the table cells to fill the entire table width...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | fix divide by 0 bug in UpdateScrollbars() (part of...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | destroy the old clipping region before setting the...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | removed apparent off by 1 bug in the end line calculation...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve...
|
commit | commitdiff | tree |
2007-09-16 |
Vadim Zeitlin | use ListView_RedrawItems() to implement wxListCtrl...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | check whether clipping region is empty, not whether...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | fix off by one (or rather "off by border width") bug...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | fix the bug with not showing all the text in the text...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | corrected m_strings array creation broken by last changes
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntryDesc...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | get rid of the built-in drop target in rich text controls...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | always NUL-terminate the buffers returned by cWC2MB...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | fix wxStringOutputStream to deal with NUL bytes correctly...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | use wxSafeConvertWX2MB() instead of mb_str() in operator...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | always return positive pixel size, even for negative...
|
commit | commitdiff | tree |
2007-09-15 |
Vadim Zeitlin | fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introduction...
|
commit | commitdiff | tree |
next |