2009-06-07 |
Vadim Zeitlin | work around MSVC warnings about using uninitialized...
|
commit | commitdiff | tree |
2009-06-07 |
Vadim Zeitlin | disable MSVC warning 4275 which is harmless and can...
|
commit | commitdiff | tree |
2009-06-07 |
Vadim Zeitlin | remove inline from IosSeekDirToWxSeekMode() to work...
|
commit | commitdiff | tree |
2009-06-07 |
Vadim Zeitlin | correct bug with using uninitialized end variable ...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | disable warning about _set_se_translator() requiring...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | fix (bogus) warning about uninitialized variable in...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | mention wxTreeCtrl::SelectItem() fix of r60921
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | disable MSVC 8+ warning about using Unicode characters...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | disable warnings about unused parameters in CppUnit...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | use _isatty/_fdopen/_fileno() instead of isatty/fdopen...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | use _fileno() instead of fileno() with VC
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | use _unlink() instead of unlink() with VC
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | rename ARRAYSIZE to CELLSARRAYSIZE to avoid conflict...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | fix warnings about using signed values for chars and...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | fix unused parameter warning
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | define _SCL_SECURE_NO_WARNINGS to avoid warnings about...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | work around (harmless) warnings in VC7 release build
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | make wxTreeCtrl::SelectItem(false) work in single selection...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | more corrections from Y. KABA.
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | correct msgfmt warnings after last commit
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | Japanese translations update from Y. KABA.
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | simplify code by removing workaround not needed any...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | fix bug in generic wxTreeCtrl: calling SelectItem(true...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | compilation fixes for OS X Cocoa build
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | document effect of loading an icon bundle on stream...
|
commit | commitdiff | tree |
2009-06-06 |
Vadim Zeitlin | export wxStatusBarPaneArray from the DLL to fix Borland...
|
commit | commitdiff | tree |
2009-06-05 |
Vadim Zeitlin | compilation fixes for g++ 3.2 (closes #10875)
|
commit | commitdiff | tree |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler
|
commit | commitdiff | tree |
2009-06-04 |
Vadim Zeitlin | correct the fix for avoiding the integer multiplication...
|
commit | commitdiff | tree |
2009-06-04 |
Vadim Zeitlin | use wxAutoBufferedPaintDC to avoid needlessly double...
|
commit | commitdiff | tree |
2009-06-04 |
Vadim Zeitlin | account properly for the menu in SetShape() (closes...
|
commit | commitdiff | tree |
2009-06-04 |
Vadim Zeitlin | value of wrap parameter of wxStaticText must be specified...
|
commit | commitdiff | tree |
2009-06-04 |
Vadim Zeitlin | postpone the call to CopyAttributes() until the DC...
|
commit | commitdiff | tree |
2009-06-04 |
Vadim Zeitlin | removed assert checking that bit depth is 8 or 16 as...
|
commit | commitdiff | tree |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
|
commit | commitdiff | tree |
2009-06-03 |
Vadim Zeitlin | don't fix the columns number to 1 by default in ctors...
|
commit | commitdiff | tree |
2009-06-03 |
Vadim Zeitlin | work around g++ 4.3 warning about possibly ambiguous...
|
commit | commitdiff | tree |
2009-06-02 |
Vadim Zeitlin | fix wxIconBundle creation from multiimage files broken...
|
commit | commitdiff | tree |
2009-06-02 |
Vadim Zeitlin | check for integer overflow which could result in buffer...
|
commit | commitdiff | tree |
2009-06-02 |
Vadim Zeitlin | don't free() the same pointer twice if an error occurs...
|
commit | commitdiff | tree |
2009-06-02 |
Vadim Zeitlin | added wxUINTn_MAX constants; document them together...
|
commit | commitdiff | tree |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position
|
commit | commitdiff | tree |
2009-06-01 |
Vadim Zeitlin | corrected wrong type of posErr parameter (closes #10862)
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defined...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | set focus to the window when the mouse is clicked in...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defined...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | added default ctor to wxMouseEventsManager, this is...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | don't add client area origin when positioning the child...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | improve wxTreeCtrl::ScrollTo() behaviour in the generic...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | remove duplicate wxUSE_GSTREAMER definition
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | added wxTempFile::Flush() (dedicated to Theodore Ts...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | allow overriding wxUSE_GLCANVAS value in setup.h by...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | define HAVE_LARGEFILE_SUPPORT in setup.h when large...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | fix ANSI build compilation (closes #10846)
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | added power, svg, taborder and xrc samples (closes...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1
|
commit | commitdiff | tree |
2009-05-28 |
Vadim Zeitlin | remove redundant extern keywords from wxEmptyString...
|
commit | commitdiff | tree |
2009-05-28 |
Vadim Zeitlin | avoid g++ 4.3 warnings about conflict between parameter...
|
commit | commitdiff | tree |
2009-05-28 |
Vadim Zeitlin | compilation fix for STL/!UNICODE case (closes #10846)
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | no changes, simply mention a possible misuse of API...
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | ensure that Excel is visible and has an opened workbook...
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | correct a typo in wxSplitterWindow gravity parameter...
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | added a timer updating a counter in the background...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | remove wxMSW-specific (but copied into wxPalm too)...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | always dispatch messages for the hidden window which...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | fill in the fields of wxListItem in a wxListEvent before...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | correct the inversed assert check in LVN_DELETEITEM...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common...
|
commit | commitdiff | tree |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all windows...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | mark the document as modified when its text control...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | initialize wxDocChildFrameAnyBase before creating the...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringTable...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | fix unused parameter warning after r60715
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | don't clear the status bar help text if the wxEVT_MENU_HIGHL...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | implement wxGetActiveWindow() which is now used by...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | allow 2 step creation of wxDocChildFrameAnyBase and...
|
commit | commitdiff | tree |
2009-05-20 |
Vadim Zeitlin | don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ...
|
commit | commitdiff | tree |
2009-05-20 |
Vadim Zeitlin | compilation fix in FindPaperType() after latest change
|
commit | commitdiff | tree |
2009-05-20 |
Vadim Zeitlin | do allow calling Hide() on the window before it is...
|
commit | commitdiff | tree |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808)
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | disable a test failing under wxGTK because of what...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | use a different known good face name under non-MSW
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | deal with fonts with empty face name correctly in wxNativeFo...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | deal with the fonts without any specified face name...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | fix errors in EvtHandlerTestCase::BindFunctor() in...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | do not overwrite ms_{hwnd,className} in wxTimerHiddenWindowM...
|
commit | commitdiff | tree |
2009-05-15 |
Vadim Zeitlin | move virtual GetPath() implementation out of line to...
|
commit | commitdiff | tree |
2009-05-13 |
Vadim Zeitlin | don't use empty attribute name in wxIconXmlHandler...
|
commit | commitdiff | tree |
next |