1608 Commits (369d59f656b705a82c92dfdca78110cffb28aeb3)

Author SHA1 Message Date
  jules 369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 8 years ago
  jules 828b9b3be6 When opening an X display, made it attempt a retry if the first attempt fails. 8 years ago
  jules 2ee168ad46 Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 8 years ago
  hogliux 671f3eaf94 Implement Process::hide for mobile platforms 8 years ago
  jules 1884e0142a Corrected a small bug in TextEditor when clicking to the right of the last line to place the cursor. 8 years ago
  jules 2fcb8fa71b Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 8 years ago
  jules 970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
  jules e8af67182d Added method Viewport::recreateScrollbars() 8 years ago
  ed 5d8d37eb87 Added support for multi-touch drag and drop 8 years ago
  jules 3d7c777238 Some light modernisation of a bunch of old code 8 years ago
  ed 1cb2d8143e Fixed an assertion when enabling the popup display with a two-value slider and disabled the popup display when using an IncDec slider 8 years ago
  hogliux e0b0920819 macOS: Fixed an issue where the CustomCallback of a menu item would not be called if the menu item belongs to a native macOS menu 8 years ago
  hogliux 6ae99f4343 macOS: Fixed a memory leak of native mac menu items 8 years ago
  ed 0a85ae91de Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons() 8 years ago
  ed 53cd6c014c Fixed a bug where DocumentWindow buttons were being drawn too large 8 years ago
  jules c42719c2eb Some internal modernisation in windowing classes 8 years ago
  jules 1aaa598a5f Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 8 years ago
  jules 27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 8 years ago
  jules 31e454f284 Avoided triggering an assertion when focus is returned by a popup menu to a hidden component 8 years ago
  jules 3624df0652 Minor spelling fix 8 years ago
  jules a4f5663fce Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 8 years ago
  jules 533fd23439 Added a missing override 8 years ago
  jules d00a459480 Added method TextEditor::setJustification() 8 years ago
  ed f83fcafb84 Fixed a bug where a Slider popup display set to show on mouse hover wouldn't show when dragging the mouse over the Slider and releasing 8 years ago
  jules 6290e95152 Whitespace 8 years ago
  jules c309a5b244 Avoided forcing TextEditor to be always opaque 8 years ago
  ed 0b6f02a29e Fixed some errors and warnings when building with JUCE_DLL_BUILD=1 8 years ago
  ed 33f075212e Fixed a typo in TextPropertyComponent 8 years ago
  jules 9e356135a1 Added a minimum number of columns option to the PopupMenu, and did a bit of internal modernising on the class's internals 8 years ago
  ed 0b7d163d49 Increased the contrast for selected text when using LookAndFeel_V4 8 years ago
  tpoole 0ae8aa812c Bump version number to 5.1.2 8 years ago
  ed 320c3476c4 Added some more documentation to ProgressBar 8 years ago
  hogliux 8e9edeff8b Ensured that the "textWhenNothingSelected" takes the label font of label's lookandfeel into account 8 years ago
  ed 2fed2af669 Updated the documentation in ProgressBar to reflect the circular, spinning ProgressBar that was added in LookAndFeel_V4 8 years ago
  ed 149201d951 Display current progress in LookAndFeel_V4 linear ProgressBar 8 years ago
  hogliux 1291f1a06b Reverted commit 8483aa4 as the same functionality already existed in JUCE with ModalCallbackFunction. Improved the documentation in NativeMessageBox to mention that class. 8 years ago
  hogliux ed8270fcda Fixed an extra semicolon in the previous commit 8 years ago
  hogliux 8483aa4aea Added a new method NativeMessageBox::showMessageBox which asynchronously opens a native dialog box and calls a C++ lambda when dismissed 8 years ago
  ed 71d10e750a Fixed a bug where PopupMenus were being dismissed when opening a submenu using touch input 8 years ago
  ed 9f4648f856 Fixed some issues when using a touchscreen to interact with PopupMenus 8 years ago
  Lukasz Kozakiewicz f4bfa6bec5 Android: fix a crash in painting when size of the array to allocate is 0. 8 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
  tpoole b58a0f4be7 Fixed some VS2013 compiler errors 8 years ago
  tpoole 142bebbb92 A small documentation fix 8 years ago
  tpoole 8aca5604eb Fixed a VS2013 compiler error 8 years ago
  jules 32fe9e81ce Removed the need for the window to be focused for the slider's hover popup to work 8 years ago
  jules 95e02b1b26 A bit of minor tidying up in TableHeaderComponent 8 years ago
  jules 9ac2fae469 Made TooltipWindow::getTipFor() a public virtual method 8 years ago
  jules e30178418c Modernised some code in TableListBox 8 years ago
  Lukasz Kozakiewicz f65500ec7b InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off. 8 years ago