haiku/src/apps/icon-o-matic
Alexander von Gluck IV 69b1d7ac94 apps/icon-o-matic: Fix null pointer dereference in export window
* Bailing early in SavePanel constructor is pretty bad and creates
  a bunch of NULL pointers things later try and reference.
* HScrollview and VScrollview no longer exist after migrating to
  using the layout kit.

Change-Id: Ia80d68508246f952547fb687e29029304a8ffd1e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3507
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2020-12-16 14:45:53 +00:00
..
document Icon-O-Matic: fix filename length limitation 2020-08-02 17:27:49 +02:00
generic IK: align BTextView text rect/fix alignment 2020-09-07 22:10:36 +00:00
gui apps/icon-o-matic: Fix null pointer dereference in export window 2020-12-16 14:45:53 +00:00
import_export Icon-O-Matic: check number of items when exporting 2020-05-30 18:03:09 +00:00
shape icon-o-matic: fix include guard. 2019-10-07 21:58:17 +02:00
style Icon-O-Matic: Make GradientTransformable a BReferenceable 2015-05-09 21:38:15 +02:00
transformable Add (void*) casts to memcpy/memset invocations to appease GCC 8. 2019-05-24 14:21:37 -04:00
CanvasView.cpp * Small cleanups. 2011-04-04 09:37:33 +00:00
CanvasView.h CID 702244: Uninit members were never used 2012-07-20 18:31:42 -04:00
Icon-O-Matic.rdef Changes to icon related MIME types. 2013-10-31 15:07:51 +01:00
IconEditorApp.cpp CID 610802: Unchecked return of FindMessage() 2012-07-20 18:31:43 -04:00
IconEditorApp.h * A whole buch of refactoring and other changes to make Icon-O-Matic 2011-04-10 22:32:51 +00:00
Jamfile Icon-O-Matic: replace SVG parser with nanosvg 2020-05-22 14:08:17 +00:00
MainWindow.cpp Icon-O-Matic: fix the main menu bar 2020-08-26 16:55:21 +00:00
MainWindow.h Icon-O-Matic: fix the main menu bar 2020-08-26 16:55:21 +00:00
NOTES
TODO Rotating path indices is implemented since some time... 2011-04-17 19:20:25 +00:00
Util.cpp
Util.h * Merged weak-symbols branch. 2010-11-22 13:06:36 +00:00
main.cpp