2008-05-30 |
Vadim Zeitlin | use 'i' and 'd' instead of WXK_DELETE/INSERT as wxMSW...
|
commit | commitdiff | tree |
2008-05-30 |
Vadim Zeitlin | ensure that GetEditControl() returns something even...
|
commit | commitdiff | tree |
2008-05-30 |
Vadim Zeitlin | no changes, just refactor the code to avoid having...
|
commit | commitdiff | tree |
2008-05-29 |
Vadim Zeitlin | remove misleading documentation of minPage in GetPageInfo...
|
commit | commitdiff | tree |
2008-05-29 |
Vadim Zeitlin | include wx/crt.h needed for wxFprintf() (closes #9509)
|
commit | commitdiff | tree |
2008-05-29 |
Vadim Zeitlin | don't give an error if VT_DATE variant is being released...
|
commit | commitdiff | tree |
2008-05-29 |
Vadim Zeitlin | take wxString in wxCrashReport::SetFileName() to allow...
|
commit | commitdiff | tree |
2008-05-28 |
Vadim Zeitlin | fix MSVC /Wp64 warnings
|
commit | commitdiff | tree |
2008-05-28 |
Vadim Zeitlin | fix assert in ANSI build in wxConsoleStderr::GetCommandHisto...
|
commit | commitdiff | tree |
2008-05-28 |
Vadim Zeitlin | remove unused onsolete response files
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | get rid of MSVC warning about possibly uninitialized...
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | fix some harmless compilation in (release) MSVC build
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | change VERSION to 2.9.0 (not sure if this is really...
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | remove mentions of demos/dbbrowse which doesn't exist...
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | add build/msw/wx_stc.dsp
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | there is no std::wostream under Palm (part of ticket...
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | ifdef fixes for PalmOS6 (part of ticket 4700)
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | Palm compiler needs const_cast for passing const int...
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | fixes for Linux build (part of ticket 4700)
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | translate comments in English (part of ticket 4700)
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | distinguish between Server 2003 and XP 64-bit (closes...
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | add a mention to OS description string if running under...
|
commit | commitdiff | tree |
2008-05-27 |
Vadim Zeitlin | recognize Vista by name in wxGetOsDescription()
|
commit | commitdiff | tree |
2008-05-25 |
Vadim Zeitlin | don't take the min size into account when setting the...
|
commit | commitdiff | tree |
2008-05-25 |
Vadim Zeitlin | create tests/window directory for wxWindow tests
|
commit | commitdiff | tree |
2008-05-24 |
Vadim Zeitlin | add test for bug 716
|
commit | commitdiff | tree |
2008-05-24 |
Vadim Zeitlin | compilation fix after the last change
|
commit | commitdiff | tree |
2008-05-24 |
Vadim Zeitlin | do case normalization after long path one, this fixes...
|
commit | commitdiff | tree |
2008-05-23 |
Vadim Zeitlin | added wrapsizer (should have been checked in a long...
|
commit | commitdiff | tree |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Windows...
|
commit | commitdiff | tree |
2008-05-23 |
Vadim Zeitlin | call base class version from SetWindowStyleFlag() to...
|
commit | commitdiff | tree |
2008-05-23 |
Vadim Zeitlin | correct toggling of the selected icon (closes 4029)
|
commit | commitdiff | tree |
2008-05-23 |
Vadim Zeitlin | fix MSVC warnings about conversions between pointers...
|
commit | commitdiff | tree |
2008-05-22 |
Vadim Zeitlin | add back wxChoice::DoGetBestSize() removed by the previous...
|
commit | commitdiff | tree |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
|
commit | commitdiff | tree |
2008-05-22 |
Vadim Zeitlin | don't reserve space for the icons if none are used...
|
commit | commitdiff | tree |
2008-05-22 |
Vadim Zeitlin | add handling of wxWrapSizer flags (part of ticket 9468)
|
commit | commitdiff | tree |
2008-05-22 |
Vadim Zeitlin | fix the confusion in boolean attributes handling in...
|
commit | commitdiff | tree |
2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu...
|
commit | commitdiff | tree |
2008-05-18 |
Vadim Zeitlin | add missing header to fix compilation after changes...
|
commit | commitdiff | tree |
2008-05-18 |
Vadim Zeitlin | add tests for wxPATH_NORM_CASE (unsuccessfully trying...
|
commit | commitdiff | tree |
2008-05-18 |
Vadim Zeitlin | work around VC7 compiler bug resulting in a warning...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | fix handling of the commands with negative ids (e.g...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | (blind) fixes for PCH-less build after r53626
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | fix gcc warnings about not calling the base class ctors...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | make cast from double to long explicit to suppress...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | added language info for Northern Sami (patch 1964036)
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | fix crash in BitmapComboBoxWidgetsPage under wxUniv
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistoryLoad...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | don't blit more than necessary in wxBufferedDC::UnMask...
|
commit | commitdiff | tree |
2008-05-17 |
Vadim Zeitlin | fix window rectangle computation in Centre(wxCENTER_ON_SCREEN)
|
commit | commitdiff | tree |
2008-05-14 |
Vadim Zeitlin | generate size event when the dialog is shown for consistency...
|
commit | commitdiff | tree |
2008-05-14 |
Vadim Zeitlin | delay gripper positioning until the dialog is shown...
|
commit | commitdiff | tree |
2008-05-13 |
Vadim Zeitlin | fix bug introduced by the last change: we could overwrite...
|
commit | commitdiff | tree |
2008-05-12 |
Vadim Zeitlin | don't dereference end iterator
|
commit | commitdiff | tree |
2008-05-12 |
Vadim Zeitlin | add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)
|
commit | commitdiff | tree |
2008-05-12 |
Vadim Zeitlin | add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEX...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | make GetUsageString() public, this is useful at least...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | don't blit more than necessary in wxBufferedDC::UnMask...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistoryLoad...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | fix appending items to sorted control (patch 1940384)
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | include wx/timer.h for wxUSE_GUI==0 now that timers...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | avoid extra reallocations and memcpy for seekable files...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | add a test for reading files >4KB
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | assert if the window is being recreated, this indicates...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | show resize grip on resizeable dialogs (slightly modified...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | move last change to the correct section
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | make class names used for our windows unique between...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | added in sections ommitted by the translation script...
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | no changes, just fix a typo
|
commit | commitdiff | tree |
2008-05-11 |
Vadim Zeitlin | don't send text changed events from ctor as wxGTK doesn...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | update the documentation after the patch 1876663
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | don't call TB_GETITEMRECT with invalid tool index
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent()
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | don't override DoDrawSpline() under CE at all instead...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | don't redeclare vsscanf() for Windows compilers, the...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | add a combobox to one of the toolbars, just for testing
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | correct toolbar width calculation with comctl32.dll...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | compilation fix after switch to using std::string in...
|
commit | commitdiff | tree |
2008-05-08 |
Vadim Zeitlin | update and complete Unicode overview; add an overview...
|
commit | commitdiff | tree |
2008-05-07 |
Vadim Zeitlin | use std::[w]string for wxString implementation unless...
|
commit | commitdiff | tree |
2008-05-07 |
Vadim Zeitlin | extract the most important wxUSE_XXX settings in their...
|
commit | commitdiff | tree |
2008-05-07 |
Vadim Zeitlin | don't use $0$ and $1$, Doxygen doesn't have math mode
|
commit | commitdiff | tree |
2008-05-05 |
Vadim Zeitlin | dump totals as well as averages when gatheting statistics
|
commit | commitdiff | tree |
2008-05-05 |
Vadim Zeitlin | remove _T()s, they're unneeded now
|
commit | commitdiff | tree |
2008-05-03 |
Vadim Zeitlin | replaced test for inexistent wxUSE_LOCALE with the...
|
commit | commitdiff | tree |
2008-05-03 |
Vadim Zeitlin | update from FELIPE PERIARD LOPES
|
commit | commitdiff | tree |
2008-05-03 |
Vadim Zeitlin | don't return junk from wxHtmlTag::GetParamAsInt() if...
|
commit | commitdiff | tree |
2008-05-02 |
Vadim Zeitlin | add an assert indicating that old code overriding OnExecute...
|
commit | commitdiff | tree |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent...
|
commit | commitdiff | tree |
2008-04-28 |
Vadim Zeitlin | fix wxTextCtrl::operator<<('\n') in Unicode build ...
|
commit | commitdiff | tree |
2008-04-28 |
Vadim Zeitlin | fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
|
commit | commitdiff | tree |
2008-04-27 |
Vadim Zeitlin | use GLX_DOUBLEBUFFER if no attributes were specified...
|
commit | commitdiff | tree |
2008-04-27 |
Vadim Zeitlin | no real changes, clarified the usage of WX_GL_DOUBLEBUFFER...
|
commit | commitdiff | tree |
next |