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 |
2008-04-23 |
Vadim Zeitlin | prevent all our windows from being destroyed in wxApp...
|
commit | commitdiff | tree |
2008-04-22 |
Vadim Zeitlin | make wxDir::Has{Files,SubDirs}() const
|
commit | commitdiff | tree |
2008-04-21 |
Vadim Zeitlin | suppress unused parameter warning in release build
|
commit | commitdiff | tree |
2008-04-19 |
Vadim Zeitlin | replace inexistent wxTBK_DEFAULT with wxBK_DEFAULT
|
commit | commitdiff | tree |
2008-04-18 |
Vadim Zeitlin | added wxMouseState::GetPosition(), for consistency...
|
commit | commitdiff | tree |
2008-04-18 |
Vadim Zeitlin | make wxMouseState accessors const; document this class
|
commit | commitdiff | tree |
2008-04-15 |
Vadim Zeitlin | execute the usual cleanup code from EVT_END_SESSION...
|
commit | commitdiff | tree |
2008-04-15 |
Vadim Zeitlin | added a section about Connect(), improve/streamline...
|
commit | commitdiff | tree |
2008-04-15 |
Vadim Zeitlin | add possibility to specify the conversion to use in...
|
commit | commitdiff | tree |
2008-04-14 |
Vadim Zeitlin | removed extra wxCalendarCtrl:: which is ignored by...
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | fix crashes due to missing npos handling in several...
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | allow predefining wxNO_XXX_LIB symbols to avoid implicitly...
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | added a simple benchmark for wxDC::DrawLine() performance
|
commit | commitdiff | tree |
2008-04-13 |
Vadim Zeitlin | removed a TODO comments, it actually doesn't seem necessary...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | no real changes but replace manual calls to Set{Text...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | test for pen validity before calling GetStyle() on...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | don't use wxLocale if wxUSE_LOCALE==0
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | don't stop on NULs in Replace()
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | test that iterator is valid before comparing with it...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | fix bugs introduced in wxCmdLineParser::ConvertStringToArgs...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | forward declare wxVideoMode as struct, not class, now...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on...
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | correct CallHtmlHelp() overload being called in Quit()
|
commit | commitdiff | tree |
2008-04-12 |
Vadim Zeitlin | remove unused wxAppTraits-related files
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | ENDSESSION_LOGOFF is a bit flag, test for it using...
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | argh, really, really fix Darwin build
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | GetSocketManager() has no GUI-specific version under...
|
commit | commitdiff | tree |
2008-04-11 |
Vadim Zeitlin | also use AddProcessCallback() and GetSocketManager...
|
commit | commitdiff | tree |
2008-04-10 |
Vadim Zeitlin | oops, added missing #endif
|
commit | commitdiff | tree |
2008-04-10 |
Vadim Zeitlin | only declare AddProcessCallback for wxMotif and wxGTK
|
commit | commitdiff | tree |
2008-04-07 |
Vadim Zeitlin | don't ask for bounding rectangle of a hidden root,...
|
commit | commitdiff | tree |
next |