blender/intern
Brecht Van Lommel 4a4b0732e5 Various changes made in the process of working on the UI code:
* Added functions to generate Timer events. There was some unfinished code to
  create one timer per window, this replaces that with a way to let operators
  or other handlers add/remove their own timers as needed. This is currently
  delivered as an event with the timer handle, perhaps this should be a notifier
  instead? Also includes some fixes in ghost for timer events that were not
  delivered in time, due to passing negative timeout.
* Added a Message event, which is a generic event that can be added by any
  operator. This is used in the UI code to communicate the results of opened
  blocks. Again, this may be better as a notifier.
* These two events should not be blocked as they are intended for a specific
  operator or handler, so there were exceptions added for this, which is one
  of the reasons they might work better as notifiers, but currently these
  things can't listen to notifier yet.
* Added an option to events to indicate if the customdata should be freed or
  not.

* Added a free() callback for area regions, and added a free function for
  area regions in blenkernel since it was already there for screens and areas.
* Added ED_screen/area/region_exit functions to clean up things like operators
  and handlers when they are closed.
* Added screen level regions, these will draw over areas boundaries, with the
  last created region on top. These are useful for tooltips, menus, etc, and
  are not saved to file. It's using the same ARegion struct as areas to avoid
  code duplication, but perhaps that should be renamed then. Note that redraws
  currently go correct, because only full window redraws are used, for partial
  redraws without any frontbuffer drawing, the window manager needs to get
  support for compositing subwindows.

* Minor changes in the subwindow code to retrieve the matrix, and moved
  setlinestyle to glutil.c.
* Reversed argument order in WM_event_add/remove_keymap_handler to be consistent
  with modal_handler.

* Operators can now block events but not necessarily cancel/finish.
* Modal operators are now stored in a list in the window/area/region they were
  created in. This means for example that when a transform operator is invoked
  from a region but registers a handler at the window level (since mouse motion
  across areas should work), it will still get removed when the region is closed
  while the operator is running.
2008-11-11 15:18:21 +00:00
..
bmfont Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
boolop * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
bsp * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
container * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
decimation * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
elbeem * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
ghost Various changes made in the process of working on the UI code: 2008-11-11 15:18:21 +00:00
guardedalloc * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
iksolver * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
make == MSVC 7.1 project files == 2007-07-04 19:29:59 +00:00
memutil Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
moto * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
opennl * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
SoundSystem * fix linking order for l00nix 2008-01-08 17:32:38 +00:00
string patch from skejoe for gcc 4.3 compatibility 2008-06-24 14:51:02 +00:00
CMakeLists.txt Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
Makefile Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
SConscript * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00