2007-07-16 |
Vadim Zeitlin | add wxUSE_BASE64 checks around DoRead/WriteBinary(... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | include wx/longlong.h to fix compilation with wxUSE_DAT... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Václav Slavík | support real transparency for controls that return... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Václav Slavík | compilation fix for wxStrtod and friends: non-zero... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
David Elliott | The wxUSE_EPOLL_DISPATCHER (like other wxUSE flags... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | fix WX_ARG_WITH behaviour when it's used before wxUSE_A... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | added unistd.h include for close() |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Robert Roebling | Use wxDataViewItem, not row to index |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Robert Roebling | Store pointers in wxDataViewItem in the sample, no... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Robert Roebling | Patch from Bo for generic wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Vadim Zeitlin | simplify the test for build setup.h being out of date... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Vadim Zeitlin | added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Paul Cornett | fix for monolithic build |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Vadim Zeitlin | no real changes, just added an extra status message |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Vadim Zeitlin | create greyed image for wxBitmapButton in MSW automatic... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Robert Roebling | Add test for deleting item from wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Václav Slavík | convert bitmap's surface to RGB24/ARGB in wxBitmap... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Václav Slavík | don't export private stc2wx(), wx2stc() functions from... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | regenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | make the path absolute before using it with gtk_file_ch... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | replace RunLoop() call with Dispatch() after wxFDIODisp... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | allow setting empty tooltip in SetIcon() (patch 1750994) |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | don't leak epoll descriptor |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | corrected #if check which was written as #ifdef |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | create the single global IO dispatcher in wxFDIODispatc... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | replaced wxFDIODispatcher::RunLoop() with Dispatch... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | changed wxFDIODispatcher::UnregisterFD() to take only... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | ignore bakefile-generated test.dsw too |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Paul Cornett | fix syntax error |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | added include guard |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | fix harmless unused variable warning |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Paul Cornett | fix HasPendingEvents() to only return true if there... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | allow using dashes in the names of --enable/with option... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Vadim Zeitlin | don't change the wxUSE_XXX for the controls if --enable... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Robert Roebling | Test in GetFirstChild() if item is known to control |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Robert Roebling | Made wxDataViewCtrl sample use a real, expandabl data... |
commit | commitdiff | tree | snapshot |
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 |
next |