2009-03-22 |
Vadim Zeitlin | wxGTK1 compilation fixes after last changes
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | fix typo; wrap lines; add some clarifications
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | correct wxASSERT_LEVEL_2 definition
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_RIGHT instead of wxTE_RIGHT here too (should...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | no changes, just wrap long lines
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | fix harmless warning about unreachable code under MSW...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | always define ShowAssertDialog() but do nothing in...
|
commit | commitdiff | tree |
2009-03-21 |
Vadim Zeitlin | fix typo in comment introduced in the previous change...
|
commit | commitdiff | tree |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_LEVEL...
|
commit | commitdiff | tree |
2009-03-21 |
Vadim Zeitlin | don't use HBMMENU_CALLBACK under Windows Vista as this...
|
commit | commitdiff | tree |
2009-03-21 |
Vadim Zeitlin | move __WXFUNCTION__ to wx/cpp.h from wx/debug.h
|
commit | commitdiff | tree |
2009-03-21 |
Vadim Zeitlin | made wx/debug.h C++ header again (reverting changes...
|
commit | commitdiff | tree |
2009-03-21 |
Vadim Zeitlin | fix generation of wxEVT_CHAR_HOOK events which, incredibly...
|
commit | commitdiff | tree |
2009-03-21 |
Vadim Zeitlin | don't build flash and mfc samples with non-MSVC compilers...
|
commit | commitdiff | tree |
2009-03-20 |
Vadim Zeitlin | include wx/button.h to get wxBU_EXACTFIT declaration
|
commit | commitdiff | tree |
2009-03-20 |
Vadim Zeitlin | copied 2.8.10 changelog
|
commit | commitdiff | tree |
2009-03-20 |
Vadim Zeitlin | add wxBU_EXACTFIT support to wxToggleButton XRC handler...
|
commit | commitdiff | tree |
2009-03-18 |
Vadim Zeitlin | fix (harmless) MSVC 64 bit compilation warning (closes...
|
commit | commitdiff | tree |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587)
|
commit | commitdiff | tree |
2009-03-18 |
Vadim Zeitlin | correct typo in SetAltExtensions() method (re-closes...
|
commit | commitdiff | tree |
2009-03-18 |
Vadim Zeitlin | more bug fixes to multiple selection mode (see #626...
|
commit | commitdiff | tree |
2009-03-18 |
Vadim Zeitlin | no changes, just correct some comments and variable...
|
commit | commitdiff | tree |
2009-03-18 |
Vadim Zeitlin | set native eol-style for the overview files
|
commit | commitdiff | tree |
2009-03-17 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
|
commit | commitdiff | tree |
2009-03-17 |
Vadim Zeitlin | added the files with separate tags itself (should have...
|
commit | commitdiff | tree |
2009-03-17 |
Vadim Zeitlin | extract the list of macros to ignore in a separate...
|
commit | commitdiff | tree |
2009-03-16 |
Vadim Zeitlin | add a menu item to test setting focus (see #626 comment:42)
|
commit | commitdiff | tree |
2009-03-14 |
Vadim Zeitlin | fix warning about needless comparison of unsigned with 0
|
commit | commitdiff | tree |
2009-03-14 |
Vadim Zeitlin | remove stray debugging printf
|
commit | commitdiff | tree |
2009-03-14 |
Vadim Zeitlin | compilation fix for Watcom (see #10576)
|
commit | commitdiff | tree |
2009-03-12 |
Vadim Zeitlin | compilation fix for ANSI build
|
commit | commitdiff | tree |
2009-03-12 |
Vadim Zeitlin | corrections to Dutch translation from Gideon van Melle
|
commit | commitdiff | tree |
2009-03-11 |
Vadim Zeitlin | reset the associated view frame pointer when the frame...
|
commit | commitdiff | tree |
2009-03-11 |
Vadim Zeitlin | work around some (harmless) g++ warnings about possibly...
|
commit | commitdiff | tree |
2009-03-11 |
Vadim Zeitlin | remove MSVC warnings about DLL-exported class inheriting...
|
commit | commitdiff | tree |
2009-03-11 |
Vadim Zeitlin | disable IPC test completely as it prevents the test...
|
commit | commitdiff | tree |
2009-03-10 |
Vadim Zeitlin | also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
|
commit | commitdiff | tree |
2009-03-10 |
Vadim Zeitlin | honour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | add support for multiple extensions to wxImage handlers...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | no changes, just correct the file name in the header...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | no real changes, just correct a comment (closes #10563)
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | define HOST_SUFFIX as empty string when not cross-compiling...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | close the associated frame if the view is deleted directly...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | don't use wxScopedPtr<> in wxDocTemplate::CreateDocument...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | PCH-less build fix after r59452
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | don't leak memory if exceptions are thrown during a...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | don't call neither OnSaveModified() nor Modify(false...
|
commit | commitdiff | tree |
2009-03-09 |
Vadim Zeitlin | restore passing WM_COMMAND messages for SC_XXX commands...
|
commit | commitdiff | tree |
2009-03-08 |
Vadim Zeitlin | take into account the width of the static box label...
|
commit | commitdiff | tree |
2009-03-08 |
Vadim Zeitlin | no changes, just removed unnecessary GetStaticBoxBorders...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | detect adding too many items to a grid sizer sooner...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | support %l in wxDateTime::ParseFormat()
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | optimize Replace() to use a linear algorithm (closes...
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | add wxUSE_CONFIG checks (see #10560)
|
commit | commitdiff | tree |
2009-03-07 |
Vadim Zeitlin | no changes, just remove an extra space (see #10560)
|
commit | commitdiff | tree |
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 |
next |