The Library
Help/Info
Current Release
Sourceforge











Last Modified:
Apr 28, 2008

Change Log

Revision: 2191
Date: Apr 28, 2008 (22:37:08 UTC)
Made the file chooser windows use toggle_buttons instead
of normal buttons.
Modified
/dlib/gui_widgets/widgets.h

Revision: 2190
Date: Apr 28, 2008 (21:48:34 UTC)
Made the cmake makefile not print a message when libpng isn't installed.
Modified
/dlib/CMakeLists.txt

Revision: 2187
Date: Apr 28, 2008 (02:56:54 UTC)
   - Added a toggle_button object.  
   - Changed the check_box and radio_button objects to be specializations of the
     new toggle_button object.  This is a nearly backwards compatible change
     except that the events registered to check_box and radio_button clicks
     must now take the form void event(toggle_button&) or void event(void) 
     instead of the previous void event(check_box&) and void event(radio_button&) 
Modified
/dlib/gui_widgets/style.cpp
/dlib/gui_widgets/style.h
/dlib/gui_widgets/style_abstract.h
/dlib/gui_widgets/widgets.cpp
/dlib/gui_widgets/widgets.h
/dlib/gui_widgets/widgets_abstract.h
/dlib/test/gui/main.cpp

Revision: 2186
Date: Apr 27, 2008 (23:50:21 UTC)
   - Made queue_sort take an optional compare functor
   - Made the file chooser window sort files and directories with a 
     case insensitive sort.
Modified
/dlib/gui_widgets/widgets.h
/dlib/queue/queue_sort_1.h
/dlib/queue/queue_sort_abstract.h

Revision: 2183
Date: Apr 27, 2008 (20:21:29 UTC)
Made the spec more clear.
Modified
/dlib/bayes_utils/bayes_utils_abstract.h

Revision: 2180
Date: Apr 27, 2008 (16:13:01 UTC)
Made the specs more clear
Modified
/dlib/gui_widgets/widgets_abstract.h

Revision: 2179
Date: Apr 27, 2008 (15:21:46 UTC)
Clarified some comments and also changed the Open button in the file selection window
to be called Ok instead.  
Modified
/dlib/gui_widgets/widgets.h
/dlib/gui_widgets/widgets_abstract.h

Revision: 2177
Date: Apr 27, 2008 (14:47:46 UTC)
   - Added a single click event to list_box
   - Added a save_file_box() and open_existing_file_box() function.  Also
     generally improved the file selection box.
Modified
/dlib/gui_widgets/widgets.cpp
/dlib/gui_widgets/widgets.h
/dlib/gui_widgets/widgets_abstract.h
/dlib/test/gui/main.cpp

Revision: 2175
Date: Apr 27, 2008 (04:54:10 UTC)
Added the vector_to_matrix() function.
Modified
/dlib/matrix/matrix_utilities.h
/dlib/matrix/matrix_utilities_abstract.h
/dlib/test/matrix.cpp

Revision: 2173
Date: Apr 27, 2008 (04:09:02 UTC)
   - Added a cholesky_decomposition() function.
   - made the equal() function take the epsilon to use as a
     third argument and also made the default epsilon a little 
     bigger.
Modified
/dlib/matrix/matrix_utilities.h
/dlib/matrix/matrix_utilities_abstract.h

Revision: 2171
Date: Apr 26, 2008 (21:23:51 UTC)
Moved the is_matrix template into the is_kind.h header.
Modified
/dlib/is_kind.h
/dlib/matrix/matrix_utilities.h

Revision: 2170
Date: Apr 25, 2008 (01:11:35 UTC)
Changed the preprocessor checks for the wchar_t overload of is_built_in_scalar_type 
so that it works better with visual studio.
Modified
/dlib/algs.h

Revision: 2169
Date: Apr 25, 2008 (00:41:08 UTC)
Added a #ifndef __MINGW32__ to exclude a function that uses wchar_t 
and iostreams in a way that mingw apparently doesn't support
Modified
/dlib/string/string.h


Old Change Logs