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 |
2007-09-15 |
Vadim Zeitlin | undo revision 48162 as it broke unit tests
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | fix a couple of harmless warnings in MSVC build
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | fix wxCmdLineEntryDesc compilation after latest changes
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | mention that support for reading alpha from TIFF images...
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | reverted the change of wxCmdLineEntryDesc fields to...
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and...
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | fix unused parameter warning
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | fix warning about not enough parameters for WX_DEFINE_GLOBAL...
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | added WXDLLIMPEXP_BASE for a couple of template classes...
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | fix some harmless warnings (last two parts of patch...
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | use wxBORDER_NONE as border default for wxStatusBar...
|
commit | commitdiff | tree |
2007-09-14 |
Vadim Zeitlin | compilation fix after wxCmdLineEntryDesc changes
|
commit | commitdiff | tree |
2007-09-13 |
Vadim Zeitlin | remove the drag-and-drop compatibility hack for extracting...
|
commit | commitdiff | tree |
2007-09-13 |
Vadim Zeitlin | added attribution for wxSYS_DCLICK_TIME time change
|
commit | commitdiff | tree |
2007-09-12 |
Vadim Zeitlin | check that the conversion really succeeds even when...
|
commit | commitdiff | tree |
2007-09-12 |
Vadim Zeitlin | fix assert for bitmaps buttons created without bitmap...
|
commit | commitdiff | tree |
2007-09-10 |
Vadim Zeitlin | mention that NULL/"" changes also affect struct fields
|
commit | commitdiff | tree |
2007-09-10 |
Vadim Zeitlin | map wxFONTENCODING_ISO2022_JP to the correct Windows...
|
commit | commitdiff | tree |
2007-09-10 |
Vadim Zeitlin | fix a warning about casting literal string constants...
|
commit | commitdiff | tree |
2007-09-10 |
Vadim Zeitlin | chop off the unwanted \r from GetLineText() return...
|
commit | commitdiff | tree |
2007-09-10 |
Vadim Zeitlin | Unicode compilation fix
|
commit | commitdiff | tree |
2007-09-10 |
Vadim Zeitlin | wxDL_XXX macros and dynamic loading cleanup:
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414)
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414)
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | add wxSYS_DCLICK_TIME system metric constant; use it...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | cache the result of wxGetOsVersion() (heavily modified...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | don't change locale in XRC GetFloat() method, change...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | fix bug with mistakenly recognising 'wxdebug' as 'debug...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | declare wxEVT_GRID_COL_MOVE event (which was defined...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | don't give spurious error message if non-empty status...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | fixed off by 1 bug in wxDC::GradientFillLinear() (patch...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | fix gcc warnings about float/double to int conversion...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | no changes, just added a comment explaining the issues...
|
commit | commitdiff | tree |
2007-09-09 |
Vadim Zeitlin | return empty string, not NULL, from wxCStrData::AsChar...
|
commit | commitdiff | tree |
2007-09-08 |
Vadim Zeitlin | added support for reading resolution information from...
|
commit | commitdiff | tree |
2007-09-08 |
Vadim Zeitlin | fix file names format in wxFileDataObject::GetDataHere...
|
commit | commitdiff | tree |
2007-09-08 |
Vadim Zeitlin | added wxDirCtrl to the sample to allow testing of the...
|
commit | commitdiff | tree |
2007-09-08 |
Vadim Zeitlin | don't pass garbage to SetData() in wxURLDataObject...
|
commit | commitdiff | tree |
2007-09-07 |
Vadim Zeitlin | better document some of the incompatibilities introduced...
|
commit | commitdiff | tree |
2007-09-07 |
Vadim Zeitlin | change wxCmdLineEntryDesc::short/longName type to wxString...
|
commit | commitdiff | tree |
2007-09-07 |
Vadim Zeitlin | fix unused parameter warning in wxSetEnv() in release...
|
commit | commitdiff | tree |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related...
|
commit | commitdiff | tree |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related...
|
commit | commitdiff | tree |
2007-09-07 |
Vadim Zeitlin | changed wxCmdLineEntryDesc::short/longName fields type...
|
commit | commitdiff | tree |
2007-09-07 |
Vadim Zeitlin | changed wxCmdLineEntryDesc::short/longName fields type...
|
commit | commitdiff | tree |
2007-09-05 |
Vadim Zeitlin | fixed off by 1 bug in converting premultiplied DIB...
|
commit | commitdiff | tree |
2007-09-03 |
Vadim Zeitlin | fix translation of wx priority values to the standard...
|
commit | commitdiff | tree |
2007-09-03 |
Vadim Zeitlin | fix WX_GL_STEREO attribute handling: value for it was...
|
commit | commitdiff | tree |
2007-09-03 |
Vadim Zeitlin | don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT...
|
commit | commitdiff | tree |
2007-08-30 |
Vadim Zeitlin | use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT_EQUA...
|
commit | commitdiff | tree |
2007-08-30 |
Vadim Zeitlin | don't use use UTF-8 to PUA mapping hack, it's not necessary...
|
commit | commitdiff | tree |
2007-08-30 |
Vadim Zeitlin | fix resize() when it's used for truncating a string...
|
commit | commitdiff | tree |
next |