2006-07-14 |
Robin Dunn | Updated Scintilla to version 1.70 |
tree | commitdiff |
2006-07-13 |
Robin Dunn | Reverted part of rev 1.92. It causes probelms on Windo... |
tree | commitdiff |
2006-06-28 |
Robin Dunn | Applied patch from Armel Asselin that reduces memory... |
tree | commitdiff |
2006-05-31 |
Włodzimierz Skiba | Various dummy.cpp centralized in common/dummy.cpp.... |
tree | commitdiff |
2006-05-29 |
Robin Dunn | wxWakeUpIdle seems unnecessary here |
tree | commitdiff |
2006-05-22 |
Robin Dunn | Changes to ensure that the potential drag is totally... |
tree | commitdiff |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
tree | commitdiff |
2006-03-24 |
Robin Dunn | Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP... |
tree | commitdiff |
2006-03-14 |
Robin Dunn | Silence some warnings |
tree | commitdiff |
2006-03-14 |
Robin Dunn | Keep wxSTC_LEX_ASP and _PHP available for now. |
tree | commitdiff |
2006-03-10 |
Robin Dunn | Increase timeout in order to catch slower clicks |
tree | commitdiff |
2006-03-10 |
Włodzimierz Skiba | wxTinderbox build fix. |
tree | commitdiff |
2006-03-10 |
Włodzimierz Skiba | wxTinderbox warning fix. |
tree | commitdiff |
2006-03-08 |
Robin Dunn | Fix for bug #1436503. Delay the start of the DnD oprta... |
tree | commitdiff |
2006-03-08 |
Robin Dunn | warning fix |
tree | commitdiff |
2006-03-08 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-03-08 |
Robin Dunn | Updated to Scintilla 1.67 |
tree | commitdiff |
2006-02-10 |
Vadim Zeitlin | regenerated all makefiles with bakefile 0.2.0; removed... |
tree | commitdiff |
2006-02-05 |
Jamie Gadd | Deprecate wxDC::{Begin,End}Drawing() |
tree | commitdiff |
2005-11-25 |
David Elliott | Ran make -f build/autogen.mk |
tree | commitdiff |
2005-11-07 |
Stefan Csomor | adjusting to SetLabel migration |
tree | commitdiff |
2005-10-07 |
Włodzimierz Skiba | #include markup fix. |
tree | commitdiff |
2005-10-03 |
Vadim Zeitlin | regenerated after version.bkl changes fixing -compatibi... |
tree | commitdiff |
2005-10-01 |
David Elliott | Ran bakefile -f autoconf and autoconf. |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | use #ifdef and not #if (fixes -Wundef warnings reported... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed cursor flicker (patch 1254492 by Hans P. Palbol) |
tree | commitdiff |
2005-08-23 |
Włodzimierz Skiba | wxOS2/OW warning and build fixes. |
tree | commitdiff |
2005-08-03 |
Michael Wetherell | Rebake after MSLU and other changes |
tree | commitdiff |
2005-07-28 |
Julian Smart | Rebake for 2.6.2 |
tree | commitdiff |
2005-05-31 |
Julian Smart | Baked files for 2.6.1 |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-26 |
Robin Dunn | Since Scintilla uses XMP internally which doesn't suppo... |
tree | commitdiff |
2005-05-25 |
Robin Dunn | Reapplied Patch #1106564 |
tree | commitdiff |
2005-05-13 |
Robin Dunn | Don't adjust the keycode for Ctrl-Backspace |
tree | commitdiff |
2005-04-24 |
Mattia Barbon | Another STL compilation fix. |
tree | commitdiff |
2005-04-21 |
Robin Dunn | Oops, that should be GetEncoding, not GetDefaultEncoding |
tree | commitdiff |
2005-04-21 |
Robin Dunn | Use the encoding in StyleSetFont too. |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Allow to set a style's wxFontEncoding |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Change the access of the event handler functions for... |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Add docstrings for wxSTC methods |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Added Python methods to wxStyledTextCtrl that allow... |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Add several "Raw" functions for setting/getting text... |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Use a wxPopupWindow for the AutoComplete box too. |
tree | commitdiff |
2005-04-15 |
Robin Dunn | Patch #1183952, Create to return bool |
tree | commitdiff |
2005-04-15 |
Robin Dunn | No longer a need for changing the names to protect... |
tree | commitdiff |
2005-04-11 |
Julian Smart | Changed version number |
tree | commitdiff |
2005-04-03 |
Robin Dunn | Don't include the nul byte when copying to the clipboard |
tree | commitdiff |
2005-03-30 |
Robin Dunn | rearrainge the #includes and etc. to avoid a name confl... |
tree | commitdiff |
2005-03-29 |
Julian Smart | Reduce flicker in some circumstances by setting custom... |
tree | commitdiff |
2005-03-24 |
Julian Smart | version.rc fix regeneration |
tree | commitdiff |
2005-03-23 |
Julian Smart | Use top_srcdir for finding version.rc |
tree | commitdiff |
2005-03-23 |
Julian Smart | Updated version to 2.5.5 |
tree | commitdiff |
2005-03-02 |
Robin Dunn | Reduce the value of the fkey guard for unicode characters |
tree | commitdiff |
2005-03-01 |
Włodzimierz Skiba | Missing header. |
tree | commitdiff |
2005-02-27 |
Václav Slavík | GTK+ headers aren't needed anymore |
tree | commitdiff |
2005-02-21 |
Robin Dunn | Treat the numpad enter key the same as the main enter key |
tree | commitdiff |
2005-02-19 |
Robin Dunn | On wxMac don't call Refresh from FullPaint as that... |
tree | commitdiff |
2005-02-19 |
David Elliott | Rebaked with Bakefile 0.1.7. |
tree | commitdiff |
2005-02-11 |
Robin Dunn | Initialize the new data memebers |
tree | commitdiff |
2005-02-11 |
Robin Dunn | On wxMSW Move an invisible system caret around with... |
tree | commitdiff |
2005-02-11 |
Robin Dunn | Updated to Scintilla 1.62 |
tree | commitdiff |
2005-02-04 |
Robin Dunn | Use the unicode character, if available in the event |
tree | commitdiff |
2005-01-21 |
Robin Dunn | Patch #1106564, corrects possible 100% CPU load condition. |
tree | commitdiff |
2004-12-23 |
Robin Dunn | Updated to SWIG 1.3.24 (plus a patch that corrects... |
tree | commitdiff |
2004-12-07 |
Włodzimierz Skiba | Correct way of modyfing stc.cpp. Thanks Robin for quick... |
tree | commitdiff |
2004-12-06 |
Włodzimierz Skiba | ssize_t for wxFile, unsigned char markup for color... |
tree | commitdiff |
2004-11-10 |
Robin Dunn | When using an external scrollbar ensure that the built... |
tree | commitdiff |
2004-10-18 |
David Elliott | Rebaked (build/bakefiles/common.bkl 1.95->1.96 change) |
tree | commitdiff |
2004-10-17 |
Robin Dunn | Use Scintilla's functions for Unicode/UTF8 conversions |
tree | commitdiff |
2004-09-29 |
Ron Lee | Update the wx-config man page. |
tree | commitdiff |
2004-09-28 |
Robin Dunn | TRUE/FALSE/etc. cleanup in the *.in files, regenerated... |
tree | commitdiff |
2004-09-28 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
tree | commitdiff |
2004-09-28 |
Robin Dunn | On the Mac the Alt key is a character modifier like... |
tree | commitdiff |
2004-09-27 |
Robin Dunn | Allow style spec strings to contain colour names as... |
tree | commitdiff |
2004-09-27 |
Robin Dunn | Oops, forgot to remove some whitespace and to sort... |
tree | commitdiff |
2004-09-27 |
Robin Dunn | Updated wxSTC's copy of Scintilla to version 1.61 |
tree | commitdiff |
2004-09-26 |
Ron Lee | Limit the influence of flavour more strictly to autocon... |
tree | commitdiff |
2004-09-22 |
Ron Lee | Move the WX_FLAVOUR variables to be defined generally... |
tree | commitdiff |
2004-09-21 |
Ron Lee | wx-config2.6 |
tree | commitdiff |
2004-09-03 |
Robin Dunn | Fixed incorrect clipping region on wxGTK |
tree | commitdiff |
2004-08-11 |
Robin Dunn | Set minsize and implement DoGetBestSize |
tree | commitdiff |
2004-08-09 |
Robin Dunn | Convert EOLs in pasted or DnD'd text to match what... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | install headers in prefix/include/wx-version/wx/ instea... |
tree | commitdiff |
2004-07-19 |
Robin Dunn | Handle terminating NULL correctly |
tree | commitdiff |
2004-06-14 |
Robin Dunn | Patch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp |
tree | commitdiff |
2004-06-14 |
Robin Dunn | This workaround is no longer needed because of fix in |
tree | commitdiff |
2004-06-10 |
Robin Dunn | Take care of some focus issues with the AutoComp list... |
tree | commitdiff |
2004-06-09 |
Robin Dunn | Ensure that the correct rectangle is clipped and refres... |
tree | commitdiff |
2004-06-02 |
Robin Dunn | Default arg for Id |
tree | commitdiff |
2004-06-01 |
Robin Dunn | remove EVT_STC_POSCHANGED as it's been deprecated in... |
tree | commitdiff |
2004-05-25 |
Julian Smart | More name changes |
tree | commitdiff |
2004-05-24 |
Robin Dunn | No longer any need for the dc parameter to FullPaint. |
tree | commitdiff |
2004-05-24 |
Robin Dunn | Fix FullPaint to actually force the whole window to... |
tree | commitdiff |
2004-05-24 |
Julian Smart | Regenerated makefiles for 2.5.2 |
tree | commitdiff |
2004-04-09 |
David Elliott | Baked with Bakefile 0.1.4 |
tree | commitdiff |
2004-03-29 |
Robin Dunn | Check that the file successfully loaded, use the length... |
tree | commitdiff |
2004-03-26 |
Robin Dunn | use wxPopupWindow again |
tree | commitdiff |
2004-03-22 |
Robin Dunn | Ensure the buffer is NULL-terminated before converting it. |
tree | commitdiff |
2004-03-22 |
Robin Dunn | Expand the range of WXK_ values that are excluded from... |
tree | commitdiff |
2004-03-15 |
Robin Dunn | Use the length when converting |
tree | commitdiff |
next |