2007-07-14 |
Benjamin Williams | fix for bug #1747890 - close button problem fixed |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Václav Slavík | renamed wxXmlProperty to wxXmlAttribute, plus implied... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Stefan Csomor | adapting to new m_labelOrig label member |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Václav Slavík | removed broken and global GetLine() function from wx... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Václav Slavík | added --disable-visibility configure option |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | compilation fix for DoReadBinary() in STL build |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | set the string field of the wxEVT_COMMAND_CHECKLISTBOX_... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | fixed showing busy cursor for disabled windows and... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | use wxLongLong::ToLong() and not GetLo() to extract... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | added commands to test how busy cursor behaves during... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | added eVC project file for building regex library ... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | added stubs for DoRead/WriteBinary() |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | cast abs() argument to int to fix compilation with... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Vadim Zeitlin | wxCreateDIB() seems to be unused, removed |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Václav Slavík | make it possible to build in ANSI build on Windows... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Václav Slavík | make --enable-optimise the default in absence of -... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | fix unused parameter warning in OnIdle() |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | use unsigned char to avoid MSVC warnings about cast... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | remove deprecated UseAlpha() call |
commit | commitdiff | tree | snapshot |
2007-07-12 |
David Elliott | Improve static_cfref_cast so that it can be used withou... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
David Elliott | Fix Raise and Lower to leave all other sibilng views... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Václav Slavík | removed extra semicolon |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | compilation fix for ANSI STL build |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | removed Insert() methods which already exist in the... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | added support for alpha channel to wxColour to/from... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Paul Cornett | fix MDI child sizing, which was working more or less... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | added missing spaces |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | non-PCH compilation fix after latest change |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Vadim Zeitlin | added support for binary data to wxConfig (slightly... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | --with-sdl option should be taken into account for... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | minor changes: increase the initial window size, create... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | call SetCanFocus(false) to prevent the control window... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | don't output -DwxUSE_GUI=0 in cflags by default, do... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | fixed a bug in a test (there should be a space after -z) |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | disable the libraries and features which were disabled... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | cleanup: indentation, line length, don't include unneed... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | add adv and core libraries to the built wx libs if... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | Rewrote configure --enable/with options handling: |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Stefan Csomor | avoiding copies if not necessary (better dependancy... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Stefan Csomor | 64bit fix for patch as well |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Julian Smart | Test for wxUSE_UXTHEME |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Julian Smart | Avoid a crash due to OnSize being called before initial... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Robert Roebling | Compilo. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | corrected timer.h include broken by last change |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_COMBOBOX/RADIOBTN==0 |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_MSGDLG==0 |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_IMAGE==0 |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Vadim Zeitlin | check for wxUSE_TIMER in headers, not the files includi... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | added missing wxUSE_XXX checks |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | removed dummy variable, C++ compilers shouldn't have... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_TIMER==0 |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_LONGLONG==0 |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | don't include wx/unix/private/timer.h from evtloop... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Václav Slavík | compilation fix for gcc<3.4 |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Václav Slavík | added support for custom bitmap depths |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robin Dunn | Switch GetHeaderButtonWidget to use a real column heade... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Václav Slavík | implemented raw bitmap access for wxDFB |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Václav Slavík | cleanup of raw access to bitmaps: |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robert Roebling | Block all events in wxSpinButton::SetValue etc. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robert Roebling | Block all events in wxSpinCtrl::SetValue etc. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robert Roebling | Block all events in wxSpinCtrl::SetValue etc. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | removed obsolete makefiles |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | added --optional-libs wx-config argument (patch 1747239) |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | Also added wxFFileStream::IsOk() and corrected IsOk... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | regenerated after adding base64.h/cpp |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Robin Dunn | Need to send an event in the wxCP_NO_TLW_RESIZE case... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Robin Dunn | Use a button that has a tree widget as a parent as... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Robert Roebling | More work on sorting in wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2007-07-09 |
David Elliott | Fix compilo due to r47267. |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Vadim Zeitlin | use first unused colour for the mask instead of hardcod... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Vadim Zeitlin | added wxFileStream::IsOk() (patch 1749587) |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Vadim Zeitlin | generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Vadim Zeitlin | don't bubble up the events upwards the window hierarchy... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Julian Smart | Added gravity |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Robert Roebling | Add GtkSortableIface stubs |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Vadim Zeitlin | added missing WXDLLIMPEXP_CORE for wxGetDisplay() for... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Robert Roebling | Add compare function to wxDataViewModel |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Václav Slavík | ignore Bakefiles.local.bkgen file with local customizations |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Václav Slavík | added GCC visibility support |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Vadim Zeitlin | fix from Francesco for the latest version of wxPresets |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Václav Slavík | documented removal of unsafe wxGets() and wxTmpnam... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Václav Slavík | don't call <del-flags> for flags that weren't added |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Václav Slavík | removed unsecure wxTmpnam() function (patch by Francesc... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Václav Slavík | fix Watcom compilation: removed templates for wxFileSel... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Václav Slavík | removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
commit | commitdiff | tree | snapshot |
2007-07-07 |
David Elliott | Don't include <CoreFoundation/CFBase.h> because it... |
commit | commitdiff | tree | snapshot |
2007-07-07 |
David Elliott | Remove wxMBConv_mac and wxMBConv_macUTF8D converters... |
commit | commitdiff | tree | snapshot |
2007-07-07 |
David Elliott | Add support for wxFONTENCODING_MACKEYBOARD. |
commit | commitdiff | tree | snapshot |
2007-07-07 |
David Elliott | Add factory functions for use with future unit tests. |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Robert Roebling | GCC doesn't like inline wxDEPRECATED methods. |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Václav Slavík | added missing wx_str() (patch #1749398) |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Václav Slavík | fixed dereferencing of invalid pointers |
commit | commitdiff | tree | snapshot |
next |