I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Nov 16, 2022 — Nov 16, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for bug #632
leland
as lllucius
More... over 10 years ago
Add to comment about thread-safety.
Vaughan Johnson
as v.audacity
More... over 10 years ago
Fixes bug #370
leland
as lllucius
More... over 10 years ago
Prevents keyboard navigation from freezing when the Snap To checkbox has the focus on GTK.
leland
as lllucius
More... over 10 years ago
Fix #2 for bug #642
leland
as lllucius
More... over 10 years ago
Agreed changes to KeyConfigPrefs for 2.0.5. EXPERIMENTAL_KEY_VIEW to be turned on again for 2.0.6.
Martyn Shaw
as martynshaw99
More... over 10 years ago
Fix for bug #368
leland
as lllucius
More... over 10 years ago
Fix #1 for bug #642
leland
as lllucius
More... over 10 years ago
Fix for bug # 646
leland
as lllucius
More... over 10 years ago
Fix for bug #658.
leland
as lllucius
More... over 10 years ago
I was wrong in r12650 when I said the the workaround for bug #458 was fixed by r12650. I had tested on Ubuntu only and the menu resize problem doesn't seem to happen there.
leland
as lllucius
More... over 10 years ago
Reverting r12591 as it was not complete and we're too close to freeze to risk fixing it now. Will readdress after 2.0.5 is released.
leland
as lllucius
More... over 10 years ago
Fixes crash on Linux that surfaced as a result of r12493. But, this prompted research into why that code had been ifdef'd in the first place and allowed the root cause to be identified.
leland
as lllucius
More... over 10 years ago
Replace two _()'s by wxT()'s for strings not to be translated. More... over 10 years ago
Make sure columns are full width for key and name views.
leland
as lllucius
More... over 10 years ago
Due to the last change (different filter behavior based on view type), KeyView now needs to protect itself from residual line numbers and selection.
leland
as lllucius
More... over 10 years ago
Can't set the brush before selecting the bitmap...DOH!
leland
as lllucius
More... over 10 years ago
In tree view, search label and key. In name view, search label. In key view, search key.
leland
as lllucius
More... over 10 years ago
Improve accessibility for view by radios...at least for Jaws.
leland
as lllucius
More... over 10 years ago
Don't complain to the user if a command entry isn't selected and the Clear button is clicked.
leland
as lllucius
More... over 10 years ago
Change the value reported by accessibility to be view specific...DOH!!!
leland
as lllucius
More... over 10 years ago
Prevent NULL pointer dereferences due to the controls never being created when no projects are open on OSX. (The root window is active.) More... over 10 years ago
Workaround for missing menus and wxWidgets bug:
leland
as lllucius
More... over 10 years ago
Fixed Windows line endings in ScienceFilter.cpp. Disabled the effect via Experimental.h for the upcoming 2.0.5 release to allow more time for discussion and testing post release (following comments from Gale, Steven and David). More... over 10 years ago
Have screen readers say full label, not just the menu item.
leland
as lllucius
More... over 10 years ago
Fix off by one in accessibility. Fix moving to next entry when pressing a key. Fix hotkey edit box not accepting "RETURN" key
leland
as lllucius
More... over 10 years ago
Fixed tab indentations to spaces. More... over 10 years ago
#ifdef EXPERIMENTAL_SCIENCE_FILTERS created to make it easy to switch on or off this effect. Made it easier to internationalize Science Filter by adding internationalisation hints and converting some _()'s on numbers to wxT()'s. More... over 10 years ago
Fixing warning...
leland
as lllucius
More... over 10 years ago
Added new effect to build.
leland
as lllucius
More... over 10 years ago