2007-05-24 |
Vadim Zeitlin | added wxAppTraits::CreateConfig() (patch 1721149)
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | use a different indicator when binding parameters and...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
|
commit | commitdiff | tree |
2007-05-23 |
Vadim Zeitlin | fix wxODCB_PAINTING_SELECTED not being always set ...
|
commit | commitdiff | tree |
2007-05-23 |
Vadim Zeitlin | don't crash in dtor if the dialog had never been shown...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | remove unused static function (avoids a warning about it)
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | use wxCoord with GetTextExtent(), not long (the long...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | don't compare wxList::compatibility_iterator with NULL...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compilation...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | remove GetStandardCmdLineOptions() which is not needed...
|
commit | commitdiff | tree |
2007-05-21 |
Vadim Zeitlin | enter wxPendingEventLocker critical section in ProcessPendin...
|
commit | commitdiff | tree |
2007-05-19 |
Vadim Zeitlin | rebaked after evtloopmsw.cpp removal
|
commit | commitdiff | tree |
2007-05-19 |
Vadim Zeitlin | document wxLaunchDefaultBrowser() scheme handling
|
commit | commitdiff | tree |
2007-05-19 |
Vadim Zeitlin | restore WX_UNICODE after building ANSI packages
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | we don't need status bar in the MDI children
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | removed unused statusbar parameter from wxFrameBase...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | don't give debug messages about WM_MDISETMENU failure...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | don't dereference NULL parent in wxMDIChildFrame dtor...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | LaTeX syntax and links corrections
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | fix warning about unused rc variable in release builds
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | call wxAppConsole::CleanUp() from the derived class...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | delete m_mainLoop on exit
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | do use the font in DoGetTextExtent()
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | compilation fix after wxString changes
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | override DoGetTextExtent instead of redefining GetTextExtent
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | undid unnecessary renaming of src/msw/evtloop.cpp to...
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | removed extra semicolons added by last commit
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | added wxTimer test (now that it works in console application...
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | removed unused any more file (replaced by wxSelectDispatcher)
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | use C++ compiler for va_copy test, at least under IRIX...
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily...
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | djgpp doesn't have wint_t as separate type
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | fixed warning about using deprecated GetTextExtent...
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | compilation fix in GetPixelSize() for wxUSE_GRAPHICS_CONTEXT==0
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | another patch bring the docs more up to date (patch...
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | remove gettext docs, they have nothing to do in our...
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | fix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR_DEBU...
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | mention drop down toolbar buttons
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | getting text colour using the themes API doesn't seem...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | added support for drop down toolbar buttons (patch...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | apply the table bg colour between the cells too (patch...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | fix wxComboCtrl colours under Windows Vista (patch...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | update the samples/platforms which were unchanged since...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | fix compilation
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | translate the 'About' string (patch 1717088)
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | avoid truncating the colour channels values, this results...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | don't try to create surfaces of 0 size, even if the...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | use LRESULT instead of LONG in MSWOnDraw() to fix it...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | don't try to update TLW default button in WM_SET/KILLFOCUS...
|
commit | commitdiff | tree |
2007-05-10 |
Vadim Zeitlin | declare variables in the beginning of the block in...
|
commit | commitdiff | tree |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData()
|
commit | commitdiff | tree |
2007-05-10 |
Vadim Zeitlin | replaced more int/longs with wxCoord
|
commit | commitdiff | tree |
2007-05-10 |
Vadim Zeitlin | fixed detection of missing C++ compiler added in last...
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | use wxCopyRectToRECT instead of duplicating it
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | abort immediately if no C++ compiler was detected instead...
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | require libsm-dev, it's needed for KDE/GNOME detection
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | update frm Ivan Masar
|
commit | commitdiff | tree |
2007-05-09 |
Vadim Zeitlin | test for round() using C++ compiler, not C one (should...
|
commit | commitdiff | tree |
2007-05-07 |
Vadim Zeitlin | just return the min size needed by the sizer for the...
|
commit | commitdiff | tree |
2007-05-06 |
Vadim Zeitlin | fix PCH-less compilation
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | fix warning about signed/unsigned comparison; use STL...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | no changes, just deTAbified and fixed really strange...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | extracted wxAcceleratorEntry code from menucmn.cpp...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | declare GetGDKWindow() in wxDC to fix compilation of...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | don't use deprecated GetTextExtent() overload
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | compilation fix: SetLogicalFunction() is defined in...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | compilation fix: use DeviceToLogical[XY]() instead...
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | output Unicode/UTF-8 settings on a single line
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | added wxTimerEvent::GetTimer()
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | fix compilation in wxUSE_MENUS==0 case
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | share ctags command between make(gtk/mac)tags scripts
|
commit | commitdiff | tree |
2007-05-05 |
Vadim Zeitlin | fixed typo in IsBeingDeleted() test in GetParentForModalDialog()
|
commit | commitdiff | tree |
2007-05-04 |
Vadim Zeitlin | added src to the HelpGen directory
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | use a default URL, I got tired of typing it in the...
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | make it possible to override desktop detection using...
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | show the error returned by SmcOpenConnection(); don...
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2007-05-03 |
Vadim Zeitlin | removed unneeded duplication of DoSetSizeHints() in...
|
commit | commitdiff | tree |
2007-05-01 |
Vadim Zeitlin | clarified alpha support status (bug 1710013)
|
commit | commitdiff | tree |
2007-05-01 |
Vadim Zeitlin | fix wxStringOutputStream::Write() in Unicode build...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | fix m_sizerPage memory leak for the wizards not using...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | use a marginally more precise but, more importantly...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | assert that wxRound() argument is in the supported...
|
commit | commitdiff | tree |
2007-04-30 |
Vadim Zeitlin | don't drop lines without trailing new line character...
|
commit | commitdiff | tree |
2007-04-27 |
Vadim Zeitlin | no changes, just fix a typo
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | added Roscale() test
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | added Rotate() test
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear...
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | move wxKEY_XXX constants to wx/defs.h from wx/list...
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear...
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | allow to test changing combobox selection too
|
commit | commitdiff | tree |
2007-04-26 |
Vadim Zeitlin | use wxCopyRectToRECT() instead of duplicating its code...
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | leave only wxString overloads for of the functions...
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | compilation fix after c_str() changes
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to...
|
commit | commitdiff | tree |
2007-04-25 |
Vadim Zeitlin | don't declare inline function with dllexport declaration...
|
commit | commitdiff | tree |
next |