projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
remove unnecessary refCount=1 parameter from wxObjectRefData ctor
[wxWidgets.git]
/
include
/
wx
/
defs.h
2009-06-06
Vadim Zeitlin
define _SCL_SECURE_NO_WARNINGS to avoid warnings about...
blob
|
commitdiff
|
raw
2009-06-02
Vadim Zeitlin
added wxUINTn_MAX constants; document them together...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-12
Vadim Zeitlin
Cygwin doesn't have std::wstring nor std::wostream
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Francesco Montorsi
implement tooltips for wxStatusBar panes whose contents...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-05
Vadim Zeitlin
define HAVE_SSIZE_T if we define ssize_t ourselves...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-29
Václav Slavík
added length to wx(Scoped)CharBuffer to improve handlin...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Stefan Csomor
better native types for carbon
blob
|
commitdiff
|
raw
|
diff to current
2009-03-21
Vadim Zeitlin
first round of debug/release merge: introduce wxDEBUG_L...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-21
Vadim Zeitlin
made wx/debug.h C++ header again (reverting changes...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-20
Stefan Csomor
adding more native definitions
blob
|
commitdiff
|
raw
|
diff to current
2009-03-11
Václav Slavík
renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-27
Vadim Zeitlin
added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2
blob
|
commitdiff
|
raw
|
diff to current
2009-02-26
Vadim Zeitlin
added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE
blob
|
commitdiff
|
raw
|
diff to current
2009-02-24
Kevin Ollivier
Fix for deprecated constructor issues, setting a functi...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-30
Robert Roebling
Add wxSIZE_FORCE_EVENT and use is from wxSizerItem...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-30
Francesco Montorsi
fix typo (missing closing brackets); add some comments...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Francesco Montorsi
document various enumerations defined in defs.h; give...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-27
Vadim Zeitlin
refactor WM_COMMAND messages handling in MDI frames...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-17
Stefan Csomor
adding NSPrintInfo support
blob
|
commitdiff
|
raw
|
diff to current
2009-01-08
Francesco Montorsi
change generic ints to enums in wxDC (closes #9959)
blob
|
commitdiff
|
raw
|
diff to current
2008-11-16
Vadim Zeitlin
fix some of icc 11.0 warnings and disable a few others
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Francesco Montorsi
fix the incoherence pointed out by ifacecheck between...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-02
Vadim Zeitlin
remove tests for bool and {const,static,reinterpret...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Vadim Zeitlin
disable VC6 warning C4284; put all warning disable...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
Vadim Zeitlin
still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
Robert Roebling
Move definition of wxListIteratorFunction and ..SortFun...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
Stefan Csomor
fixing deprecated constructors for osx
blob
|
commitdiff
|
raw
|
diff to current
2008-09-15
Vadim Zeitlin
document wxDELETE() and wxDELETEA()
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Vadim Zeitlin
added wxCANCEL_DEFAULT style to wxMessageDialog (only...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-06
Stefan Csomor
adapting to new platform constants
blob
|
commitdiff
|
raw
|
diff to current
2008-09-01
Stefan Csomor
more common osx types
blob
|
commitdiff
|
raw
|
diff to current
2008-08-30
Vadim Zeitlin
define HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-08
Vadim Zeitlin
add DECLARE_NO_COPY_TEMPLATE_CLASS
blob
|
commitdiff
|
raw
|
diff to current
2008-08-02
Vadim Zeitlin
made wxDELETE[A]() template functions instead of macros...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-01
Vadim Zeitlin
add more stock items (#9799)
blob
|
commitdiff
|
raw
|
diff to current
2008-07-29
Stefan Csomor
osx regrouping
blob
|
commitdiff
|
raw
|
diff to current
2008-07-29
Robert Roebling
Added 32-bit (UCS-4) wxUString class
blob
|
commitdiff
|
raw
|
diff to current
2008-06-20
Robert Roebling
Add missing SWAP macros for 64-bit signed int
blob
|
commitdiff
|
raw
|
diff to current
2008-06-15
Vadim Zeitlin
correct wxIntPtr definition
blob
|
commitdiff
|
raw
|
diff to current
2008-06-15
Vadim Zeitlin
fixed STC under Win64: as wxStyledTextCtrl::SendMsg...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Vadim Zeitlin
there is no std::wostream under Palm (part of ticket...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-23
Vadim Zeitlin
yet more compilation fixes after brush/pen style change...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Vadim Zeitlin
add comparison operators for wxPen/BrushStyle and wxSOL...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Francesco Montorsi
make the Pen/Brush code backward compatible as discusse...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Václav Slavík
compilation fix for wxUSE_GUI=0
blob
|
commitdiff
|
raw
|
diff to current
2008-03-16
Francesco Montorsi
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-16
Francesco Montorsi
introduce wxBrushStyle enum and replace 'int style...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-04
Vadim Zeitlin
VC6 doesn't have wostream when using old iostream.h
blob
|
commitdiff
|
raw
|
diff to current
2008-03-04
Václav Slavík
added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Vadim Zeitlin
more /Wp64 warning fixes: mostly use UINT_PTR instead...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Vadim Zeitlin
compilation fix after last change
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Vadim Zeitlin
fix wxWeakRef<> for Borland C++ (slightly modified...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-26
Vadim Zeitlin
fixes for MSVC compilation with /Wp64 (used by new...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-13
Vadim Zeitlin
improvements to wxWeakRef and related classes
blob
|
commitdiff
|
raw
|
diff to current
2008-01-09
Paul Cornett
avoid undefined behavior from token paste resulting...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-06
Vadim Zeitlin
use wxWindowIDRef to transparently implement auto-gener...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Vadim Zeitlin
removed support for Salford compiler (which was almost...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-15
Vadim Zeitlin
PalmOS 6 compilation fixes (patch 1849757)
blob
|
commitdiff
|
raw
|
diff to current
2007-12-06
Paul Cornett
remove extra semicolons
blob
|
commitdiff
|
raw
|
diff to current
2007-11-24
Stefan Csomor
mac more native types
blob
|
commitdiff
|
raw
|
diff to current
2007-11-23
Stefan Csomor
mac cleanup
blob
|
commitdiff
|
raw
|
diff to current
2007-11-22
Stefan Csomor
mac cgcolor changes
blob
|
commitdiff
|
raw
|
diff to current
2007-11-22
Stefan Csomor
mac cgcolor changes
blob
|
commitdiff
|
raw
|
diff to current
2007-11-20
Stefan Csomor
cleanup mac
blob
|
commitdiff
|
raw
|
diff to current
2007-11-16
Vadim Zeitlin
added logic to manage automatically allocated ids in...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-16
Stefan Csomor
cleanup
blob
|
commitdiff
|
raw
|
diff to current
2007-11-09
Stefan Csomor
forward port from 2.8
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Vadim Zeitlin
added wxBG_STYLE_TRANSPARENT and implemented it for...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-10
Václav Slavík
compilation fix for Mingw: it doesn't have std::wostream
blob
|
commitdiff
|
raw
|
diff to current
2007-10-07
Václav Slavík
globally disable VC++'s warning 4251 (non-exported...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-21
Vadim Zeitlin
put __attribute__((deprecated)) before declaration...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-21
Vadim Zeitlin
added wxDEPRECATED_INLINE, use it for wxPixelData<wxBit...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Julian Smart
wxBORDER_THEME now means 'use an appropriate themed...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Vadim Zeitlin
added new and improved wxFileCtrl implementation (patch...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Vadim Zeitlin
include wx/msw/winundef.g instead of writing just a...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Julian Smart
Made wxBORDER_THEME the same as wxBORDER_DEFAULT
blob
|
commitdiff
|
raw
|
diff to current
2007-08-07
Julian Smart
Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-22
Vadim Zeitlin
fix for r47646: typedef wxDouble for all platforms...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-22
Stefan Csomor
no 68k macs more to support...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-08
Václav Slavík
removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-06
David Elliott
Make wxCocoa compile in 64-bit mode.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-15
Vadim Zeitlin
added wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Vadim Zeitlin
added wxNullPtr and use it instead of just 0 with wxFil...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-11
Vadim Zeitlin
added support for drop down toolbar buttons (patch...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-09
Robert Roebling
GTK+ cell renderers are not widget, so use a
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Václav Slavík
OpenWatcom has the explicit keyword too
blob
|
commitdiff
|
raw
|
diff to current
2007-04-29
Václav Slavík
OpenWatcom >= 1.2 has __VA_ARGS__
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Vadim Zeitlin
move wxKEY_XXX constants to wx/defs.h from wx/list...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Vadim Zeitlin
corrected the direction of comparisons between wxString...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-14
Vadim Zeitlin
added wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Vadim Zeitlin
added our own implementation of strto[u]ll() if the...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Vadim Zeitlin
define C99-like wxINT8/16/32_MIN/MAX constants in addit...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-01
Vadim Zeitlin
added support for ellipsization and markup in wxStaticT...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-29
Vadim Zeitlin
define ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRI...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Vadim Zeitlin
added macros to avoid code repetition when defining...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-10
Paul Cornett
sizeof(char) is 1. By definition.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Vadim Zeitlin
fix extra comma at the end of wxStretch enum introduced...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 in non-MSW code
blob
|
commitdiff
|
raw
|
diff to current
2007-01-22
Václav Slavík
enable wxFontMapper in wxDFB port
blob
|
commitdiff
|
raw
|
diff to current
next