2007-04-07 |
Vadim Zeitlin | added MacOpenURL() (patch 1235957) |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | document GetAnimation() (patch 1695722) |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | document adding new resource handlers (patch 1695722) |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | don't mention obsolete 2.2 version (part of patch 1695722) |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | mention more predefined array classes (part of patch... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Robert Roebling | Restore border around non-scrolling widgets. The |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | use C++ compiler for all getsockopt() tests, not just... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | use smaller icons, it looks better (patch 1695225) |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | use C++ compiler for all getsockopt() tests, not just... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Stefan Neis | Compilation fix for wxCStrData handling. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Stefan Neis | Replaced incorrect or inefficient usage of char_str... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | don't access the window after it had been deleted by... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Vadim Zeitlin | fix typo in OnClosingDocument() name |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Václav Slavík | STL build compilation fix |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | add conversion of wxUniChar[Ref] to unsigned int if... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | added operator-(const wxChar *, const wxCStrData&)... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | wxCStrData must be dllexport'd now that it has non... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | suppress warning about converting -1 to MenuItemIndex |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Bugfix (comparision vs. assignment). |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Added missing argument for DoGiveHelp. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | compilation fix: test correctly for filter string not... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Rather use the "obvious" implementation of wxStaticText... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Tentative implementation of wxStaticText::DoGetLabel(). |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | handle child destruction notifications in wxTLW itself... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | more compilation and linking fixes for !wxHAS_NATIVE_TA... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Vadim Zeitlin | compilation fix for VC7.1: add size_t overloads for... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Stefan Neis | OS/2 specific compilation fix for wxCStrData handling. |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | compilation fix for g++ 3 (and probably others) after... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | compilation fixes for generic TAB navigation after... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | wxString::[const_]iterator operators -= and += should... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | added overloads taking pairs of const char/wchar_t... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | added WX_ASSERT_STR_EQUAL helper macro for comparing... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Václav Slavík | compilation fix for previous commit |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Robin Dunn | Compile fix for gcc on MSW |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Robin Dunn | Patch from FM with more bakefile tweaks and etc. |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Benjamin Williams | avoid assert in window list drop down |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Václav Slavík | compilation fixes |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | use wxINT32_MIN, not LONG_MIN, in wxDateTime default... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | changed wxLongLongNative(hi, lo) ctor to take wxInt32... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | define C99-like wxINT8/16/32_MIN/MAX constants in addit... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | corrected signed/unsigned comparison warning |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | fix another warning about unused variable in DoCStrData... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | fix warning about unused variable in DoCStrDataTernaryO... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | construct wxBasicString directly from wxString instead... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Vadim Zeitlin | fix typo in allowOthers description |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Václav Slavík | made wxString::Replace, Matches and Find work with... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Vadim Zeitlin | compilation fix for Unicode build: remove ambiguity... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Vadim Zeitlin | don't call OnMouseEnter(-1) twice when the mouse leaves... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Václav Slavík | build fixes after previous commit |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Vadim Zeitlin | call SetEventObject() for wxHtmlLinkEvents we generate |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Václav Slavík | cleanup of wxString ctors and operator=: made both... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Robin Dunn | Use our own getters and properties for wxVisualAttributes |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Vadim Zeitlin | Undid last commit and restored bool argument to wxFrame... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Vadim Zeitlin | removed unnecessary checks for m_clipboard/targetsWidge... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Václav Slavík | BCC5.5 compilation fix |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Václav Slavík | compilation fix for BCC5.5 |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Václav Slavík | fixed wxBitmap<->wxImage conversion to not exchange... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0 |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Paul Cornett | more checks for non-scrolling windows, some code duplic... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Vadim Zeitlin | quote AM_PATH_WXCONFIG arguments before passing them... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | Elippsis and markup support for wxStaticText |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | Add wx.SizerItem.Assign* methods, deprecate corespondin... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | remove some problem commas |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | Primary selection stuff |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | fix test code |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | patch from Andrea fixing sending of events and drawing... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | Gizmos has been moved to wxCode. |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | Enable the use of the primary selection |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Robin Dunn | Always use wxHSCROLL|wxVSCROLL. |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Chris Elliott | get wx and tex2rtf docs only |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Chris Elliott | restore cvs up |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Václav Slavík | added some unsigned char overloads to wxString for... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Chris Elliott | tidy up daily build for 2.9 |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Václav Slavík | some more operator?! tests |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Julian Smart | Added mouse event handler invocations |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Julian Smart | Fixed compile problem and warning |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Václav Slavík | GetBaseByName doesn't exist anymore |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | avoid asserts when the cipboard is acquired by another... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | removing obsolete contribs (partly moved to wxCode) |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | removing obsolete contribs (partly moved to wxCode) |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | blind fix for Unicode key handling (patch 1615989) |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | toggle the first button in a radio tools group initiall... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | compilation fix for wxUniv after last commit |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | compilation fix for !wxUSE_PRINTF_POS_PARAMS |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | implement GetBestSize() (patch 1386199) |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Vadim Zeitlin | fixes for PCH-less build after last commit |
commit | commitdiff | tree | snapshot |
next |