2007-07-21 |
Vadim Zeitlin | regenerated MSW part from wx/msw/setup_inc.h |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | extracted MSW-specific setup.h options to their own... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | correct the last patch: we should compare wxGenericTree... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | corrected (and simplified) configarg.cache updating... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | define wxUSE_FONTENUM |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOO... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | added wxUSE_FONTENUM for wxFontEnumerator |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | added --enable-uxtheme option |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, indep... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Vadim Zeitlin | use colour in the libraries diagram to indicate base... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Vadim Zeitlin | replaced with Debian Etch version which has slightly... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | wxCocoa: Implement wxTopLevelWindow::SetDefaultItem |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | wxCocoa: Basic support for font underlining: |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Paul Cornett | more AC_CHECK_HEADERS fixes |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | Restore AC_CHECK_HEADERS in preference to AC_CHECK_HEAD... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | Update all of the .m4 files using Apple-shipped autocon... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Paul Cornett | use the right cast to fix warning, rather than just... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Vadim Zeitlin | moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Vadim Zeitlin | document wxCB_SORT |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Robert Roebling | Optimise internal sorting datastructure |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Robert Roebling | Fix for crash when opening empty node |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Paul Cornett | add missing parens to bitwise expression |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | Implement wxWindow::SetCursor to invalidate Cocoa's... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | Remove wxStockCursor function that should never have... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | Rework the wxCusor ctor taking wx stock number to provi... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
David Elliott | Rewrite conversion from classic Mac OS 'CURS'-style... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Vadim Zeitlin | make To/From8bit() inline for performance reasons |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Vadim Zeitlin | rewrite FilterInValue() using iterators, this results... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Vadim Zeitlin | check for setenv first, then putenv as using setenv... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Vadim Zeitlin | added code to free memory allocated in wxSetEnv() when... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
David Elliott | Strip mnemonics from the label before passing it to... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
David Elliott | Implement wxCocoa wxRadioBox event. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
David Elliott | Make wxRadioButton::SetValue(true) deselect all other... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
David Elliott | Implement most of wxRadioBox's methods. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
David Elliott | Added include wx/timer.h to non WX_PRECOMP case. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Vadim Zeitlin | do platform-specific checks after ensuring that the... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Robert Roebling | Better sorting example and better default |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for genera... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vadim Zeitlin | don't assert when right/down cursor arrows are used... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vadim Zeitlin | speed up reading wxFileConfig from wxInputStream by... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vadim Zeitlin | wxGTK/Univ compilation fixes |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Robert Roebling | Completed sorting in wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vadim Zeitlin | added documentation of wxUSE_XXX symbols (modified... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vadim Zeitlin | fix broken wxvscrolledwindowsetrowcount link |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Václav Slavík | compilation fix for minimal build |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Robert Roebling | First work at resort with header click |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Robert Roebling | Forgot this one |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Robert Roebling | First actual sorting for wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vadim Zeitlin | removed the hyphen from the new --enable{baseevt,epoll... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Václav Slavík | don't use _T() for literals in wxDFB, it uses UTF-8... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Václav Slavík | use iterators instead of c_str() |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Vadim Zeitlin | added new libraries (patch from Francesco) |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Vadim Zeitlin | added missing libraries to the requirements list |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Vadim Zeitlin | remove references to contrib (patch from Francesco) |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Vadim Zeitlin | check whether the string is non-empty before accessing... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Chris Elliott | svn rather than cvs |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Chris Elliott | svn rather than cvs |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Václav Slavík | compilation fix for Borland C++ |
commit | commitdiff | tree | snapshot |
2007-07-17 |
David Elliott | Partially implement wxRadioBox for wxCocoa. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
David Elliott | Add a couple of wxAutoNSAutoreleasePool in some key... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
David Elliott | Don't use exceptions to determine lack of a method... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | remove file containing many obsolete defines, if anyone... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
David Elliott | Added preliminary documentation about how to write... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | test for gettimeofday/ftime even if we don't use wxDate... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | use wxGetLocalTimeMillis() instead of wxDateTime in... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | compilation fix for wxUSE_LOG==0 |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | add wxMilliClockToLong() helper |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Vadim Zeitlin | include wx/dynarray.h to fix compilation with minimal... |
commit | commitdiff | tree | snapshot |
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 |
next |