Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-11Double Click plays nicer with Click.Martin Poirier
2009-12-10Double Click event value.Martin Poirier
2009-12-10Update Handling: moved wm_data_handle_update from windowmanager toBrecht Van Lommel
2009-12-09RNA: fix for yesterday's commit, browsing screens and scenes wasBrecht Van Lommel
2009-12-08Animation System: Handling UpdatesBrecht Van Lommel
2009-12-08UI: fix trailing tooltips when deactivating window, and when openingBrecht Van Lommel
2009-12-08Various changes to screen-related code, aiming to fix a few problems and usab...Matt Ebb
2009-12-07Bugfix: WM could access freed memory when testing for click event afterBrecht Van Lommel
2009-12-05Macros in macro didn't work correctly.Martin Poirier
2009-11-29Fix CLICK event for modal operators.Martin Poirier
2009-11-27Fix for bug #20039: panning and rotating view makes animation playback slow.Brecht Van Lommel
2009-11-26Click event detection ignores mouse move.Martin Poirier
2009-11-24Extend handler return values to distinguish between events that have been han...Martin Poirier
2009-11-23New CLICK event value. If RELEASE is not handled and last event was PRESS of ...Martin Poirier
2009-11-222.5: Emulate numpad works again.Brecht Van Lommel
2009-11-19Support for grab cursor in macro system (and vice versa).Martin Poirier
2009-11-18Correctly detect and use modal keymaps in macrosMartin Poirier
2009-11-18Fun stuff with macroMartin Poirier
2009-11-15=== Better support for user defined modal keymaps ===Martin Poirier
2009-11-10Split operator internal call (for python) between invoke and exec. Only invok...Martin Poirier
2009-10-20Auto SaveBrecht Van Lommel
2009-10-17wrap the mouse within the region while grabbing so on release the current vie...Campbell Barton
2009-10-17Adjustments to continuous grabCampbell Barton
2009-10-10Add operator and operator type flag for GRAB_POINTER, don't coopt the OPTYPE_...Martin Poirier
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-08WM: test with context-less add notifier. Notifiers are oneBrecht Van Lommel
2009-10-08- made ungrab a second function - WM_cursor_ungrabCampbell Barton
2009-10-07Experimental option to allow moving the mouse outside the view, "Continuous G...Campbell Barton
2009-10-06Cocoa port : First pure Cocoa version !Damien Plisson
2009-10-02Fix #19311: adding/opening datablocks did not always make the rightBrecht Van Lommel
2009-09-28Fix potential crash for file operators that don't defineBrecht Van Lommel
2009-09-272.5 - Assorted Animation UI/Editing TweaksJoshua Leung
2009-09-24fix for middle mouse up events not working with modal keymaps (used for fly m...Campbell Barton
2009-09-22Changes to allow python to do redraws through the timer operator, a reliable ...Campbell Barton
2009-09-21Fix #19361: BGE keyboard sensor allowed to set mouse eventsBrecht Van Lommel
2009-09-21Second attempt at fixing #19335: holding down backspace in theBrecht Van Lommel
2009-09-21tested running the cheat-sheet, found a number of segfaultsCampbell Barton
2009-09-215 button mouse support from b333rt in IRC with some edits for X11.Campbell Barton
2009-09-18Handlers/keymaps, some tweaks for previous commits:Brecht Van Lommel
2009-09-182.5: Python operators now have a working poll() function,Brecht Van Lommel
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-16- bpy.data.sounds was a collection of ID's rather then SoundsCampbell Barton
2009-09-15Completely move freeing flag to report, operator flag is uneeded.Martin Poirier
2009-09-152.5 BugfixesBrecht Van Lommel
2009-09-14Bugfix with py operator api and modal operators. Modal operators would keep a...Martin Poirier
2009-09-122.5 filebrowserAndrea Weikert
2009-09-092.5: Object moduleBrecht Van Lommel
2009-09-052.5Brecht Van Lommel
2009-09-04allow execution mode to be given as an argument to operators from python (req...Campbell Barton