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 |
2007-08-30 |
Vadim Zeitlin | use fallback encoding in wxConvAuto when input is not...
|
commit | commitdiff | tree |
2007-08-30 |
Vadim Zeitlin | use wxNullPtr instead of NULL with wxFileTypeInfo
|
commit | commitdiff | tree |
2007-08-26 |
Vadim Zeitlin | added Clone() method documentation
|
commit | commitdiff | tree |
2007-08-26 |
Vadim Zeitlin | don't overwrite the existing local file if we failed...
|
commit | commitdiff | tree |
2007-08-22 |
Vadim Zeitlin | added ISO-2022-JP encoding
|
commit | commitdiff | tree |
2007-08-21 |
Vadim Zeitlin | Fix bug with assigning a part of the string to the...
|
commit | commitdiff | tree |
2007-08-21 |
Vadim Zeitlin | don't limit the multiple choice dialog size to 300x200...
|
commit | commitdiff | tree |
2007-08-20 |
Vadim Zeitlin | added tests demonstrating a bug in wxString::assign...
|
commit | commitdiff | tree |
2007-08-19 |
Vadim Zeitlin | fix generation of events from SetValue() broken in...
|
commit | commitdiff | tree |
2007-08-16 |
Vadim Zeitlin | added a tech note explaining how to write a new XRC...
|
commit | commitdiff | tree |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516)
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | fixed TeX error introduced in rev 48093 (sorry)
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | relinquish the mouse capture when a dialog is about...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | make wxChoice and wxListBox inherit from wxControlWithItems...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | added ReadType convenience functions (patch 1764160)
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | include wx/msw/winundef.g instead of writing just a...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | uncomment the change which was meant to be committed...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | use correct WXDLLIMPEXP macro for friend declaration
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | corrected the 'Derived from' sections using the script...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | added a script to automaitcally fix 'Derived from'...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | use ES_RIGHT|ES_NUMBER styles for the buddy control...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | don't enable previously checked button in a radio group...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | don't assert when ExpandAll() is called on hidden root...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | no changes, just fix typos in comments
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | fix clipping box retrieval (patch 1771199)
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | added wxToolTip::SetAutoPop() and SetReshow() (patch...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | don't use deprecated wxMenuItem methods
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | use correct WXDLLIMPEXP macro for forward declaration
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | fix wrong clear selection (modified patch 1763916)
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | include wx/datetime.h, it's not always included from...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | set the correct properties for the source files
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | added missing headers (patch 1774617)
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | fix incorrect wxSYS_VSCROLL_X mapping to the Win32...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | use one shot timers in wxAnimationCtrl (patch 1774535)
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | added wxConvertTo/FromIeeeExtended() synonyms for ConvertTo...
|
commit | commitdiff | tree |
2007-08-15 |
Vadim Zeitlin | don't set incorrect initial value of '0' for the bool...
|
commit | commitdiff | tree |
2007-08-14 |
Vadim Zeitlin | no real changes, just some cleanup
|
commit | commitdiff | tree |
2007-08-14 |
Vadim Zeitlin | added wxTaskBarIcon::Destroy()
|
commit | commitdiff | tree |
2007-08-14 |
Vadim Zeitlin | rename WX_VERSION_FULL back to WX_VERSION
|
commit | commitdiff | tree |
2007-08-14 |
Vadim Zeitlin | use decho, not echo, to output error messages
|
commit | commitdiff | tree |
2007-08-14 |
Vadim Zeitlin | don't use the extra libraries in wx-config --version...
|
commit | commitdiff | tree |
2007-08-14 |
Vadim Zeitlin | check for wxUSE_ACCESSIBILITY not being set to 1 under...
|
commit | commitdiff | tree |
2007-08-11 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in...
|
commit | commitdiff | tree |
2007-08-08 |
Vadim Zeitlin | remove extra space which confuses some servers (at...
|
commit | commitdiff | tree |
2007-08-07 |
Vadim Zeitlin | correction to last commit: don't test unsetenv() return...
|
commit | commitdiff | tree |
2007-08-07 |
Vadim Zeitlin | use unsetenv() instead of setenv(var, NULL) which is...
|
commit | commitdiff | tree |
2007-08-07 |
Vadim Zeitlin | don't include wx/wxprec.h from headers, it's bad style...
|
commit | commitdiff | tree |
2007-08-07 |
Vadim Zeitlin | remove tests for Mac Rez and SetFile which are also...
|
commit | commitdiff | tree |
2007-08-07 |
Vadim Zeitlin | don't test for things which bakefile already tests...
|
commit | commitdiff | tree |
2007-08-06 |
Vadim Zeitlin | add wx/univ/tglbtn.h to wxUniv headers
|
commit | commitdiff | tree |
2007-08-06 |
Vadim Zeitlin | use wxBORDER_NONE instead of wxNO_BORDER
|
commit | commitdiff | tree |
2007-08-06 |
Vadim Zeitlin | corrected sizer code example which wrongly used wxBORDER
|
commit | commitdiff | tree |
2007-08-04 |
Vadim Zeitlin | make wxTmemchr() return (and take) char* instead of...
|
commit | commitdiff | tree |
2007-08-04 |
Vadim Zeitlin | added FromAscii(unsigned char *) overloads
|
commit | commitdiff | tree |
2007-08-03 |
Vadim Zeitlin | more wxUSE_XXX documented (patch from Tim Stahlhut)
|
commit | commitdiff | tree |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087...
|
commit | commitdiff | tree |
2007-08-01 |
Vadim Zeitlin | corrected library link
|
commit | commitdiff | tree |
2007-07-31 |
Vadim Zeitlin | added WXDLLEXPORT to the (empty) wxControlWithItems...
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | removed png and propsize samples from SAMPLES_SUBDIRS...
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | forcefully disable wxUSE_JOYSTICK too
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | always define HDS_HOTTRACK if it's not defined, not...
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | compilation fix for WinCE
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | CE compilation fix for X button stuff
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | compilation fix for wxUSE_DBGHELP==0 after latest changes
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | we must use TB_BUTTONSTRUCTSIZE before adding menu...
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | update button style to include BS_MULTILINE when a...
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | no changes, just removed unnecessary #ifdef __WIN32__
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | make the text in the top area more readable
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | don't use deprecated DoLog() overload
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | removed the script which only worked with cvs
|
commit | commitdiff | tree |
2007-07-29 |
Vadim Zeitlin | add support for 4th and 5th mouse buttons; reduce code...
|
commit | commitdiff | tree |
next |