projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Compilo.
[wxWidgets.git]
/
include
/
2007-05-04
Václav Slavík
use wxString instead of const wxChar* in wxFFile public API
tree
|
commitdiff
2007-05-04
Václav Slavík
use wxString instead of const wxChar* in wxFile's publi...
tree
|
commitdiff
2007-05-04
Václav Slavík
use wxFormatString in wxV[f]printf()
tree
|
commitdiff
2007-05-04
Václav Slavík
compilation fix for --enable-utf8 --disable-utf8only...
tree
|
commitdiff
2007-05-04
Václav Slavík
use wxFormatString helper class for 'vararg' functions...
tree
|
commitdiff
2007-05-03
Robert Roebling
Putting draft of wxImplDC and the wxDC using it
tree
|
commitdiff
2007-05-03
Robert Roebling
Put old wxDC methods using long instead of wxCoord
tree
|
commitdiff
2007-05-03
Václav Slavík
fixed typo in Watcom code
tree
|
commitdiff
2007-05-03
Václav Slavík
fixed passing raw unconverted strings through wxArgNorm...
tree
|
commitdiff
2007-05-03
Václav Slavík
fixed DLL linking of wxConvLibc etc.
tree
|
commitdiff
2007-05-03
Václav Slavík
don't do char*->wchar_t*>char* roundtrip in wxArgNormal...
tree
|
commitdiff
2007-05-03
Václav Slavík
added code for optimized handling of UTF-8 locales...
tree
|
commitdiff
2007-05-03
Václav Slavík
fixed vararg functions with format argument to not...
tree
|
commitdiff
2007-05-03
Václav Slavík
OpenWatcom has the explicit keyword too
tree
|
commitdiff
2007-05-03
Václav Slavík
added wx[W]CharBuffer/wxCStrData overloads to remaining...
tree
|
commitdiff
2007-05-03
Vadim Zeitlin
removed unneeded duplication of DoSetSizeHints() in...
tree
|
commitdiff
2007-05-02
Václav Slavík
wxAppTraits::SetLocale() is wxUSE_INTL=1 only
tree
|
commitdiff
2007-05-02
Václav Slavík
added convenience functions wxString::To/From8BitData...
tree
|
commitdiff
2007-05-02
Robert Roebling
Moved all the coordinate system calculation to wxDCBase
tree
|
commitdiff
2007-05-02
Václav Slavík
made wxConvXXX objects usable at static initialization...
tree
|
commitdiff
2007-05-01
Robert Roebling
Made device to logical and vv conversion methods
tree
|
commitdiff
2007-05-01
Václav Slavík
added inline plural form of wxGetTranslation to wxUSE_I...
tree
|
commitdiff
2007-05-01
Václav Slavík
define wxPLURAL even if wxUSE_INTL=0
tree
|
commitdiff
2007-05-01
Vadim Zeitlin
fix wxStringOutputStream::Write() in Unicode build...
tree
|
commitdiff
2007-04-30
Vadim Zeitlin
fix m_sizerPage memory leak for the wizards not using...
tree
|
commitdiff
2007-04-30
Vadim Zeitlin
use a marginally more precise but, more importantly...
tree
|
commitdiff
2007-04-30
Vadim Zeitlin
assert that wxRound() argument is in the supported...
tree
|
commitdiff
2007-04-30
Václav Slavík
always define wxLocaleIsUtf8
tree
|
commitdiff
2007-04-30
Václav Slavík
fixed release build compilation with compilers without...
tree
|
commitdiff
2007-04-29
Václav Slavík
OpenWatcom >= 1.2 has __VA_ARGS__
tree
|
commitdiff
2007-04-29
Václav Slavík
compilation fixes for --disable-log
tree
|
commitdiff
2007-04-29
Václav Slavík
added support for passing std::[w]string to 'vararg...
tree
|
commitdiff
2007-04-28
Stefan Neis
Adapted to API changes with respect to GetTextExtent...
tree
|
commitdiff
2007-04-28
Václav Slavík
added missing #include "wx/buffer.h"
tree
|
commitdiff
2007-04-27
Václav Slavík
include wxchar.h from string.h in 2.8 compatibility...
tree
|
commitdiff
2007-04-27
Václav Slavík
added copy ctor to wxCStrData to fix crashes when passi...
tree
|
commitdiff
2007-04-26
Robert Roebling
Added IsOfStandardClass() as per wxMSW.
tree
|
commitdiff
2007-04-26
Václav Slavík
use UTF8-encoded char* strings in UTF8 build instead...
tree
|
commitdiff
2007-04-26
Chris Elliott
remove warnings of intentionally unreachable code
tree
|
commitdiff
2007-04-26
Chris Elliott
tested and applied http://article.gmane.org/gmane.comp...
tree
|
commitdiff
2007-04-26
Paul Cornett
replace 5 copies of size constraining code with one...
tree
|
commitdiff
2007-04-26
Vadim Zeitlin
move wxKEY_XXX constants to wx/defs.h from wx/list...
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
leave only wxString overloads for of the functions...
tree
|
commitdiff
2007-04-25
Robert Roebling
Added compile guards to wxEditableListBox
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
don't declare inline function with dllexport declaratio...
tree
|
commitdiff
2007-04-24
Robert Roebling
Use child's listmodelnotifier's destructor (by overlo...
tree
|
commitdiff
2007-04-24
Václav Slavík
removed wxCStrData::operator bool(), using c_str()...
tree
|
commitdiff
2007-04-24
Václav Slavík
corrected (Do)GetWriteBuf() return types to use more...
tree
|
commitdiff
2007-04-24
Robert Roebling
Change SetValue( wxVariant &value ) to
tree
|
commitdiff
2007-04-23
Václav Slavík
ANSI build compilation fix
tree
|
commitdiff
2007-04-23
Václav Slavík
compilation fix: setlocale() returns non-const string...
tree
|
commitdiff
2007-04-23
Václav Slavík
added code for checking if the current locale is UTF...
tree
|
commitdiff
2007-04-23
Vadim Zeitlin
added implicit conversion of wxString to const void...
tree
|
commitdiff
2007-04-23
Vadim Zeitlin
remove wxWindow::m_needParent and use GTKNeedsParent...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
compilation fixes for PCH-less build
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
added wxAppTraits::GetStandardCmdLineOptions() allowing...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
added wxDialog::GetParentForModalDialog() and use it...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
added HasExtraStyle()
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
add m_ prefix to the member variables and remove unneed...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
Many changes/fixes to wxFlexGridSizer implementation...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
distribute only the extra, free, space according to...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
(blind) compilation fixes after latest changes
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
added support for image resolution options to PNG handl...
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
readded wxEditableListBox as part of adv library
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
added safe check for Pango version and use it to avoid...
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
add missing dynarray.h includes (patch 1702312)
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
added wxStreamBuffer::Truncate() (patch 1687081)
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
fix WXDLLIMPEXP_STC definition when building all wx...
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
oops, restored wrongly removed semicolon
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
removed extraneous semicolons
tree
|
commitdiff
2007-04-20
David Elliott
Remove Objective-C class posing for everything except...
tree
|
commitdiff
2007-04-20
David Elliott
Move Objective-C interfaces into separate header files...
tree
|
commitdiff
2007-04-20
Jouk Jansen
Committing in .
tree
|
commitdiff
2007-04-20
Chris Elliott
add const to avoid hiding warning
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
fix unused parameters warnings
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
corrected DLL export declaration of wxTimerEvent to...
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
preparation for allowing to use wxTimer in wxBase ...
tree
|
commitdiff
2007-04-19
Václav Slavík
fixed wxCStrData::operator[] to use wxString::operator...
tree
|
commitdiff
2007-04-19
Paul Cornett
Reorganize idle system code.
tree
|
commitdiff
2007-04-19
Robert Roebling
Fix inplace editing of custom controls for
tree
|
commitdiff
2007-04-19
Václav Slavík
added missing forward declaration for wxCStrData
tree
|
commitdiff
2007-04-19
Václav Slavík
fixed compilation of STL non-UTF8 builds
tree
|
commitdiff
2007-04-19
Václav Slavík
moved primitive string and string iterators operations...
tree
|
commitdiff
2007-04-19
Václav Slavík
moved vararg CRT functions wrappers to a new wxcrtvarar...
tree
|
commitdiff
2007-04-18
Robert Roebling
Corrected/implemented sorting (by way of clicking on
tree
|
commitdiff
2007-04-18
Václav Slavík
fixed DLL linking of wxMessageOutput class
tree
|
commitdiff
2007-04-18
Václav Slavík
compilation fix
tree
|
commitdiff
2007-04-17
Václav Slavík
added conversion to and from std::string and std::wstri...
tree
|
commitdiff
2007-04-17
Robert Roebling
Implemented the same simple API for creating customized
tree
|
commitdiff
2007-04-17
Paul Cornett
add wxUSE_STC wrappers
tree
|
commitdiff
2007-04-16
Robin Dunn
Fix DLL compilation
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
corrected the direction of comparisons between wxString...
tree
|
commitdiff
2007-04-16
Robert Roebling
Rewritten in-place editing for generic wxDataViewCtrl
tree
|
commitdiff
2007-04-16
Václav Slavík
added wxMBConv argument to char_str()
tree
|
commitdiff
2007-04-16
Václav Slavík
added wxCStrData::As[W]CharBuf() that doesn't keep...
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
added new wxCONTROL_FLAT bit (see discussion of patch...
tree
|
commitdiff
2007-04-15
Vadim Zeitlin
don't erase background in GL canvases to reduce flicker
tree
|
commitdiff
2007-04-15
Vadim Zeitlin
added #ifdef __X__ forgotten in last commit
tree
|
commitdiff
2007-04-15
Vadim Zeitlin
fix handling of stock menu items (creating a stock...
tree
|
commitdiff
next