2009-03-07 |
Vadim Zeitlin | replace wxGetMultipleChoices() with wxGetSelectedChoices...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | correct size of extra controls in pixels to dialogs...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | don't add the sash size to the best size if the window...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | also remove WXUNUSED_UNLESS_DEBUG to fix release build...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | compilation fix: add missing header after r59404
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | store our styles in wxSpinCtrlGenericBase ctor (needed...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | support wxSP_WRAP in generic implementation (closes...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | use wxLog::Log() instead of ugly cast
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | suppress wxLog::DoLog() and DoLogString() hiding warnings
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | fix generation of key events with Alt pressed broken...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | add wxUSE_CONFIG guard
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | added wxProtocolLog class for logging network requests...
|
commit | commitdiff | tree |
2009-03-06 |
Vadim Zeitlin | use install_name_tool when cross-compiling too: it...
|
commit | commitdiff | tree |
2009-03-06 |
Vadim Zeitlin | don't allow setting readonly combobox value to a string...
|
commit | commitdiff | tree |
2009-03-06 |
Vadim Zeitlin | added wxZlibStream::SetDictionary() (closes #10551)
|
commit | commitdiff | tree |
2009-03-06 |
Vadim Zeitlin | fix duplicate events for selection keys after the last...
|
commit | commitdiff | tree |
2009-03-06 |
Vadim Zeitlin | no changes, just some minor cleanup
|
commit | commitdiff | tree |
2009-03-06 |
Vadim Zeitlin | only set maximal tooltip width if it's greater than...
|
commit | commitdiff | tree |
2009-03-06 |
Vadim Zeitlin | pass ApplyEdit() arguments to EndEdit() too for better...
|
commit | commitdiff | tree |
2009-03-05 |
Vadim Zeitlin | 2nd (blind) fix for VC6 build
|
commit | commitdiff | tree |
2009-03-05 |
Vadim Zeitlin | don't use WPARAM in the header (build fix after r59336)
|
commit | commitdiff | tree |
2009-03-05 |
Vadim Zeitlin | fix multiple problems with selection in controls with...
|
commit | commitdiff | tree |
2009-03-05 |
Vadim Zeitlin | fix total breakage of all fonts in wxMSW caused by...
|
commit | commitdiff | tree |
2009-03-05 |
Vadim Zeitlin | set svn properties correctly for the new files (please...
|
commit | commitdiff | tree |
2009-03-05 |
Vadim Zeitlin | (blind) fix for VC6 build
|
commit | commitdiff | tree |
2009-03-05 |
Vadim Zeitlin | PCH-less build fix
|
commit | commitdiff | tree |
2009-03-03 |
Vadim Zeitlin | use ldlibs, not ldflags, for wx-config --libs output...
|
commit | commitdiff | tree |
2009-03-03 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2009-03-03 |
Vadim Zeitlin | fix wxGTK1 compilation after wxTextEntry DoGetValue...
|
commit | commitdiff | tree |
2009-03-03 |
Vadim Zeitlin | fix virtual function hiding warnings
|
commit | commitdiff | tree |
2009-03-03 |
Vadim Zeitlin | fix virtual function hiding warnings
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | don't generate non-MSVC makefiles for MSVC-only samples
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix for wxRichTextCtrl after wxTextEntry...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix after wxTextEntry::GetValue() renaming...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | build fix: define DoGetValue() and GetEditableWindow()
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | compilation fix after GetEditableWindow() signature...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | fix warning about possibly uninitialized variable in...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | remove SetValue() which is not needed and which definition...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | make GetEditableWindow() protected as it's used by...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | wxUniv compilation fixes after wxTextEntry::DoGetValue...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | fix overloaded virtual warning
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | set correct properties
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | add ugly macros to abstract the difference between...
|
commit | commitdiff | tree |
2009-03-02 |
Vadim Zeitlin | update to Dutch translations from Gideon van Melle
|
commit | commitdiff | tree |
2009-03-01 |
Vadim Zeitlin | recognize schemes other than http and ftp in wxLaunchDefault...
|
commit | commitdiff | tree |
2009-03-01 |
Vadim Zeitlin | document wxTextEntry
|
commit | commitdiff | tree |
2009-03-01 |
Vadim Zeitlin | added const_cast<> to silence gcc warnings (see #10520)
|
commit | commitdiff | tree |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518)
|
commit | commitdiff | tree |
2009-02-28 |
Vadim Zeitlin | reset the tooltip text before changing it, this apparently...
|
commit | commitdiff | tree |
2009-02-27 |
Vadim Zeitlin | add missing WXDLLIMPEXP_CORE (which surprisingly is...
|
commit | commitdiff | tree |
2009-02-27 |
Vadim Zeitlin | Turkish translation update from Hakkı Doğusan
|
commit | commitdiff | tree |
2009-02-27 |
Vadim Zeitlin | VC6 compilation fix after last change: WXDLLIMPEXP_TEMPLATE_...
|
commit | commitdiff | tree |
2009-02-27 |
Vadim Zeitlin | refactor wxDocChildFrame and wxDocMDIChildFrame to...
|
commit | commitdiff | tree |
2009-02-27 |
Vadim Zeitlin | added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2
|
commit | commitdiff | tree |
2009-02-27 |
Vadim Zeitlin | move functions using deprecated methods out of line...
|
commit | commitdiff | tree |
2009-02-26 |
Vadim Zeitlin | fix Remove() argument in the example (closes #10521)
|
commit | commitdiff | tree |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace...
|
commit | commitdiff | tree |
2009-02-26 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE
|
commit | commitdiff | tree |
2009-02-26 |
Vadim Zeitlin | override TryValidator() in wxMDIParentFrame to implement...
|
commit | commitdiff | tree |
2009-02-26 |
Vadim Zeitlin | another missing WXDLLIMPEXP to fix DLL build
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowing...
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | don't use template assign() with VC6, even though it...
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | compilation fix after the previous commit
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | fix for DLL build: wxEvtHandlerArray should be in wxBase...
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | undo the change of r57522, it's not needed any more...
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | postpone the check for the validity of growable rows...
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | replace templae Connect() overloads with separate Bind...
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | don't call Refresh(empty-rect) unnecessarily
|
commit | commitdiff | tree |
2009-02-25 |
Vadim Zeitlin | fix handling of long lines in wxGridCellAutoWrapStringRenderer
|
commit | commitdiff | tree |
2009-02-24 |
Vadim Zeitlin | render <TH> contents in bold, as all the browsers do
|
commit | commitdiff | tree |
2009-02-23 |
Vadim Zeitlin | remove non-existent wx/msw/datecontrols.h from files...
|
commit | commitdiff | tree |
2009-02-23 |
Vadim Zeitlin | add wx/persist/*.h files
|
commit | commitdiff | tree |
2009-02-23 |
Vadim Zeitlin | fix (harmless) warnings in release mingw32 build
|
commit | commitdiff | tree |
2009-02-22 |
Vadim Zeitlin | correct the coordinates used for DIBs in StretchBlt...
|
commit | commitdiff | tree |
2009-02-22 |
Vadim Zeitlin | avoid integer overflow when computing the radius in...
|
commit | commitdiff | tree |
2009-02-22 |
Vadim Zeitlin | no changes, just update the copyright in the header
|
commit | commitdiff | tree |
2009-02-22 |
Vadim Zeitlin | add accessors for sockaddr to wxSockAddress (closes...
|
commit | commitdiff | tree |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can...
|
commit | commitdiff | tree |
2009-02-22 |
Vadim Zeitlin | put something in the content field type in the tables...
|
commit | commitdiff | tree |
2009-02-22 |
Vadim Zeitlin | add public wxLog::Log() to avoid ugly casts needed...
|
commit | commitdiff | tree |
2009-02-21 |
Vadim Zeitlin | restore changes of r58979 accidentally overwritten...
|
commit | commitdiff | tree |
2009-02-21 |
Vadim Zeitlin | only update stc.h when USE_STC==1
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | fix Windows compilation after last change
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | compilation fix for systems without neither MSG_NOSIGNAL...
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | another AIX compilation fix: getservbyname_r() returns...
|
commit | commitdiff | tree |
2009-02-19 |
Vadim Zeitlin | AIX compilation fix
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | don't skip the event in wxGridCellEditorEvtHandler...
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | suppress unused parameter warning
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | add missing stdcall to fix crash when using state image...
|
commit | commitdiff | tree |
2009-02-17 |
Vadim Zeitlin | add event.Skip() in EVT_CONTEXT_MENU handler
|
commit | commitdiff | tree |
2009-02-15 |
Vadim Zeitlin | don't use AC_CANONICAL_TARGET in libtiff configure...
|
commit | commitdiff | tree |
2009-02-15 |
Vadim Zeitlin | fix (harmless)m ingw32 warning; use anonymous namespace...
|
commit | commitdiff | tree |
2009-02-13 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE...
|
commit | commitdiff | tree |
2009-02-12 |
Vadim Zeitlin | added a period at the end of a sentence (test commit...
|
commit | commitdiff | tree |
2009-02-12 |
Vadim Zeitlin | return radio box own help text when origin is Origin_Unknown...
|
commit | commitdiff | tree |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a template...
|
commit | commitdiff | tree |
next |