2009-05-06 |
Vadim Zeitlin | enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Paul Cornett | build fixes for wxUSE_CONFIG==0 |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Václav Slavík | use <bitmapsize> to load bitmaps at the specified size... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Václav Slavík | fixed deadlock when posting events from another thread... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Vadim Zeitlin | don't duplicate wxGetTopLevelParent() code in wxHtmlHel... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Vadim Zeitlin | don't use deprecated EVT_GRID_CELL_CHANGED synonym |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Francesco Montorsi | fix placement of wxStaticBox contents also under wxMSW... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | allow comparison of int with 64 bit integer type (see... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | VC6 compilation fixes |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | correct a typo in a comment in the example (see #10637) |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | std::streamoff is just a (32 bit) long under Win32... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | test whether wxHAS_EVENT_BIND is supported in wx/featur... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | check for wxHAS_EVENT_BIND instead of its converse... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Vadim Zeitlin | remove mentions of wxEVENTS_COMPATIBILITY_2_8 |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Václav Slavík | optimized <object_ref> handling for the common case... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Václav Slavík | fixed XRC errors location reporting when using <object... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Kevin Ollivier | Separate the parts of make_bindings.py out into common... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Kevin Ollivier | Move the scripts into a separate directory and commit... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Kevin Ollivier | Add the ability to query if a class is derived from... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | fix typo (see #10637) |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Kevin Ollivier | (Forward port from 2.8) Allow m_current to be used... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | update for bakefile 0.2.6 |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | don't use dialog size gripper under CE (should close... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | use correct Windows CE version number in strnlen()... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | don't use access declarations with Watcom which doesn... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | allow passing temporary functors to Bind() too (closes... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | WinCE doesn't provide strnlen/wcsnlen() until version... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Benjamin Williams | fix for crash when undocking AUI toolbars (same as... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Stefan Csomor | reverting r43119, fixes #10752 |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | keep {Left,Middle,Right}Down() methods of wxMouseState... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Francesco Montorsi | on wxWinCE don't use some message constants since they... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Vadim Zeitlin | added missing headers for PCH-less compilation |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Jaakko Salli | Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Vadim Zeitlin | rename wxGrid::SendSizeEvent() to SendGridSizeEvent... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Vadim Zeitlin | added wxMouseEventsManager |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Vadim Zeitlin | put wx{Keyboard,Mouse}State in events category instead... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Vadim Zeitlin | implement changing wxChoice and wxComboBox height |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Vadim Zeitlin | added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Francesco Montorsi | fix for placement of wxStaticBox childrens (which doesn... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Francesco Montorsi | don't place NULL pointers in the GDK window array in... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Vadim Zeitlin | no changes, just remove #if'd out code |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Vadim Zeitlin | don't generate CE projects for tests/benchmarks |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Vadim Zeitlin | compilation fix after wxMouseState changes (closes... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Vadim Zeitlin | show the new size of the grid row/col which was resized... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Vadim Zeitlin | generate wxEVT_GRID_{COL,ROW}_SIZE events when the... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Vadim Zeitlin | no changes, just use an accessor method instead of... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Vadim Zeitlin | don't duplicate wxMouseState in wxMouseEvent but reuse... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Vadim Zeitlin | fix conversion of wxString to data in AddFileWithMimeTy... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Jouk Jansen | Do not use Tooltips if they are disabled |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Robert Roebling | Compilo |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Vadim Zeitlin | added missing @ref after last change |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Michael Wetherell | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Francesco Montorsi | correct SetFont() documentation: at least wxMSW and... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Vadim Zeitlin | make it possible to forward declare the class defined... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | wxHashSet::count() method should be const |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | added short col/row resizing overview |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | pass parent argument of wxAboutBox to wxGenericAboutDia... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | added missing parent parameter to Cocoa version of... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | set eol style correctly (see #10745) |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | use svn:eol-style instead of eol:style (see #10745) |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | add missing wx/module.h header to fix PCH-less build... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | set more svn properties for the files which didn't... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | fix a problem with loading inked.dll (see #10633) |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Francesco Montorsi | fix yet another typo |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Francesco Montorsi | mention that calling SetFaceName() with an invalid... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Francesco Montorsi | make clear that wxFont::SetFamily() does change the... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Francesco Montorsi | typo fix (strangely VC9 doesn't consider it an error) |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Francesco Montorsi | Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | WinCE compilation fix: ifdef out HandlePaint() (see... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | correct the release branch name |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | add release branch (currently WX_2_9_BRANCH) definition... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Vadim Zeitlin | set correct EOL style for files added in r58024 |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Michael Wetherell | New devs. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Kevin Ollivier | Rebake after latest changes. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Kevin Ollivier | Don't move the actual executable, just link to it. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Kevin Ollivier | Separate out constructors / destructors, add support... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | include port number in HTTP Host header (closes #10632) |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | add support for table border width attribute (closes... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | optimize FindItem(data) performance (closes #9870) |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | another typo correction after last change, correct... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | no changes, just fix a typo in a menu item label |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | added find performance test (see #9870) and the possibi... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | compilation fix after the latest change (typo: used... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | more order in wxCRT_filefunctions: define A and W versi... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | only use Mac-specific menu item under Mac |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | Cygwin doesn't have _wcsdup() (closes #10738) |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | minor corrections: document typeDefault, remove text... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | define wxStrchr(non-const char-or-wchar_t*) as a templa... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | disable wxGC for Borland as it can't compiler the macro... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | (harmless) Borland release build warning fixes |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | workaround for Borland compilation: don't use unspecifi... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | remove HasNativeFontInfo() which always returns true... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | build fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Vadim Zeitlin | attempt to hyperlink wxCHECK_VISUALC_VERSION |
commit | commitdiff | tree | snapshot |
next |