Added rename/delete popups to the file and imageselect windows.
Redesigned the userpreference window layout. (not finished yet) Enhanced the texteditor with; a rightmousemenu, clipboard text support (for windows !) and the alt-m keystroke generates a 3d text object. (up to 1000 characters) (1, 2, 3, 4 and 7 from http://www.tncci.com/blender/feats.html)
This commit is contained in:
@@ -38,6 +38,9 @@ void make_editText(void);
|
||||
void load_editText(void);
|
||||
void remake_editText(void);
|
||||
void free_editText(void);
|
||||
void paste_editText(void);
|
||||
void txt_export_to_object(struct Text *text);
|
||||
|
||||
/**
|
||||
* @attention The argument is discarded. It is there for
|
||||
* compatibility.
|
||||
|
@@ -42,5 +42,6 @@ void set_select_flag_oops(void);
|
||||
void swap_select_all_oops(void);
|
||||
void transform_oops(int mode);
|
||||
|
||||
void clever_numbuts_oops(void);
|
||||
#endif
|
||||
|
||||
|
@@ -55,5 +55,7 @@ void init_imaselspace(struct ScrArea *sa);
|
||||
void check_imasel_copy(struct SpaceImaSel *simasel);
|
||||
void free_imasel(struct SpaceImaSel *simasel);
|
||||
|
||||
void clever_numbuts_imasel(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -57,5 +57,6 @@ void free_filesel_spec(char *dir);
|
||||
void winqreadfilespace(struct ScrArea *sa, void *spacedata, struct BWinEvent *evt);
|
||||
void main_to_filelist(struct SpaceFile *sfile);
|
||||
|
||||
void clever_numbuts_filesel(void);
|
||||
#endif
|
||||
|
||||
|
@@ -185,6 +185,10 @@
|
||||
/* EVENT < 50: alone's en locals */
|
||||
|
||||
#define B_KEEPDATA 60
|
||||
#define B_CONSOLETOG 61
|
||||
#define B_DRAWINFO 62
|
||||
#define B_REDRCURW3D 63
|
||||
|
||||
|
||||
#define B_SHOWSPLASH 70
|
||||
#define B_RESETAUTOSAVE 71
|
||||
@@ -270,6 +274,26 @@
|
||||
#define B_FILEMENU 306
|
||||
#define B_PACKFILE 307
|
||||
|
||||
#define B_CONSOLEOUT 308
|
||||
#define B_CONSOLENUMLINES 309
|
||||
#define B_USERPREF 310
|
||||
#define B_LOADUIFONT 311
|
||||
#define B_SETLANGUAGE 312
|
||||
#define B_SETFONTSIZE 313
|
||||
#define B_SETENCODING 314
|
||||
#define B_SETTRANSBUTS 315
|
||||
|
||||
/* Definitions for the fileselect buttons in user prefs */
|
||||
#define B_FONTDIRFILESEL 320
|
||||
#define B_TEXTUDIRFILESEL 321
|
||||
#define B_PLUGTEXDIRFILESEL 322
|
||||
#define B_PLUGSEQDIRFILESEL 323
|
||||
#define B_RENDERDIRFILESEL 324
|
||||
#define B_PYTHONDIRFILESEL 325
|
||||
#define B_SOUNDDIRFILESEL 326
|
||||
#define B_TEMPDIRFILESEL 327
|
||||
/* END Definitions for the fileselect buttons in user prefs */
|
||||
|
||||
/* IMAGE: 350 */
|
||||
#define B_SIMAGEHOME 351
|
||||
#define B_SIMABROWSE 352
|
||||
|
Reference in New Issue
Block a user